# Get your API Key

1. Click on your profile circle on the top-right corner and click on "Account". Alternatively, click [here](https://imerit.ango.ai/account/api).

<figure><img src="/files/nzFWpyuwopy8bpkbUIE4" alt=""><figcaption></figcaption></figure>

2. Enter the "API" tab.

<figure><img src="/files/DpqevfCNpF0cFnxj6PeZ" alt=""><figcaption></figcaption></figure>

3. If an API key is not present, click on the "Create Key" button to the right.

<figure><img src="/files/4C17QYrw36DmkkgcmM7p" alt=""><figcaption></figcaption></figure>

4. Once an API key is present, click on the *Copy to Clipboard* button next to it to copy it to your clipboard. You may now paste it where necessary.

<figure><img src="/files/YfkzqcDJbrAMJPwrMiXV" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Sharing your API key is the same as sharing your password.

Do not share your API key with anyone, unless you would also share your password with them.
{% endhint %}


---

# 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.imerit.net/how-to/get-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.
