> ## 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 Role

> Automatically grant roles to members when they join any voice channel in your server.

The Voice Role module automatically grants a designated role to any member who joins a Voice channel in your server, and removes it the moment they disconnect. This is perfect for giving voice-active members special permissions like access to a voice-only text chat, a unique color in the member list, or simply highlighting who is currently in a vc.

## Configure the role that will be automatically added.

<CodeGroup>
  ```bash Command theme={null}
  ,vcrole add <@role>
  ```

  ```bash Example theme={null}
  ,vcrole add @Voice Active
  ```
</CodeGroup>

## Remove Voice Role

Clear the Voice role setting for your server.

<CodeGroup>
  ```bash Command theme={null}
  ,vcrole remove
  ```
</CodeGroup>

## View Config

Check your current Voice Role configuration.

<CodeGroup>
  ```bash Command theme={null}
  ,vcrole show
  ```
</CodeGroup>
