# Commands

<table><thead><tr><th>COMMAND</th><th>PERMISSION</th><th>INFO</th><th data-hidden></th></tr></thead><tbody><tr><td>/chatinv</td><td>//</td><td>Used to click on items in chat</td><td></td></tr><tr><td>/ignoreall</td><td>zelchat.command.ignoreall</td><td>Toggle ignoring everyone</td><td></td></tr><tr><td>/ignore</td><td>//</td><td>Ignore a player's private msg</td><td></td></tr><tr><td>/msg or /tell</td><td>//</td><td>Send a private message</td><td></td></tr><tr><td>/r or /reply</td><td>//</td><td>Reply to a private message</td><td></td></tr><tr><td>/mutechat</td><td>zelchat.command.mutechat</td><td>Mute/Unmute server chat</td><td></td></tr><tr><td>/staffchat</td><td>zelchat.command.staffchat</td><td>Toggle staffchat for yourself</td><td></td></tr><tr><td>/staffchat &#x3C;message></td><td>zelchat.command.staffchat</td><td>Send a message to staffchat</td><td></td></tr><tr><td>/spymsg</td><td>zelchat.command.spy</td><td>Toggle spying msg of players</td><td></td></tr><tr><td>/zelchat reload</td><td>zelchat.command.reload</td><td>Reload all plugin files</td><td></td></tr><tr><td>/zelchat help</td><td>zelchat.command.help</td><td>Check admin commands</td><td></td></tr><tr><td>/zelchat similar str1 str2</td><td>zelchat.command.similar</td><td>Check similarity % for 2 words</td><td></td></tr><tr><td>/zelchat regex &#x3C;word></td><td>zelchat.command.regex</td><td>Generate a rule to block a word</td><td></td></tr><tr><td>/zelchat clearchat</td><td>zelchat.command.clearchat</td><td>Clear the server chat</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/first-steps/commands.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.
