# Make Filter Hidden in Offer Catalog

**LFS Version requirement:** v12.20 or later

This feature introduces an extension to the existing [rules for filtering the offer catalog](https://docs.limio.com/integrations/setting-up-limio-for-salesforce/filtering-rules).

**Introduction:**

#### Considerations for User Interface Design

Our Limio for Salesforce Offers Catalog focuses on a clear and easy-to-use interface. While mandatory filters like "Country" and "Sales Channel" are crucial, they can clutter the interface. To improve the user experience, we are introducing a feature to hide certain filters from the interface, using their values to select the right offers.

**How it works:**

* Navigate to the **Offers Filtering Rules**
  * Open an existing rule or create a new one. Select filters to be preloaded in the catalog.
  * Each filter card has a new toggle called "Is Hidden", inactive by default.<br>

    <figure><img src="/files/zq25bEo5YwgStwj0B9xT" alt=""><figcaption></figcaption></figure>
* **Enable "Is Hidden" Checkbox:**
  * Activate "Is Hidden" toggle on the filters you'd like to hide from the UI.
  * Save configuration.<br>

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

While not visible to users, the values of selected filters are still used in queries to retrieve offer results.

**Note:** Hidden filter options are **excluded** from the "Add more filters" dropdown to avoid inadvertent changes.<br>

<figure><img src="/files/5aqlnaz3zPQVWZd8cEow" alt=""><figcaption></figcaption></figure>

### Tips

1. In the Catalog, the **Country** and **Sales Channel** filters are always preloaded, even if not explicitly selected in the rule. To hide them, include these filters in the rule, activate the *Is Hidden* property, and save the configuration.<br>

   <figure><img src="/files/XIR0zHE8WAQGicbSIA19" alt=""><figcaption></figcaption></figure>
2. Adjustments to the Catalog Filters panel will directly affect the query used to fetch offers from Limio.


---

# 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.limio.com/integrations/setting-up-limio-for-salesforce/filtering-rules/hidden-filters.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.
