# Obtaining an API key

In order to obtain an API key, you need to create an account in our [web application](https://app.autoenhance.ai/).

Once you log in, visit the [Account details](https://app.autoenhance.ai/settings/account), where you'll be able to see your API key once clicking on the eye icon on the right side of the API Key field.

{% hint style="danger" %}
Keep you API key safe, and don't expose it to anyone!
{% 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.autoenhance.ai/getting-started/obtaining-an-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.
