> 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/cmds-info/general.md).

# Основные команды

***

{% hint style="info" %}
**Подсказка**

**`<...>`** - обязательный аргумент.\
\&#xNAN;**`[...]`** - необязательный аргумент.

"/" в аргументе означает "или".&#x20;

\
\&#xNAN;**`/команда`**- вызов через слэш(/).\
\&#xNAN;**`!команда`** - вызов через префикс (по умолчанию `!`, можно изменить при помощи [*`/manage-prefix`*](#manage-prefix-ustanovite-svoi-prefiks-dlya-vashego-servera) или через [панель управления](https://dash-rzxbot.rzx.ovh/)).\
\&#xNAN;**`команда`** - вызов через слэш и префикс.
{% endhint %}

***

<details>

<summary><code>/image-search</code> - Поиск изображения по текстовому запросу</summary>

**Пример:**\
`/image-search query: apple`

</details>

<details>

<summary><code>img-kandinsky img-sdxl</code> - ИИ генерации изображений</summary>

**Использование:**\
`img-kandinsky <промпт> | img-sdxl <промпт>`

**Пример:**\
`!img-kandinsky breathtaking night street of Tokyo, cars, neon lights. award-winning, professional, highly detailed`

<img src="/files/tEpEl75j1VVRaJFmKLQO" alt="" data-size="original">

</details>

<details>

<summary><code>/magic-ball, /nekos-ball</code> - Один верный ответ на твой вопрос (но это не точно)</summary>

**Пример:**\
`/magic-ball question: Это вопрос?`

</details>

<details>

<summary><code>/message-maker-lite</code> - Полезный инструмент для создания продвинутых cообщений (упрошенная версия)</summary>

**Пример:**\
`/message-maker-lite title: Это эмбед description: Да, это так color: blue text: @RZX-bot#2626`

<img src="/files/LWqRzKNilGfaHUSMV4WE" alt="" data-size="original">

</details>

<details>

<summary><code>/message-maker-pro</code> - Полезный инструмент для создания продвинутых сообщений (продвинутая версия)</summary>

Все визуально и просто

<img src="/files/UlBWaF6EmvTd4smR3TkK" alt="" data-size="original">

</details>

<details>

<summary><code>user-info</code> - Узнать информацию о себе или участнике</summary>

**Использование:**\
`user-info [@участник/ID участника]`

**Пример:**\
`!user-info @retrilzzy`

</details>

<details>

<summary><code>server-info</code> - Узнать информацию о сервере</summary>

**Пример:**\
`!server-info`

</details>

<details>

<summary><code>/waifu-pics, /nekos-life, /waifu-im</code> - Изображения/гифки в аниме стиле</summary>

**Примеры:**\
`/waifu-im tag: waifu tag2: uniform`\
`/nekos-life tag: neko`

</details>

***

<details>

<summary><code>/manage-prefix</code> - Установите свой префикс для вашего сервера</summary>

**Пример:**\
`/manage-prefix prefix: ?`

</details>

{% hint style="warning" %}
Для использования команды`/manage-prefix` необходима роль с разрешением **"Управление сервером"** или вы должны быть **администратором**
{% endhint %}


---

# 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/cmds-info/general.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.
