# Find your api key

Once you've created and logged into your account, the next step is to find your API key:

* **Navigate to Your Dashboard**: After logging in, you'll be directed to your dashboard where you can manage feedback and feature requests.
* **Access API Key**: On the dashboard, click settings page on the left side menu locate the **API Key** tab as shown at below image. You can copy your API key to continue. This key is unique to your account and will be used to authenticate your API requests.<br>

<figure><img src="/files/9HbbulFnI96vPn7xk97L" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mobilefeedback.app/contents/find-your-api-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
