# Create Text Channel

**Introduction**&#x20;

This step allows users to create a text channel in a specified guild.

**Configuration**

1. **Guild**: Choose the guild where the text channel will be created. This is a required parameter.
2. **Name**: Name the text channel. The name must be between 1 and 100 characters. This field is required.
3. **Category**: (Optional) Assign the text channel to a specific category.

**Outputs**

* **Channel**: The newly created text channel. This output variable can be utilized in later steps for various functions like setting channel permissions or initiating initial posts.

**Usage**&#x20;

Ideal for adding text channels for specific topics, events, or community interactions in a guild.

**Permissions**

* The "Manage Channels" permission is required 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-text-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.
