> ## Documentation Index
> Fetch the complete documentation index at: https://fyre.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Auto Threading

> Learn about Fyre's auto-threading module and how to configure it.

## How it Works

When enabled, Fyre will automatically create threads for every message sent in a specified channel.

You can enable auto-threading for as many channels as you'd like in your server.

## Configuring

To configure auto-threading in a channel, use `/channels auto-thread`.
This command supports the following options:

* `enabled` - If auto-threading is enabled in the target channel (default: No).
* `name-format` - A custom thread name format (supports [user variables](/misc/variables#user-variables), default: \[Comments] \{user.display}).
* `include-bots` - If messages sent from bots should be auto-threaded (default: No).
* `auto-reaction` - An auto-reaction to post under successfully auto-threaded posts (default: None).
* `slowmode` - The default slowmode for newly created auto-threads in seconds (default: None).
