# Creating an Access Key

Sign In to your Amove account and you will be navigated to the main dashboard and click on the Storage button from the top menu.

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

To create an S3 access key for Amove Storage:

Step 1: Navigate to the **Access Key** tab on the sidebar.

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

Step 2: Click the **Create Access Key** button.

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

Step 3: In the **Create Access Key** window, provide the following information:

* **Name**: Enter a descriptive name for the access key.

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

* **Enabled Regions**: Select the region for which the access key will be valid.

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

* **Assign Access Permission**: Choose one of the following options:
  * **Read**: Access objects but cannot modify them.
  * **Write**: Modify objects but cannot read them.
  * **Read and Write**: Full permissions to read and modify objects.

<figure><img src="/files/8dHL71PwYIu3dTcdvs6Q" alt=""><figcaption></figcaption></figure>

* **Assign Buckets**: Choose to grant access to **All buckets** or specify particular **Select buckets**.

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

Step 4: Click **Create Key Access** to generate the access key.

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


---

# 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.amove.io/amove-storage/access-key-management/creating-an-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.
