# How to get your API Key

Setup

Here are the 3-steps to use the Humata API after you sign up:

1. Create a Humata API Key on the [Developer Settings Page](https://app.humata.ai/settings/developers) (Admin only)
2. Copy your Document IDs from the [Humata Dashboard](https://app.humata.ai/)

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

3. Make API Requests


---

# 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.humata.ai/guides/humata-api/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.
