> 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/osnovnoi-kontent/golosovoi-chat.md).

# Голосовой чат

{% hint style="info" %}
Голосовой чат позволяет общаться с игроками прямо в игре через **Simple Voice Chat**.

Если мод ещё не установлен, скачайте [Simple Voice Chat](https://modrepo.de/minecraft/voicechat).
{% endhint %}

{% stepper %}
{% step %}

### 1. Начните использовать голосовой чат

Нажмите **`V`** и выберите микрофон, динамики и метод активации.

Так вы сможете сразу настроить голосовой чат под себя.

<figure><img src="/files/IABrbwfwf07EXOiGTUIh" alt="Настройка микрофона и динамиков в голосовом чате"><figcaption><p>Нажмите <code>V</code>, чтобы выбрать микрофон, динамики и способ активации голосового чата.</p></figcaption></figure>
{% endstep %}

{% step %}

### 2. Настройте громкость

Нажмите **`V`** и откройте кнопку с ползунками.

Там можно настроить общую громкость и громкость отдельных игроков.

<figure><img src="/files/9hEXO7JA2eCk77N019X3" alt="Настройка громкости голосового чата"><figcaption><p>В меню с ползунками можно настроить общую громкость и громкость отдельных игроков.</p></figcaption></figure>
{% endstep %}

{% step %}

### 3. Войдите в группу или создайте её

Нажмите **`V`** → **Группа** → **Создать группу**.

В этом же меню можно войти в уже существующую группу.

<figure><img src="/files/swgoPq96R3uPEWX0YrZ4" alt="Создание группы в голосовом чате"><figcaption><p>Откройте раздел группы, чтобы создать новый голосовой канал или войти в существующий.</p></figcaption></figure>
{% 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/osnovnoi-kontent/golosovoi-chat.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.
