# Commands

## General

Commands related to the core functions, configuration settings, and general information links for the VoiceStats bot.

| Command      | Description                                                                     | Usage        |
| ------------ | ------------------------------------------------------------------------------- | ------------ |
| `/help`      | Learn about VoiceStats and its features.                                        | `/help`      |
| `/settings`  | Configure VoiceStats's settings.                                                | `/settings`  |
| `/premium`   | Learn more about [premium](https://voicestats.xyz/premium) membership.          | `/premium`   |
| `/dashboard` | View the link to the VoiceStats [dashboard](https://voicestats.xyz/dashboard).  | `/dashboard` |
| `/invite`    | [Invite](https://voicestats.xyz/invite) VoiceStats to your server.              | `/invite`    |
| `/support`   | View the link to VoiceStats's [support server](https://voicestats.xyz/support). | `/support`   |
| `/ping`      | Displays VoiceStats's ping values.                                              | `/ping`      |

## **User Commands**

Commands that allow you to view individual voice chat statistics and graphs for yourself or other members in the server.

| Command       | Description                                   | Usage                |
| ------------- | --------------------------------------------- | -------------------- |
| `/my stats`   | View your voice statistics.                   | `/my stats`          |
| `/my graph`   | View your voice statistics graphically.       | `/my graph`          |
| `/user stats` | View the voice statistics of a specific user. | `/user stats [user]` |
| `/user graph` | View a user's voice statistics                | `/user graph [user]` |

## **Server Commands**

Commands that display server-wide voice chat rankings and the overall statistics of the community.

| Command          | Description                            | Usage            |
| ---------------- | -------------------------------------- | ---------------- |
| `/voice ranking` | View the server's user voice rankings. | `/voice ranking` |
| `/server stats`  | View the server's voice statistics.    | `/server stats`  |
| `/server graph`  | View the server's voice statistics     | `/server graph`  |

## **Channel Commands**

Commands that focus directly on specific voice channels, listing their internal statistics and rankings.

| Command            | Description                                      | Usage                      |
| ------------------ | ------------------------------------------------ | -------------------------- |
| `/channel stats`   | View the voice statistics of a specific channel. | `/channel stats [channel]` |
| `/channel ranking` | View the server's channel voice rankings.        | `/channel ranking`         |

## **Admin Commands**

Configuration commands available only to authorized administrators, such as resetting or exporting statistics, and managing custom filters.

| Command                    | Description                                 | Usage                               |
| -------------------------- | ------------------------------------------- | ----------------------------------- |
| `/reset user stats`        | Reset a user's statistics.                  | `/reset user stats [user]`          |
| `/reset channel stats`     | Reset a channel's statistics.               | `/reset channel stats [channel]`    |
| `/reset server stats`      | Resets the voice statistics in this server. | `/reset server stats`               |
| 💎 `/export voice ranking` | Export the voice ranking as a .csv file.    | `/export voice ranking [period]`    |
| `/filter channels add`     | Adds a voice channel to the filter.         | `/filter channels add [channel]`    |
| `/filter channels remove`  | Removes a voice channel from the filter.    | `/filter channels remove [channel]` |
| `/filter members add`      | Adds a member to the filter.                | `/filter members add [user]`        |
| `/filter members remove`   | Removes a member from the filter.           | `/filter members remove [user]`     |

{% hint style="info" %}
**💎 Note:** Commands with a diamond emoji next to them are exclusive to Premium servers.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.voicestats.xyz/general/commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
