# Автоголосовые каналы

Выбираем в панели настроек [/manager-settings](/commands/admins.md) в выпадающем меню **Автоголосовые каналы**

<figure><img src="/files/pZRc5EH4yxuzNanqlbKz" alt=""><figcaption></figcaption></figure>

В меню **Выберите нужное** выбираем категорию в которой будут наши голосовые каналы, выбираем канал, в который нужно будет зайти, чтобы создать авторский канал и название канала.

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

{% hint style="success" %}
Можете употреблять [переменные](/variables/avc.md) для названия канала:

> **{creator}** - имя пользователя канала
>
> **#** - номер канала в формате 1 2
>
> **{emoji}** - случайный эмодзи
> {% endhint %}


---

# 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://docs.wetbot.space/guide/avc.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.
