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

# Voice Master

> Allow your members to create and manage their own temporary voice channels.

The **Voice Master** system allows members to automatically create their own voice channels just by joining a primary setup channel. Users get full control over their created channel through an intuitive button interface, letting them lock, unlock, mute, hide, limit, and transfer the channel seamlessly.

## Voice Master

Set up and manage the standard temporary voice channel system.

### <Icon icon="plus" /> Setup Voice Master

Initialize the Voice Master category and join-to-create channel.

<CodeGroup>
  ```bash Syntax theme={null}
  ,voicemaster setup
  ```
</CodeGroup>

### <Icon icon="gamepad" /> Customize Buttons

Select which buttons (like Lock, Hide, Ban, Mute, Limits) are available in the control interface.

<CodeGroup>
  ```bash Syntax theme={null}
  ,voicemaster buttons
  ```
</CodeGroup>

<Note>
  This will open a drop-down menu where you can enable or disable specific control buttons!
</Note>

### <Icon icon="gear" /> View Configuration

See your active primary setup alongside current temporary channels.

<CodeGroup>
  ```bash Syntax theme={null}
  ,voicemaster config
  ```
</CodeGroup>

### <Icon icon="rotate-right" /> Reset System

Disable and instantly remove the entire Voice Master system.

<CodeGroup>
  ```bash Syntax theme={null}
  ,voicemaster reset
  ```
</CodeGroup>
