> 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/settings/stats-period.md).

# Stats Period

The Stats Period setting determines the default time range for statistics commands (voice rankings, channel rankings, etc.) in your server. When the relevant commands on the bot are used, the data displays this range by default without requiring any additional filtering.

This configuration eliminates the need for server members to manually select a time range for every statistics query, allowing you to standardize the period that best suits your server's analysis dynamics.

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

#### Period Options

You can select the time range that best reflects your server's data flow. The available period options are:

* **Last 1 Day:** Displays only the active statistics of the last 24 hours by default.
* **Last 14 Days:** Bases the data on the last two-week period.
* **All Time:** Shows all history from the moment the bot started recording data in your server.
* **Custom Period:** Allows you to manually specify how many days back (e.g., last 17 days) the statistics should be displayed by default.

<figure><img src="https://cdn.voicestats.xyz/images/features/ranking-periods.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**💎 Info:** The Custom Period setting feature is exclusive to Premium servers.
{% endhint %}

#### How to Change?

1. Run the `/settings` command in any text channel.
2. Click on the **Stats Period** option from the dropdown menu (Select a settings category).
3. Select the appropriate time range for your server from the buttons appearing just below the menu (Last 1 Day, Last 14 Days, All Time, Custom Period). Your selection will be saved instantly and updated on the current settings screen.


---

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