# Permissions

<table><thead><tr><th>PERMISSION</th><th>INFO</th><th data-hidden></th></tr></thead><tbody><tr><td>zelchat.usecolors</td><td>Ability to use &#x26; colors in chat and msg</td><td></td></tr><tr><td>zelchat.renderitem</td><td>Ability to use [item] in chat and msg</td><td></td></tr><tr><td>zelchat.renderinventory</td><td>Ability to use [inv] in chat and msg</td><td></td></tr><tr><td>zelchat.renderenderchest</td><td>Ability to use [enderchest] in chat and msg</td><td></td></tr><tr><td>zelchat.renderplaceholders</td><td>Ability to use placeholders in chat and msg</td><td></td></tr><tr><td>zelchat.placeholder.*</td><td>Ability to use any placeholder</td><td></td></tr><tr><td>zelchat.staff.filtered</td><td>Ability to see filtered chat messages</td><td></td></tr><tr><td>zelchat.mentions</td><td>Ability to mention players in chat</td><td></td></tr><tr><td>zelchat.bypass.blacklist</td><td>Ability to bypass every chat filter</td><td></td></tr><tr><td>zelchat.bypass.chatmuted</td><td>Ability to chat when chat is muted</td><td></td></tr><tr><td>zelchat.bypass.ignore</td><td>Ability to message players ignoring yourself</td><td></td></tr><tr><td>zelchat.bypass.similarity</td><td>Ability to send the same message many times</td><td></td></tr><tr><td>zelchat.bypass.cooldown</td><td>Ability to bypass chat cooldown</td><td></td></tr></tbody></table>


---

# 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://natorog.gitbook.io/zelchat/first-steps/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.
