# CommunitiesRoles

Contains a real-time updated list of all accounts having a specific role or status within a community, whether administrators, moderators or even users who have been muted.

{% hint style="warning" %}
&#x20;**Attention:** there is a trick with the last table given how communities work at the blockchain level: if a specific user is missing from the table, it is considered being a ”guest” because an account is only inserted in the table if it is explicitly assigned a role by an admin or moderator!
{% endhint %}

#### Columns

| Name      | Description                              |
| --------- | ---------------------------------------- |
| community | community account                        |
| account   | account with a role within the community |
| role      | account role within the community        |
| title     | text describing the account role         |


---

# 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.hivesql.io/technical-informations/state-tables/communitiesroles.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.
