# Initial Price Filter

**LFS Version requirement:** 12.65 or higher

You can now filter **cancel/save offers** based on your current subscription's **next charge** with a new multi-select picklist filter. This feature helps you find cancel/save offers that fit your customer's budget more easily. This article describes how you can use the "Initial Price" filter when browsing offers.

#### **Available Filter Options**

We conduct a comparison of the subscription term duration and type with the values of **offer.data.attributes.price\_\_limio.repeat\_interval** and **repeat\_interval\_type**. Then filtered offers **price\_\_limio.value** is compared to the next subscription charge amount.

1. Less Expensive than Next Charge
   * Displays offers where the price value is lower than your current subscription's next charge.
2. Equal to Next Charge
   * Shows offers where the price value matches the amount of your current subscription's next charge.
3. More Expensive than Next Charge
   * Displays offers where the price value is higher than your current subscription's next charge.

#### **Important Notes**

* The offers shown will **match the term length and type** of your current subscription. For example, *if you have a monthly subscription, only monthly offers will appear.*
* Offers with **external** pricing are **not displayed** when using the "Initial Price" filter.
* If you have already applied term type filter and the selected value does not match current subscription's term type, the catalog will **not** show any offers.

### Related articles:

[Offers Configuration](/integrations/setting-up-limio-for-salesforce/filtering-rules.md)

[Enable Enhanced Filtering on Offer Catalog](/integrations/setting-up-limio-for-salesforce/detailed-salesforce-setup/custom-metadata-types/enhanced-filtering.md)


---

# 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/using-limio-for-salesforce/manage-subscriptions-flow/subflow-cancel/price-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.
