# Detail Registry

This section explains the registry page which displays available registries along with detailed data, available quotas, and adding new registries in the Service Portal AI. To view the registry details, click on the registry data you want to see.

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

After you click on a registry, the system will display the detailed information for that registry.

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

On the Registry details page, below are explanations for each tab available:

<table><thead><tr><th width="208">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Summary</strong></td><td>Displays an overview of the selected registry, including its name, type, description, quota usage, and the number of repositories associated with it.</td></tr><tr><td><strong>Repository</strong></td><td>Shows the list of repositories stored within the registry. From this tab, users can view repository details and manage repository contents.</td></tr><tr><td><strong>Logs</strong></td><td>Provides a history of activities related to the registry, such as pushes, pulls, and configuration changes. This tab helps users track actions performed on the registry.</td></tr><tr><td><strong>Labels</strong></td><td>Allows users to view and manage labels associated with images or repositories inside the registry. Labels help categorize and identify container images.</td></tr><tr><td><strong>Tag immutability</strong></td><td>Displays and manages tag immutability rules. These rules prevent image tags from being overwritten, ensuring consistency and preventing unintentional changes.</td></tr><tr><td><strong>Member</strong></td><td>Shows the list of users or members who have access to the registry and allows administrators to manage their permissions.</td></tr></tbody></table>

On the registry details page there is an Overview button that you can use to access, create, and upload files using docker images on your computer.

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

On the Overview page, there is an option to download the certificate. Click the *Download Certificate* link to download it.

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

Click the Back button to return to the previous page.

<figure><img src="/files/TM2o7K09uPLRiePGkOHJ" 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-gpu/deka-gpu-registry/detail-registry.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.
