# Granting Access

**This assumes a self-registering MQTT client is running and requesting access**

1. On the navigation panel, click `User`.

<figure><img src="https://950196595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwTih5dM9HKbgRlnp5wVj%2Fuploads%2Fgit-blob-e8d197abed3d77bec60ccf84f3b7a49c81a91450%2Fnavigation_panel_user.png?alt=media" alt=""><figcaption></figcaption></figure>

2. In the sidebar, click `Client Registry`.

<figure><img src="https://950196595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwTih5dM9HKbgRlnp5wVj%2Fuploads%2Fgit-blob-43ee6fcd99bbfa566fb741f835ab8c12d562aa7f%2Fclient_registry_menu.png?alt=media" alt=""><figcaption></figcaption></figure>

3. Press the lock icon in the toolbar at the top right, to open (unlock) the Connectware self registration. This self registration is open for 5 minutes. The self registration is closed again automatically after 5 minutes, or when the unlocked icon is clicked again.

<figure><img src="https://950196595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwTih5dM9HKbgRlnp5wVj%2Fuploads%2Fgit-blob-9f95a814e7e15081856f54e4a6e83a92d149f709%2Fregistry_landing.png?alt=media" alt=""><figcaption></figcaption></figure>

4. The requesting client should appear in the table.

<figure><img src="https://950196595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwTih5dM9HKbgRlnp5wVj%2Fuploads%2Fgit-blob-55d1fb67b45a842e987f8f0440a39ca4250ebb20%2Fregistry_agent_request.png?alt=media" alt=""><figcaption></figcaption></figure>

5. Click on the table entry to inspect the client request, then click `ALLOW` to grant access

<figure><img src="https://950196595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwTih5dM9HKbgRlnp5wVj%2Fuploads%2Fgit-blob-b10114027b054a0d24231e875f273621431725f5%2Fregistry_agent_allow.png?alt=media" alt=""><figcaption></figcaption></figure>

6. On the navigation panel, click `User`.

<figure><img src="https://950196595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwTih5dM9HKbgRlnp5wVj%2Fuploads%2Fgit-blob-79269a62f1e36724afb5c82ba435023d3ec5bb13%2Fuser_sidebar_user_mgmt.png?alt=media" alt=""><figcaption></figcaption></figure>

7. The newly added user should appear in the Users table.

<figure><img src="https://950196595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwTih5dM9HKbgRlnp5wVj%2Fuploads%2Fgit-blob-a964a89b1f0092203c05db4ba8bc2797f3db47ce%2Fregistry_agent_added.png?alt=media" alt=""><figcaption></figcaption></figure>

8. As a next step, click on the table row of the user, and assign one or more `Roles` according to the instructions here: [Roles](https://docs.cybus.io/1-7-3/documentation/user-management/roles)


---

# 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/1-7-3/documentation/client-registry/granting-access.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.
