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

# Добро пожаловать

{% columns %}
{% column %}
VLesnix Guard — это многофункциональный бот для Discord, созданный для защиты, управления и развлечения сообществ. Разработанный из строк кода и вдохновения 7 февраля 2025 года, его миссия — помогать, развлекать и объединять.

Эта документация поможет вам освоить все его возможности: от простых развлекательных команд до мощных модулей модерации и автоматизации.
{% endcolumn %}

{% column %}

<figure><img src="/files/PJCKZqGV6dxlwo6rNseO" alt="" width="563"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %}

####

{% endcolumn %}

{% column %}

### С чего начать?

Готовы погрузиться? Вот несколько полезных ссылок, чтобы быстро освоиться.

* **🚀 Быстрый старт**: Добавьте бота на сервер и настройте его за 5 минут.
* **📚 Все команды**: Полный справочник по всем доступным командам с примерами.
* **⚙️ Обзор модулей**: Узнайте, как детально настроить каждый функциональный модуль.

<a href="https://discord.com/oauth2/authorize?client_id=1336778419199021118" class="button primary" data-icon="plus">Пригласить бота</a>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### Остались вопросы?

Нужна помощь или есть крутая идея? Наше сообщество всегда готово помочь. Присоединяйтесь к нашему серверу поддержки, чтобы быть в курсе всех обновлений и первыми узнавать о новых функциях.

<a href="https://discord.gg/pzD2w4x5Hk" class="button secondary" data-icon="gear-complex">Сервер технической поддержки</a>
{% endcolumn %}

{% column %}

####

{% endcolumn %}
{% endcolumns %}

<h3 align="center">Присоединяйтесь к нам</h3>

<p align="center">Станьте частью нашего растущего сообщества в Discord и Telegram.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center"><i class="fa-discord">:discord:</i></td><td align="center"><strong>Сообщество в Discord</strong></td><td>Присоединяйтесь к нашему серверу, чтобы задавать вопросы, получать помощь и делиться идеями с другими пользователями.</td><td align="center"><a href="https://discord.gg/pzD2w4x5Hk" class="button primary" data-icon="discord">Присоединиться</a></td><td></td></tr><tr><td align="center"><i class="fa-telegram">:telegram:</i></td><td align="center"><strong>Канал в Telegram</strong></td><td>Подписывайтесь на наш Telegram-канал, чтобы получать самые важные обновления и анонсы прямо в мессенджере.</td><td align="center"><a href="https://t.me/vlesnix" class="button primary" data-icon="telegram">Присоединиться</a></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.vlesnix.site/welcome.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.
