# Client Role

#### Execute the command `/account verify`:

* This command is used in the [🔱丨client-role](https://discord.com/channels/1015093239092625410/1208851592430878770) chat to verify your account and obtain the client role.

#### Verification Message:

* After executing the command, you will receive a message indicating that you have not yet connected your Discord account to our website to verify yourself.

  **Verification:** You have not yet connected your Discord account to our website to verify yourself. Click here to connect your account

#### Discord Connect Button:

* The "Discord Connect" button is located below the message. To complete the verification and obtain the client role, click on the link provided in the message. This will take you to a page where you can connect your Discord account.

<figure><img src="/files/oUmneKHm3ry1zwfV7bDk" alt=""><figcaption><p>Message</p></figcaption></figure>

#### Other commands:

```
/account unlink
```

* This command is used to disconnect your Discord account from our website. When you execute this command, the connection between your Discord account and your profile in our system will be removed. This can be useful if you want to unlink your account for any reason, such as changing Discord accounts or for privacy reasons.

```
/account details
```

* This command provides details about your account in our system. When you execute this command, you will receive information such as your username, associated email address (if available), account creation date, and other relevant details about your profile on our platform.
* If the `/` command does not work for you, you can use the `!` command.


---

# 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.hidencloud.com/discord/client-role.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.
