> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/super-filter/introduction-to-inforiver-super-filter/getting-started/quick-mode.md).

# Quick Mode

Quick mode in Super Filter offers a simplified one-click setup process, allowing users to configure filters quickly with minimal steps. It’s designed for ease of use, providing essential options up front while hiding advanced settings unless needed. Ideal for fast dashboard building, it helps users get filters working efficiently without navigating the full configuration panel.

## Filter Options:

* Date Slider
  * Axis Scale
  * No Scale
* Period Filter
  * Multi year
  * Annual
  * Year
  * Month
  * Week
  * Day
* Date Range
  * Single Range
  * Multiple Ranges
* Relative Date
* Calendar Heatmap
  * Annual
  * Year
  * Week
  * Month
* Preset Bar
  * Today/Yesterday/Min Day/Max Day
  * This Week/Month/Quarter/Year
  * Last Week/Month/Quarter/Year
  * Max Week/Month/Quarter/Year
  * MTD Week/Month/Quarter/Year
* Filter Panel
  * Checkbox
  * Radio
  * Dropdown
  * Tile
  * Toggle
  * List
  * Text Area
* Hierarchy Filter
  * Checkbox
  * Radio
  * List
* Tree Map
  * Squarified
  * Binary
  * Columns and Rows
  * Slice
  * Dice
* Measure Filter
* Mass Filter
* Play Axis
* Text Slicer
* Pop-Up
* Variance
* Dark Theme

## How to use Quick Mode

1. The Quick Mode icon appears in the bottom left corner of the visual, represented by a plus (+) icon.
2. Clicking this icon displays all the filter types applicable to the data in the visual.&#x20;
3. When a specific filter type is selected, the visual automatically switches to that filter type, reducing the steps required for configuration.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPIvQSuyE40UC9wv5uGgW%2Fuploads%2FIos4dGfYAu9BSSPXpxft%2FQuick%20Mode.mp4?alt=media&token=cd538d62-1277-455a-b2cd-a47ba52d5f77>" %}
Video 1: Quick Mode navigation
{% endembed %}

## **Visibility for the Quick Mode:**

1. A Separate section is shown in the format pane as "**Quick Mode**".
2. Enable "**Show Quick Mode**" to display the Quick mode icon in the visual.

<figure><img src="/files/4KFuU1batL0wFDozuvsH" alt="" width="280"><figcaption><p>Image 2: Quick Mode format pane option</p></figcaption></figure>

{% hint style="warning" %}
Irrespective of the above toggle, the Quick Mode icon is not available for the end-users accessing the report in read mode.&#x20;
{% endhint %}


---

# 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://docs.inforiver.com/super-filter/introduction-to-inforiver-super-filter/getting-started/quick-mode.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.
