# Commands and Permissions

<table><thead><tr><th width="173.33333333333331">Command</th><th width="133">Aliases</th><th>Description</th></tr></thead><tbody><tr><td>/sonar</td><td>None</td><td>List all subcommands and the current version of Sonar</td></tr><tr><td>/sonar statistics</td><td>/sonar stats</td><td>Show session statistics</td></tr><tr><td>/sonar blacklist</td><td>None</td><td>Manage blacklisted IP addresses</td></tr><tr><td>/sonar verified</td><td>None</td><td>Manage verified IP addresses</td></tr><tr><td>/sonar verbose</td><td>None</td><td>Enable or disable Sonar verbose</td></tr><tr><td>/sonar notify</td><td>None</td><td>Enable or disable attack notifications</td></tr><tr><td>/sonar reload</td><td>None</td><td>Reload all configurations</td></tr><tr><td>/sonar dump</td><td>None</td><td>Print developer information</td></tr></tbody></table>

<table><thead><tr><th width="173">Command</th><th width="275">Permission</th><th>Restrictions</th></tr></thead><tbody><tr><td>/sonar</td><td>sonar.command</td><td>None</td></tr><tr><td>/sonar statistics</td><td>sonar.statistics</td><td>None</td></tr><tr><td>/sonar blacklist</td><td>sonar.blacklist</td><td>None</td></tr><tr><td>/sonar verified</td><td>sonar.verified</td><td>None</td></tr><tr><td>/sonar verbose</td><td>sonar.verbose</td><td>Player-only</td></tr><tr><td>/sonar notify</td><td>sonar.notify</td><td>Player-only</td></tr><tr><td>/sonar reload</td><td>sonar.reload</td><td>None</td></tr><tr><td>/sonar dump</td><td>sonar.dump</td><td>Console-only</td></tr></tbody></table>

If you have any further questions, please feel free to join the [Discord](https://sonar.top/discord) for support.


---

# 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.jonesdev.xyz/administration/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.
