# Set Up General Account Role

{% hint style="info" %}
Feature Description:

1. The main account can create all role types.

2. Administrator accounts can only create general account role and server account role types, and may only modify role information created by themselves.

3. All sub-accounts must be bound to the corresponding roles before they can obtain the permissions granted by those roles.
   {% endhint %}

4. Log in to the main account dashboard and go to the “Role Management” page. Click “Add Role”, then enter the role name in the “Add role” window, select “General account role” as the role type, and fill in the remarks field (optional). Finally, click “Submit” to complete the creation.<br>

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

5. Click the “CoinSend” Action of the general account role, then select “Yes” under “Data submission permission” to authorize the role to submit dispatch records. At the same time, you may select other CoinSend function items as needed to assign the corresponding functional permissions to the role.\
   After clicking “Submit”, enter the <mark style="background-color:green;">**main account’s Google verification code**</mark> to apply the changes. Click the “CoinGet” section of the general account role to select CoinGet function items as needed and assign the corresponding functional permissions to the role.<br>

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

6. In the “Role management” page, you can click the “Edit” button to modify the role name or remarks. To disable a role, toggle the “Role status” switch: green indicates enabled, red indicates deactivated.

   **Note: Only unbound roles can be deactivated. If a role is already bound, attempting to deactivate it will trigger the message: “This role is already bound. Please unbind and try again.”**

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

7. In the “Role management” page, you can search by role type and role status. By clicking “Show only mine”, the list will be filtered to show only roles created by the main account.<br>

   <figure><img src="/files/8UP6SAFLNQ1sEaX9CA8t" 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://coinsdo.gitbook.io/docs/coinsend/setup/set-up-general-account-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.
