# Autovoice channels

Select Auto-voice channels in the settings panel /manager-settings in the drop-down menu

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

In the menu, select the desired one, select the category in which our voice channels will be, select the channel that you will need to go to to create an author's channel and the name of the channel.

{% hint style="warning" %}
Create a separate category for your auto-voice channels, because the bot deletes channels if there are no members in them except for the channel-creator.
{% endhint %}

{% hint style="success" %}
You can use [variables ](/eng/variables/avc.md)for the channel name:

> **{creator}** - channel user name
>
> **#** - channel number in the format 1 2
>
> **{emoji}** - random 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/eng/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.
