> For the complete documentation index, see [llms.txt](https://docs.voicestats.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voicestats.xyz/general.md).

# General

- [Commands](https://docs.voicestats.xyz/general/commands.md): All commands, descriptions, and usages of VoiceStats are as follows.
- [General](https://docs.voicestats.xyz/general/commands/general.md): Commands related to the core functions, configuration settings, and general information links for the VoiceStats bot.
- [User Commands](https://docs.voicestats.xyz/general/commands/user-commands.md): Commands that allow you to view individual voice chat statistics and graphs for yourself or other members in the server.
- [Server Commands](https://docs.voicestats.xyz/general/commands/server-commands.md): Commands that display server-wide voice chat rankings and the overall statistics of the community.
- [Channel Commands](https://docs.voicestats.xyz/general/commands/channel-commands.md): Commands that focus directly on specific voice channels, listing their internal statistics and rankings.
- [Admin Commands](https://docs.voicestats.xyz/general/commands/admin-commands.md): Configuration commands available only to authorized administrators, such as resetting or exporting statistics, and managing custom filters.
- [Settings](https://docs.voicestats.xyz/general/settings.md): Learn how to configure server settings for the VoiceStats Discord bot. Easily manage filters, time units, and time zone preferences.
- [Bot Filter](https://docs.voicestats.xyz/general/settings/bot-filter.md): Learn how to include or exclude other Discord bots from your voice statistics using the VoiceStats bot filter setting.
- [Member Filter](https://docs.voicestats.xyz/general/settings/member-filter.md): Discover how to hide specific Discord users from voice statistics and leaderboards using the VoiceStats member filter.
- [Channel Filter](https://docs.voicestats.xyz/general/settings/channel-filter.md): Learn how to exclude AFK or private voice channels in your Discord server from tracking using the VoiceStats channel filter.
- [Time Units](https://docs.voicestats.xyz/general/settings/time-units.md): Learn how to customize the time formats (days, hours, minutes) displayed in VoiceStats statistics to best suit your community.
- [Time Zone](https://docs.voicestats.xyz/general/settings/time-zone.md): A step-by-step guide on configuring UTC time zone settings to ensure VoiceStats data matches your server's local time.
- [Stats Period](https://docs.voicestats.xyz/general/settings/stats-period.md): VoiceStats Discord bot Stats Period setting guide. Learn how to determine the default statistics time range for voice and channel ranking commands in your server.
- [Graph Period](https://docs.voicestats.xyz/general/settings/graph-period.md): VoiceStats Discord bot Graph Period setting guide. Configure the default time range for automatically generated graph commands in your server.
- [Premium](https://docs.voicestats.xyz/general/premium.md): Information about VoiceStats premium membership.
- [Website](https://docs.voicestats.xyz/general/website.md): Information about our website.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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