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

# Welcome

## <img src="/files/mEw01wu79EanT540v7Ye" alt="" data-size="line"> **RZX-bot**

Многофункциональный Discord-бот с большим количеством команд, которые заполнят ваши потребности в вашем Discord сервере.

{% hint style="success" %}
**Добавь бота на свой Discord сервер!** [**Клик**](https://invite.rzx-bot.top/)

[**Вебсайт**](https://rzxbot.rzx.ovh/) | [**Панель**](https://dash-rzxbot.rzx.ovh/)

Чтоб быть в курсе событий присоединяйтесь [на этот Discord сервер](https://discord.gg/cEqr2Cv73j) и следите за каналом: [*🤖RZX-DEVELOPMENT*](https://discord.com/channels/967016490723336192/1131319491494686720)
{% endhint %}

***

### Информация о командах

{% content-ref url="/pages/uklEWryC167CGesHj4PX" %}
[Основные команды](/cmds-info/general.md)
{% endcontent-ref %}

{% content-ref url="/pages/nuZPCYI37tH4AyFHdLvP" %}
[Команды экономики](/cmds-info/economy.md)
{% endcontent-ref %}

***

Бот, и все, что связано с ним, разработано челиксом - [**RetrilzzY**](https://rzx.ovh)

***

### Отдельное спасибо:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><a href="https://akai.im">AKainly</a> - поиск ошибок, интересные предложения для нового контента и продвижение бота.</td><td></td><td></td></tr><tr><td>@<strong>re.zero.2</strong> - нахождением не очевидных связок багов.</td><td></td><td></td></tr><tr><td>@<strong>akainly, @re.zero.2, @ozai1155, @nezerk, @doggidoggi, @sana71001, @covid_19206, @kalpemae</strong> - активное участие в ивентах и использование бота с ранних стадий разработки.</td><td></td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-rzxbot.rzx.ovh/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
