# Welcome

## FAQ

**Which Minecraft server software does Sonar support?**\
Sonar supports Velocity, BungeeCord, and Bukkit. You can read more about compatibility [here](https://docs.jonesdev.xyz/sonar/supported-versions).

**On which plugin marketplaces can I find Sonar?**\
You can find Sonar on [Modrinth](https://modrinth.com/plugin/sonar), [Hangar](https://hangar.papermc.io/Jones/sonar), [BuiltByBit](https://builtbybit.com/resources/sonar.23353/?ref=discover), and [SpigotMC](https://www.spigotmc.org/resources/sonar.115239/). It is strongly discouraged to download Sonar from other, potentially untrusted sources.

**Which databases are supported for storing verified players?**\
At the moment, Sonar supports [MySQL](https://www.mysql.com/), [MariaDB](https://mariadb.org/), [PostgreSQL](https://www.postgresql.org/), and [H2](https://h2database.com/html/main.html) for storing verified players.

**Where can I find the commands and permissions?**\
You can find a list of commands and their respective permissions [here](https://docs.jonesdev.xyz/administration/commands-and-permissions).

**I found a bug! How can I report it?**\
In order to report a bug, you can either open a ticket on [Discord](https://sonar.top/discord), ask for help in the **#help** channel on Discord, or open a [GitHub Issue](https://github.com/jonesdevelopment/sonar/issues/new/choose).

**I found a security vulnerability! How can I report it?**\
In order to report a security vulnerability, please visit the [GitHub Security Overview](https://github.com/jonesdevelopment/sonar/security).

**What is Sonar 3.0?**\
Sonar 3.0 is a complete recode of Sonar, featuring more advanced checks, much better performance, analytics, a web panel, and premium support. Find out more on the [Sonar homepage](https://sonar.top/).


---

# 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/sonar/welcome.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.
