# Home

## :question: About John-Bot

**John-Bot is a Discord bot designed to simplify the management of Discord servers.** It comes packed with a wide range of useful features, including a ticketing system, a logging system, join & leave actions, an XP-based leveling system, a giveaway system, and an advanced moderation system, among others.¹

## :book: Documentation

John-Bot's documentation is here to help you get familiar with everything John-Bot has to offer. It provides quick, written answers to the many questions that may come up while using the bot — especially during setup and configuration. Each documentation page is tied to a video tutorial. You can find all official tutorials in this YouTube playlist: [Tutorials - John-Bot](https://jnbt.xyz/tutorials)

## :gear: How It Works

The documentation is organized into several categories, each containing pages and sub-pages. These sub-pages are broken down into sections and even sub-sections. While this structure may seem complex at first, it actually makes it easy to find what you're looking for in just a few clicks. You can narrow down to the exact answer you need without having to dig through the entire documentation. Some icons may also help you quickly identify certain information:

* :gem: : feature reserved for [John-Bot Premium](https://johnbot.app/premium) members

## :no\_entry\_sign: Limitations

The documentation may not always cover every question you have. If that's the case, feel free to reach out to John-Bot's support team through the Discord support server or any other available method².

***

1: this list is not exhaustive\
2: see the [Contact](/en/contact.md) page


---

# 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://help.johnbot.app/en/readme.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.
