# Administration

- [Commands and Permissions](https://docs.jonesdev.xyz/administration/commands-and-permissions.md): List of all commands, subcommands, and aliases.
- [Usage of MiniMessage](https://docs.jonesdev.xyz/administration/usage-of-minimessage.md): Why Sonar uses adventure's MiniMessage
- [Configuring Sonar](https://docs.jonesdev.xyz/administration/configuring-sonar.md)
- [General settings](https://docs.jonesdev.xyz/administration/configuring-sonar/general-settings.md): These settings control general behavior for Sonar, including update checks, logging, and player limits.
- [Adjusting the attack tracker](https://docs.jonesdev.xyz/administration/configuring-sonar/adjusting-the-attack-tracker.md): The attack tracker in Sonar monitors for potential bot attacks based on player activity. Adjust these settings only if you really know what you're doing.
- [Setting up a database](https://docs.jonesdev.xyz/administration/configuring-sonar/setting-up-a-database.md): Sonar can be connected to a database to retain verified player data even after server restarts.
- [Configuring the verification](https://docs.jonesdev.xyz/administration/configuring-sonar/configuring-the-verification.md): These settings control when and how Sonar's bot verification is conducted. Adjust these settings only if you really know what you're doing.
- [Using 1.20.5+ transfers](https://docs.jonesdev.xyz/administration/configuring-sonar/configuring-the-verification/using-1.20.5+-transfers.md): Sonar includes a feature that allows players to be automatically transferred back to the origin server after successfully passing bot verification, introduced in Minecraft version 1.20.5.


---

# 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.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.
