> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/tellius-6.2/vizpads-explore/date-picker-in-filters/customizing-the-calendar-view.md).

# Customizing the calendar view

The calendar view can be changed per your requirements. Navigate to **Settings -> Application Settings -> Time Configuration.**

<figure><img src="https://files.helpdocs.io/6dnnwn52e3/articles/xbz0fuobfq/1667557533480/image.png" alt="Customize the calendar view" width="563"><figcaption><p>Time configuration</p></figcaption></figure>

1. Click on the dropdown under **First Day of Week** to change the first day to be displayed in the calendar view.
2. Switch on the toggle under **Time Slices Reference Point** to use your current system date as the reference point.

{% hint style="warning" %}
Tellius uses the **Max Data Date** as default. Switching to the current system date may cause errors if your data is not regularly updated. \
\
"**Max Data Date**" refers to the latest or most recent date present in the data.
{% endhint %}

3. Switch on the toggle under **Include current time** to include the current day as a part of specific time periods (e.g., *show me revenue from the last 7 days* should include today or not?) in search queries.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.tellius.com/tellius-6.2/vizpads-explore/date-picker-in-filters/customizing-the-calendar-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
