# Create Thread Channel

**Introduction**&#x20;

This step enables the creation of a new thread channel within a guild, offering a dedicated space for specific topics or discussions.

**Configuration**

1. **Channel**: Choose the parent channel where the thread will be created. This should be a channel that supports threads (like a text channel). This is a required field.
2. **Name**: Set the name for the new thread channel. The name must be between 1 and 100 characters. This is a required field.
3. **Private**: Specify whether the thread is private. A private thread restricts access to invited members only, while a public thread is accessible to all members of the parent channel.

**Usage**&#x20;

Perfect for organizing discussions on specific topics, managing event-related conversations, or creating a focused space for a subset of guild members.

**Permissions**

* Requires "View Channel" permission to access the parent channel.
* Depending on the thread's privacy setting, either "Create Private Threads" or "Create Public Threads" permission is required.


---

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