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

# Voice Tracking

> Monitor voice channel activity, time spent in voice, and member VC statistics.

# Voice Tracking

<Badge variant="elite">Tier 1: Elite</Badge>

> Track member voice activity across all server voice channels with granular daily, weekly, and all-time duration statistics.

***

## Commands Overview

| Command  | Aliases | Syntax                     | Description                                          | Permissions |
| :------- | :------ | :------------------------- | :--------------------------------------------------- | :---------- |
| `.voice` | `vc`    | `.voice [@user \| userID]` | Displays total and periodic voice activity duration. | None        |

***

## Voice Statistics

### voice

View your own voice time or check how long another server member has spent in voice channels.

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    .voice [@user | userID]
    ```
  </Tab>

  <Tab title="Examples">
    ```bash theme={null} theme={null}
    .voice
    .voice @User
    .voice 1191399940014997584
    ```
  </Tab>
</Tabs>

* **Aliases**: `vc`
* **User Permissions**: None

> \[!TIP]
> To prevent AFK channels or staff meeting channels from inflating voice time, use `.blacklist add #channel` to exclude them from voice tracking.
