# Discord Bot

- [Accounts](https://agent-x-1.gitbook.io/agent-x/discord-bot/accounts.md): Управление аккаунтами Discord: импорт, экспорт, привязка к профилям, проверка, одиночное и массовое редактирование.
- [Settings](https://agent-x-1.gitbook.io/agent-x/discord-bot/settings.md): Настройки модуля Discord Bot: глобальные параметры (General), активность (Activity) и шаблоны OpenAI для генерации контента.
- [Proccess](https://agent-x-1.gitbook.io/agent-x/discord-bot/proccess.md): Раздел Proccess отвечает за управление ручным режимом действий в Discord: проверка сервера, вход, отправка сообщений, нажатия кнопок и реакций.
- [Logs](https://agent-x-1.gitbook.io/agent-x/discord-bot/logs.md): В этом разделе отображаются логи активности Discord-бота: время, аккаунт, действие, статус и подробности.
- [Ручной режим](https://agent-x-1.gitbook.io/agent-x/discord-bot/ruchnoi-rezhim.md): Режим, в котором вы вручную задаёте действия (отправка сообщений, реакций, нажатие кнопок) для аккаунтов Discord через модуль Proccess.
- [Автоматический режим](https://agent-x-1.gitbook.io/agent-x/discord-bot/avtomaticheskii-rezhim.md): Автоматический режим позволяет Discord-боту самостоятельно выполнять заданные активности (отправка сообщений, реакции, нажатие кнопок) без ручного вмешательства.


---

# 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://agent-x-1.gitbook.io/agent-x/discord-bot.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.
