# Configuring Sonar

### Quickstart guide

The following pages contain useful information that might help with configuring Sonar.

1. [General settings](/administration/configuring-sonar/general-settings.md)
2. [Adjusting the attack tracker](/administration/configuring-sonar/adjusting-the-attack-tracker.md)
3. [Setting up a database](/administration/configuring-sonar/setting-up-a-database.md)
4. [Configuring the verification](/administration/configuring-sonar/configuring-the-verification.md)
   1. [Using 1.20.5+ transfers](/administration/configuring-sonar/configuring-the-verification/using-1.20.5+-transfers.md)

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/configuring-sonar.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.
