> For the complete documentation index, see [llms.txt](https://newpanel.docs.emaillabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newpanel.docs.emaillabs.io/en/account/settings/api/generating-api-keys.md).

# Generating API Keys

To generate API keys, follow these steps:

* Navigate to the section ‘Account’ -> ‘Settings’ -> ‘API’ in the EmailLabs Panel.
* In the API Key field, enter the name for the key and click ‘Generate API Key’.\ <br>

  <figure><img src="/files/gtlumOrFVNhLOdM7qGL3" alt=""><figcaption></figcaption></figure>
* After generating the key, two keys will be displayed:
  * Application-Key
  * Authorization\ <br>

    <figure><img src="/files/It2TkZFUvTMdNceYeQSn" alt=""><figcaption></figcaption></figure>
* Copy the generated keys and store them securely.

{% hint style="info" %}
**Note:** After the page is reloaded, the authorization key will no longer be visible and cannot be copied. For security reasons, do not share your keys with unauthorized individual.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://newpanel.docs.emaillabs.io/en/account/settings/api/generating-api-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.
