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

# Graph Period

The Graph Period setting determines the time range in which graphs will be generated automatically. Graph commands will be based on this period unless you specify otherwise.

With this configuration, you do not need to manually filter the date range for every command use when examining your server's activity trends and data fluctuations. You can speed up the analysis process by standardizing the most ideal range for your community's overall data tracking.

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

#### Period Options

You can select the time frame that the visualized data on the bot will cover. The available graph periods are:

* **Last 1 Day:** Plots graphs covering only the data from the last 24 hours. Ideal for daily activity tracking.
* **Last 14 Days:** Generates graphs based on the data from the last two weeks.
* **Last 30 Days:** Generates graphs based on a broad one-month activity data.
* **Custom Period:** Allows you to determine how many days of data (e.g., last 17 days) the graphs should cover by default.

<figure><img src="https://cdn.voicestats.xyz/images/features/graph-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. Find and click on the **Graph Period** option from the dropdown menu (Select a settings category).
3. Select the appropriate period for your server from the buttons appearing just below the menu (Last 1 Day, Last 14 Days, Last 30 Days, Custom Period). Your selection will be saved instantly and updated as the Current Setting on the existing menu 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/graph-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.
