# API Settings

To access the API settings:

1. Navigate to the Dashboard.
2. Click on the **Settings** icon in the left-side menu.
3. Then, select "**API Settings**"

<figure><img src="/files/obUwV2WSNh0Beuqrnh1P" alt=""><figcaption><p>API Settings</p></figcaption></figure>

### Create an API Key

To create an API key, follow these steps:

1. Click the "**Add API Key**" button located on the right side.
2. Enter the name for the API token (for example: *Zapier*, *MyApp1*, etc) and click “**Generate**.”
3. Once the API Key and API secret are generated, you can **Download** them to your device for future use.

<figure><img src="/files/5rD9VA82UxS6wGzkxpyX" alt=""><figcaption><p>Create an API Key</p></figcaption></figure>

{% hint style="info" %}
Securely store the API Secret as it is only available once for further use.
{% endhint %}

### Delete an API Key

To delete an API Key, first, click the trash button situated beside the API Key you wish to delete. Then, click the "**Delete**" button from the popup.

<figure><img src="/files/0EYAxUx8cysCl1DqPSdj" alt=""><figcaption><p>Delete an API Key</p></figcaption></figure>

{% hint style="info" %}
Once an API key has been deleted, it cannot be restored.
{% endhint %}


---

# 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://help.docupilot.app/settings/api-settings.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.
