# Selection Controls

Selection controls are buttons in the calendar that help you do actions like applying filters, removing filters, and going to the current month. They make using the date picker easier and faster. Use advanced settings to change how the buttons look or work. It offers formatting options for the **Apply, Clear, and Go to Today** buttons.

• Position: You can choose whether to place the selection controls at the top or bottom of the calendar.

• Styling: You can customize the text size, font family, and color, as well as the background and border color.

The `"Apply"` button is used to save the selected dates, while the `"Clear"` button removes any applied filter.

{% hint style="info" %} <mark style="color:blue;">NOTE</mark>

<mark style="color:blue;">Apply and Clear buttons are mandatory and cannot be removed except in Pop-up mode.</mark>
{% endhint %}

The `"Go to Today"` button is optional. It takes you back to the current month and year from any other date. Unlike "Today" in Preset, it does not select a date but simply navigates to the current period.

<figure><img src="https://powerviz-assets.s3.us-east-2.amazonaws.com/docs/doc-date-picker/28.png" 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.powerviz.ai/powerviz/date-picker/advanced-settings-introduction/selection-controls.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.
