# Create Stage Channel

**Introduction**&#x20;

This step is designed to create a new stage channel in a specified guild.

**Configuration**

1. **Guild**: Select the guild in which to create the stage channel. This is mandatory.
2. **Name**: Set the name for the stage channel. It must be between 1 and 100 characters. This field is required.
3. **Category**: Optionally, choose a category for the stage channel.

**Outputs**

* **Channel**: The stage channel created by this step. This output variable can be used in subsequent steps for specific actions, such as setting up events or permissions.

**Usage**&#x20;

Useful for setting up stage channels for events, announcements, or community gatherings within a guild.

**Permissions**

* Requires the "Manage Channels" permission to execute this step.


---

# 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-stage-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.
