> For the complete documentation index, see [llms.txt](https://help.dollarlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dollarlabs.io/dollarlabs-ultimate-discounts/unified-discount-engine-v2/limits/max-amount.md).

# Max Amount

### What is **Max Amount**?

**Max Amount** is a setting that lets you **cap the discount value** when using percentage-based discounts.

Without this, a 50% discount on a cart worth ₹10,000 would give away ₹5,000 — which is probably not what you intended.

With **Max Amount**, you can say:

> “Give 50% off, but only up to ₹200.”

{% embed url="<https://youtu.be/SrOXFHSjKIQ>" %}

***

### 🔍 Where to Find Max Amount

* This setting is available **only in Unified Discount v2**.
* It works across all **discount types** within Unified v2:
  * ✅ Product Discounts
  * ✅ Order Discounts
  * ✅ Shipping Discounts

{% hint style="warning" %}
**Not supported** in any of the v1 discounts (Product v1, Order v1, etc.)
{% endhint %}

***

### 🛠️ How to Use It

1. Navigate to any **Unified Discount v2** configuration.
2. Ensure your **discount method** is set to **Percentage (%)**.
3. In the discount editor, enable the **Max Amount** flag.
4. Enter the **maximum amount** (e.g., ₹200) you'd like to cap the discount at.

***

### 💡 Example

Let’s say you're offering:

* **50% off**
* With a **Max Amount of ₹200**

#### Scenario:

* A customer adds a product worth **₹1,490**.
* 50% of ₹1,490 = ₹745
* But your max discount is **₹200**, so:

> 🧾 The final discount applied will be **₹200**,\
> 💰 Customer pays ₹1,290 instead of ₹745!

***

### ✅ Why Use Max Amount?

**Prevent Discount Abuse.**\
Cap your discount generosity to avoid unintended losses — especially important when:

* You’re running store-wide percentage discounts
* You want to incentivize without giving too much away
* You’re stacking discounts with other offers

***

### 🤝 Need Help?

If you have questions about setting this up or combining it with other discount rules, we’re happy to help.

📩 Reach out via chat or email (<support@dollarlabs.io>) – our team at **DollarLabs** is always here for anything!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.dollarlabs.io/dollarlabs-ultimate-discounts/unified-discount-engine-v2/limits/max-amount.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
