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

# Групповые чаты

{% hint style="info" %}
Групповые чаты позволяют общаться только с теми игроками, которые находятся в вашей группе.

Чтобы написать сообщение в группу, поставьте **`$`** перед текстом.
{% endhint %}

{% stepper %}
{% step %}

### 1. Используйте сообщения группы

Сообщения группового чата видят только участники вашей группы.

Чтобы написать в группу, поставьте **`$`** перед сообщением.

<figure><img src="/files/kUK2yqR2INDHbr5kgTb1" alt="Пример сообщения в групповой чат"><figcaption><p>Сообщения с символом <code>$</code> видят только участники вашей группы.</p></figcaption></figure>
{% endstep %}

{% step %}

### 2. Управляйте группой командами

| Команда                                    | Описание                                                          |
| ------------------------------------------ | ----------------------------------------------------------------- |
| **`/group create "название" "пароль"`**    | Создаёт группу. Пароль указывать необязательно.                   |
| **`/group list`**                          | Показывает список групп.                                          |
| **`/group info`**                          | Показывает информацию о группе.                                   |
| **`/group invite "ник"`**                  | Приглашает игрока в группу.                                       |
| **`/group accept`** / **`/group decline`** | Принимает или отклоняет приглашение в группу.                     |
| **`/group delete`**                        | Удаляет группу.                                                   |
| **`/group kick "ник"`**                    | Удаляет игрока из группы.                                         |
| **`/group leave`**                         | Позволяет покинуть группу.                                        |
| **`/group join "id группы" "пароль"`**     | Позволяет вступить в группу. Если группа закрыта, укажите пароль. |
| **`/group help`**                          | Показывает все команды и информацию о них.                        |
| {% endstep %}                              |                                                                   |
| {% endstepper %}                           |                                                                   |


---

# 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.izzziland.ru/gruppovye-chaty.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.
