# Client Registry View

The **Client Registry View** ​​allows the Connectware admin to securely register and monitor new clients and users for data access.

* To open the **Client Registry View**, click **User** > **Client Registry**.

<figure><img src="/files/DJzeiiUXv2CQyNz8MwB7" alt="Client Registry View"><figcaption><p>Client Registry View</p></figcaption></figure>

Here is an overview of the functions of the **Client Registry View**.

**Unlock**

* Unlocks the Client Registry to allow clients to make self-registration requests via the following methods:
  * [Self-Registering MQTT Clients](/2-1-2/documentation/client-registry/self-registering-mqtt-clients.md)
  * [Self-Registering Clients via REST API](/2-1-2/documentation/client-registry/self-registering-clients-via-rest-api.md)

**Pending requests overview**

* Displays all pending registration requests including **Username**, **Context**, **Timestamp**, and **Credentials**.


---

# 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.cybus.io/2-1-2/documentation/client-registry/client-registry-view.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.
