# Create Voice Channel

**Introduction**&#x20;

This step allows for the creation of a new voice channel within a specified guild.

**Configuration**

1. **Guild**: Choose the guild in which to create the new voice channel. This is a required field.
2. **Name**: Set the name for the new voice channel. The name must be between 1 and 100 characters. This is a required field.
3. **Category**: (Optional) Select the category under which the voice channel will be created. If left unspecified, the channel will be created at the root level of the guild.

**Outputs**

* **Channel**: The newly created voice channel. This variable provides access to the channel's properties and can be used in subsequent steps.

**Usage**&#x20;

Ideal for expanding a guild's communication channels, such as creating dedicated spaces for various activities, events, or group discussions.

**Permissions**

* Requires the "Manage Channels" permission to create new voice channels in a guild.


---

# 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.flexy.bot/modules/discord/steps/create-voice-channel.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.
