# Detail a Key

**Detail a Key** is a feature in the **Deka GPU Service Portal** that allows you to view the details of an existing **Key**. If you have not created a **Key** yet, you can follow **sub-section** [**Create a New Key**](/deka-llm/detail-deka-llm/keys-tab/create-a-new-key.md). On the **Keys Tab** page, click the **Detail** button.

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

The **Detail Key** window will appear, displaying information about the token created in the **Keys** tab of **Deka LLM**.

* **Token Name**: Displays the name of the token being used.
* **Token ID**: Used for authentication and access to **Deka LLM** services.
* **Usage**: Shows the current token usage compared to the maximum limit available.
* **Expires**: Displays the token's expiration status.

<figure><img src="/files/kdl9L9w7Ge6UhqwBa2gf" 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.cloudeka.ai/deka-llm/detail-deka-llm/keys-tab/detail-a-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.
