# 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**.

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

<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>Secret ID</strong></td><td>The secret key to access the bucket.</td></tr><tr><td><strong>Created Data</strong></td><td>Access key generation time.</td></tr></tbody></table>

* If you want to see your Secret Key, just click **eye icon** on the Secret Key column.
* The Reveal Your Access Key window will appear, which will display your Access Key ID. If you want to open the Secret Key, type your Service Portal AI password in the Your Password column then click Reveal.

After that, your Secret Access Key will appear. Click Copy button&#x20;

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-metal/deka-metal-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.
