# FAQ

## Where can i get my API Key?

API can be found in your account page->API.  The account page can be accessed by clicking on your user name in the top right part of the app.

## Where can i find the API documentation

API documentation can be found [here](https://user-api-docs.adrapid.com/). Tutorials of how to work with the API and create images, videos or html5 banners can be found [here](https://docs.adrapid.com/api/overview#create-a-banner-using-the-api).


---

# 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.adrapid.com/api/faq.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.
