# Manage Access Key

The Object Storage Access Key is a unique identifier for the object in the bucket, the access key will generate a Key ID and Secret Key. Go to **Deka Box** page. there will show you an object storage list. Select the bucket you want to manage, in the **Action** column click **More**. then select **Manage Access Keys**.

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

On the manage access key page, it will display a list of access keys.

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

<table><thead><tr><th width="224">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Access Key Name</strong></td><td>The name of the access key.</td></tr><tr><td><strong>User</strong></td><td>The user who has the access key.</td></tr><tr><td><strong>Key ID</strong></td><td>Key ID for access the bucket.</td></tr><tr><td><strong>Created At</strong></td><td>The date and time when the access key was created.</td></tr><tr><td><strong>Expired At</strong></td><td>The date and time when the access key will expire.</td></tr><tr><td><strong>Action</strong></td><td>The available actions for managing the access key.</td></tr></tbody></table>

You can also add a new Access Key by following the steps available on  [Add Access Key ](/deka-box/manage-access-key/add-access-key.md) and if you want to delete an unused Access Key, you can follow the steps available on [Delete Access Key](/deka-box/manage-access-key/delete-access-key.md).


---

# 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.cloudeka.ai/deka-box/manage-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.
