# Getting Started

Our API service is only available to a special type of account. To have access to our API, create a [business account](/idrx-account/business-account.md) or contact us via [email](mailto:support@idrx.co). Once we verified your request, a menu called **API Key** will appear on your dashboard.

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

To use the API, you will need to first generate an API key. To do so, click the **API Key** menu and click the **Generate API Key** button.

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

After the API Key is generated, make sure to save the secret key. **The secret key will not be shown again.**

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

Congratulations, you have succesfully generate your first API Key. Now let's authorize your API key by generating a signature.&#x20;


---

# 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.idrx.co/api/getting-started.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.
