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

# Setup VoiceMaster

> Enable temporary voice channels for your community.

## Goal

Let members create their own temporary voice channels that auto-delete when empty.

## Steps

<Steps>
  <Step title="Enable VoiceMaster">
    ```bash theme={null}
    /voicemaster setup
    ```

    Flare will create a "Join to Create" voice channel and a VoiceMaster category.
  </Step>

  <Step title="Test It">
    Join the "Join to Create" channel. Flare will instantly create a new voice channel named after you and move you into it.
  </Step>

  <Step title="Customize (Optional)">
    Channel owners can use the VoiceMaster control panel (sent as a message in the channel) to:

    * Lock/unlock the channel
    * Set a user limit
    * Rename the channel
    * Permit or reject specific users
  </Step>
</Steps>

## How It Works

When a user joins the designated "Join to Create" channel, Flare:

1. Creates a new voice channel under the VoiceMaster category
2. Moves the user into it
3. Assigns them as the "owner" of that channel
4. When all users leave, the channel is automatically deleted
