# Get the API token

Once you're logged in to the web platform, you will find your API token in the Parameters section (bottom-left corner), inside the "Extensions" menu, then "API" tab :

![](/files/JayQnWFZmqA1HCimG0mx)

Click the button to generate your API key.

![](/files/DUO7GfJKx9vxJlNgSP8b)

Copy the API key and use it to make an authenticated request from your code or dev tool (Postman, SoapUI).


---

# 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://developer.dashdoc.com/docs/integrate-your-software/setup/get-the-api-token.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.
