# 1. Saved Filter

{% hint style="success" %}
**Supported in: ✔️**Date Filter **✔️**Facet Filter **✔️**Hierarchy Filter ✔Alpha Numeric Filter&#x20;

**✔️**Numeric Filter
{% endhint %}

The **Saved Filter** allows users to create and manage preset selections to streamline repetitive filtering tasks by allowing you to quickly apply commonly used configurations without reselecting items manually.

{% embed url="<https://www.youtube.com/watch?index=11&list=PLisLVA_RnBO5QEJvAbyNHwfdboQVbF7LC&t=10s&v=QTDGqxLq2V4>" %}
Video 1: Saved Filter
{% endembed %}

## How to Use Saved Filter

### **Creating a Saved Filter**

{% stepper %}
{% step %}
In the **Filter Canvas**, select the items you want to include in this saved filter.
{% endstep %}

{% step %}
Click on the **Filter Icon** located near the search bar.
{% endstep %}

{% step %}
A small pop-up will appear near the Filter Icon, displaying "**Default**" and "**+ Add new Filter**" option.
{% endstep %}

{% step %}
Click on the "+ Add new Filter" option and enter a name for your saved filter in the text box.
{% endstep %}

{% step %}
Click the **check mark** to save it and click on the **cross mark** to close the saved filter text box.
{% endstep %}

{% step %}
Repeat the steps if you want to create additional saved filters.
{% endstep %}
{% endstepper %}

<figure><img src="/files/TRkzUdqN8E3K1M9BNdQH" alt=""><figcaption><p>Image 1: Saved Filter popup.</p></figcaption></figure>

<figure><img src="/files/G3P86CS3hUg7c2kVYAMJ" alt=""><figcaption><p>Image 2: Creating a Saved Filter.</p></figcaption></figure>

### Using Saved Filters

{% stepper %}
{% step %}
Select the desired saved filter from the list in the pop-up to apply its preset selections.
{% endstep %}

{% step %}
To deselect all saved filters, click the **Default** option in the pop-up.
{% endstep %}
{% endstepper %}

<figure><img src="/files/Y3fbPp4iy00uppQXppIu" alt="" width="297"><figcaption><p>Image 3: Navigating Saved Filters</p></figcaption></figure>

{% hint style="info" %}
The Saved Filters can be shown as buttons in the Preset bar. Refer to [ii.Saved Filter Presets](/super-filter/features/5.-presets/ii.saved-filter-presets.md)
{% endhint %}

### Editing Saved Filters

{% stepper %}
{% step %}
To edit the name of a saved filter, click the **Edit Icon** next to the saved filter name.
{% endstep %}

{% step %}
You can modify the saved filter selections at any time while in **Edit Mode** by reselecting or updating items in the filter canvas.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Saved filters are locked for editing in read mode. You can only select and apply saved filters, but no modifications are permitted.
{% endhint %}

### **Deleting a Saved Filter**

{% stepper %}
{% step %}
First, ensure the **None** option is selected (no saved filter is currently applied).
{% endstep %}

{% step %}
Click the **Delete Icon** next to the saved filter name to remove it.
{% endstep %}
{% endstepper %}

<figure><img src="/files/hGJVZhsO2WBkFeLio8Bs" alt="" width="404"><figcaption><p>Image 4: Deleting a Saved Filter.</p></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.inforiver.com/super-filter/features/1.-saved-filter.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.
