# API Dashboard

The API Dashboard is the in-product area for setting up and managing Ideogram API access.

Use it to review API account status, accept the Developer API Agreement, add payment information, create API keys, and manage API billing. Endpoint details, schemas, examples, and model availability live in the public developer docs at [developer.ideogram.ai](https://developer.ideogram.ai).

For setup steps, see [Ideogram API](/plans-and-pricing/ideogram-api.md).


---

# 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.ideogram.ai/using-ideogram/ui-overview/pages-ui/api-dashboard.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.
