# Tiered Discount

**Example user case**

* Buy 1 to 5 items: No discount is applied.&#x20;
* Buy 6 to 10 items: Only the 6th to 10th items receive a 10% discount.&#x20;
* Buy 11 to 20 items: Only the 11th to 20th items receive a 15% discount.

**Example in Action:**

* If a customer buys 4 items, they pay the full price for all 4 items (no discount).&#x20;
* If a customer buys 8 items, they pay full price for the first 5 items, and the next 3 items (6th, 7th, 8th) receive a 10% discount.&#x20;
* If a customer buys 15 items, they pay full price for the first 5, a 10% discount on the next 5 (6th to 10th), and a 15% discount on the last 5 (11th to 15th).&#x20;

The discount is applied in tiers based on the quantity ranges defined.

### Select Tired Discounts

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

* Setup quantity rules, product assign, apply to customer, and schedule similar to quantity breaks

<figure><img src="/files/JNg3pFdKSCa7lxdz8Pjd" alt=""><figcaption></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.paretodeals.com/offers/create-an-offer/tiered-discount.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.
