# Filter Saved Configurations

This app allows you to search through the Saved Configurations and receive a summary of the results in the UI along with a spreadsheet of filtered entries through a download link.

## Installation

To install this app please follow the instructions as directed in the [Custom Apps instructions](/tools/general-apps.md).

## Usage

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

1. In order to initiate a search, you must first specify a range of dates.
2. Initiating a search without any of the search fields filled out will result in a general list of all saved configurations found within the given dates.
3. Filling out the Product field will filter the results to only the saved configurations for that specific product.
4. Attribute and Metadata fields are also optional and can be used to further filter the results for a given Product, or for all saved configurations if no Product is specified
   1. The Attribute field refers to the variant options of the saved configurations.
   2. You can search only for entries that contain the given attribute when no value is entered
   3. The metadata field refers specifically to the metadata of the saved configurations, instead of product or product option metadata

{% hint style="warning" %}
Performing a search through hundreds of thousands or millions of saved configurations may take minutes or hours, depending on the date range queried.
{% endhint %}

## Results

<figure><img src="/files/BgQbTXoRlVLtuMflxkQG" alt="" width="375"><figcaption></figcaption></figure>

* The results will display a summary of statistics for the search, including the date range provided.
* In case where all dates were searched, the results will show the first and last date of the entries found.
* The entries for Unique Products and Unique Variants is dependent on the search criteria. For example, if a Product ID was entered, then only that product will show up in the Unique Products results, and only variants for that Product will show in the Unique Variants and Top Variants lists.
* Each entry under the Top Products and Top Variants column includes a link to the product. For the variants, this is a link to the product and configuration listed.

{% hint style="warning" %}
Please note that the downloadable spreadsheet will be limited to a total of 10,000 entries, to avoid performance issues.
{% endhint %}


---

# 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://community.threekit.com/tools/general-apps/filter-saved-configurations.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.
