> For the complete documentation index, see [llms.txt](https://docs.paxel.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paxel.xyz/overview/about.md).

# О Боте

{% code fullWidth="false" %}

```csharp
using Paxel;
```

{% endcode %}

## Основное

<mark style="color:blue;">**Paxel**</mark> — многофункциональный Бот для вашего сервера Discord, он содержит в себе наиболее полезные и используемые функции.\
Для вашего удобства, все настройки производятся через **настройки** на [Сайте](https://paxelbot.ru/dashboard).

## Функции

* :frame\_photo: Ваш собственный баннер на сервер
* :musical\_note: Панель музыки
* :hand\_splayed: Приветствия
* :tada: Личный профиль
* :sparkles: Роли по реакции
* :track\_next: И многое другое...

## Концепция

<mark style="color:blue;">**Качественно**</mark>**,** *<mark style="color:red;">красиво</mark>* и <mark style="color:green;">удобно</mark> - эти основные правила были использованы при создании каждой функции, настройки и всего остального.\
Используются только проверенные технологии, про них рассказано ниже.

* Только эмбеды, никаких голых сообщений
* Собственные эмодзи
* Единый стиль ответов Бота
* Выполненные команды отображаются
* Невыполненные команды показаны только пользователю
* Настройки только на сайте

Как можно было заметить, <mark style="color:blue;">цвета</mark> используются от Discord, чтобы использование Бота и Сайта не вызывало чувства чего-то <mark style="color:yellow;">инородного</mark>.

<figure><img src="/files/3ke8EIC6A55Bsuf599zb" alt=""><figcaption><p>Официальные цвета Discord</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.paxel.xyz/overview/about.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.
