# Commands and permissions

## Permissions

{% tabs %}
{% tab title="Commands" %}
Permission to all commands: `tchat.command`\
Permission to all admin commands: `tchat.admin.command`

| Command                          | Permission                       |
| -------------------------------- | -------------------------------- |
| /nick                            | tchat.command.nick               |
| /channel, /ch                    | tchat.command.channel            |
| /chat reload                     | tchat.admin.command.reload       |
| /blockedwords                    | tchat.admin.command.blockedwords |
| /nick (others)                   | tchat.admin.nick.others          |
| /blockchat, /chatblock, /muteall | tchat.admin.command.blockchat    |
| {% endtab %}                     |                                  |

{% tab title="Bypass" %}
Permission to bypass all: `tchat.admin.bypass`

| Action                         | Permission                         |
| ------------------------------ | ---------------------------------- |
| Bypass blocked words module    | tchat.admin.bypass.blockedwords    |
| Bypass blocked commands module | tchat.admin.bypass.blockedcommands |
| Bypass blocked chat module     | tchat.admin.bypass.blockchat       |
| Bypass anti cap module         | tchat.admin.bypass.anticap         |
| {% endtab %}                   |                                    |

{% tab title="Other" %}

| Action                                                               | Permission                |
| -------------------------------------------------------------------- | ------------------------- |
| Notifies administrators upon joining the server about plugin updates | tchat.admin.check-updates |
| {% endtab %}                                                         |                           |
| {% endtabs %}                                                        |                           |


---

# 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://tchat.tect.host/general/commands-and-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.
