# Types of permissions

Permissions dictate the level of access granted to members of your community. You can assign one of four types of permissions:

1. **Admin**: Complete admin access including the ability to appoint roles, create channels and everything below.&#x20;
2. **Mod**: May ban users, delete user’s chats and everything below. May write in "read-only" channels.&#x20;
3. **Staff**: May create and edit pages, events and everything below.&#x20;
4. **Member**: Member can join channels.&#x20;

<figure><img src="/files/tEjJnHPaBDmYIuBN6dUN" 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://docs.console.xyz/admin/types-of-permissions.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.
