> For the complete documentation index, see [llms.txt](https://docs.zata.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zata.ai/manage/access-keys/creating-a-new-access-key.md).

# Creating a New Access Key

{% hint style="info" %}
You can create only five access keys.
{% endhint %}

* Log in to the **Zata.ai Panel**.
* From the left-side menu, click on **Access Keys**.
* Click on **Generate Key**.<br>

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

You will see two options:

* **Root User**
* **Sub-user**

Select the appropriate option based on your requirement.\
For this example, select **Sub-user**.

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

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

* Choose the required sub-user from the list (for example: `accessuser`).
* Click on **Generate Key**.

<figure><img src="/files/2XHP0zmhT7i8aJg2pCPn" alt=""><figcaption></figcaption></figure>

* As soon as you click **Generate Key**, a `.txt` file is automatically downloaded to your local system.
* Open the downloaded `.txt` file. It will contain:
  * Access Key ID
  * Secret Access Key
* Save this file in a secure location on your system.
* Use these keys to configure:
  * S3 Browser
  * Cyberduck
  * Any application using the Zata.ai S3 API

{% hint style="info" %}
If the downloaded file is lost, you must delete the existing access key and generate a new one, as the Secret Access Key cannot be recovered.
{% 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://docs.zata.ai/manage/access-keys/creating-a-new-access-key.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.
