# Settings

The `/settings` command opens the main menu where you can quickly configure all server-specific settings for the VoiceStats bot directly within Discord. When you use this command, you can easily manage your settings by selecting the category you want to modify from the dropdown menu.

## Settings Categories

The settings menu consists of the following five main categories:

#### Bot Filter

Allows you to control whether other bots in your server are included in the voice statistics.

#### Member Filter

Allows you to exclude specific members from voice statistics tracking

#### Channel Filter

Allows you to exclude specific voice channels (e.g., AFK rooms) from voice statistics tracking.

#### Time Units

Allows you to adjust the time format (Full format, hours, days, etc.) displayed in the statistics to best suit your community.

#### Time Zone

Ensures that daily statistics and graphs are synchronized with your server's local time zone.

#### **Stats Period**

Allows you to define the default time range (e.g., Last 14 days, Last 30 days) displayed in statistics commands.

#### **Graph Period**

Allows you to define the default time range used in graph commands.

<figure><img src="/files/ADZtHKE0GGmoAXpJGOzm" alt=""><figcaption></figcaption></figure>


---

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