# Keys Tab

The **Keys Tab** on the **Deka GPU Service Portal** page includes several features, as follows.

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

1. The **“+Create Key”** button is used to generate a new key, allowing you to obtain a **Secret Key** and **Token ID** based on the **Token Name**.
2. The **List Keys Table** displays a list of your teams that have access to **Deka GPU**. Below is an explanation of the available columns in the **List Keys** table.

<table><thead><tr><th width="155">Colum</th><th>Description</th></tr></thead><tbody><tr><td>Key Alias</td><td>This column displays the alias or name assigned to the key, which helps users easily identify different keys.</td></tr><tr><td>Secret Key</td><td>This column contains the secret key associated with the alias. This key is used for authentication and authorization in API calls.</td></tr><tr><td>Expires</td><td>This column shows the expiration date of the key, indicating when the key will no longer be valid.</td></tr><tr><td>Model</td><td>This column specifies the model associated with the key, indicating which Large Language Model (LLM) the key is linked to.</td></tr><tr><td>Action</td><td><p>This column provides options to manage the key, such as editing or deleting it.</p><ol><li>The <strong>Detail</strong> button is used to view the details of in Deka LLM. For more information about the <strong>Detail</strong> button, refer to <strong>sub-section</strong> <a href="/pages/DRT4GwzE88qO0lm3qR6H"><strong>Detail a Key</strong></a>.</li><li>The <strong>Edit</strong> button is used to update a <strong>Key</strong> in <strong>Deka LLM</strong>. For more details about the <strong>Edit</strong> button, refer to <strong>sub-section</strong> <a href="/pages/aueWIuLyCDt10mtvHVk4"><strong>Edit a Key</strong></a>.</li><li>The <strong>Delete</strong> button is used to remove a <strong>Key</strong> that is no longer in use. For further explanation about the <strong>Delete</strong> button, refer to <strong>sub-section</strong> <a href="/pages/7r7aber08s83rD2MoUeO"><strong>Delete a Key</strong></a>.</li></ol></td></tr></tbody></table>


---

# 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-llm/detail-deka-llm/keys-tab.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.
