# Savings Showdown: Volume Discount vs. Price Discount

Test Volume Discounts in comparison to reduced product prices. Check out this [case study](https://blog.intelligems.io/intelli-blog/discounts_vs_price) on a brand that recently ran a test just like this, and found that reduced product prices perform better than discounts on their site.

*What this test design might look like:*\\

<table data-header-hidden><thead><tr><th></th><th></th><th width="209"></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><strong>Control Price</strong></td><td><strong>Volume Discount</strong></td><td><strong>Lower Price</strong></td><td><strong>Volume Discount</strong></td></tr><tr><td><strong>Product A</strong></td><td>$49.99</td><td><p>10% off 2+ Units</p><p>15% off 3+ Units</p><p>20% off 4+ Units</p></td><td>$39.99</td><td>None</td></tr></tbody></table>


---

# 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.intelligems.io/getting-started/common-use-cases/price-test-common-use-cases/savings-showdown-volume-discount-vs.-price-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.
