# Generating the Keys

In the **“API Settings”** section, you can find the API keys - **“App Key”** and **“Secret Key”.**

<figure><img src="https://17161662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdqhDLiL2YgnAUvVvPx6%2Fuploads%2FSmHOA22HN2dUW44gD9Fy%2Fapi-settings%402x.png?alt=media&#x26;token=97d24cd9-54ba-4b4f-8d00-de17ad2eea20" alt="api-settings"><figcaption></figcaption></figure>

1. You can use the already generated keys to authorize the connection and data exchange with your application by clicking the “Show keys” button.
2. If you need to generate new API keys, choose the 'Generate new' option.

{% hint style="info" %}
**Important!** AppKey and SecretKey keys are created for the entire account (not per subaccount). Remember never to reveal the keys stored in the panel!
{% endhint %}

**⬅️ Detailed instructions for each panel section under the 'API" tab can be found in the drop-down menu on the left.**


---

# 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.emaillabs.io/en/analytics-panel/administrator/api/generating-the-keys.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.
