> For the complete documentation index, see [llms.txt](https://docs.intelligems.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelligems.io/offer-personalizations.md).

# OFFER PERSONALIZATIONS

- [Getting Started with Merchandising Personalizations](https://docs.intelligems.io/offer-personalizations/offer-modifications.md): Merchandising modifications allow you to serve discounts and promotions to your visitors without code leakage, test them against each other, and track their success.
- [Integrating Components](https://docs.intelligems.io/offer-personalizations/offers-integrating-widgets.md): Learn how to add the Intelligems Components to your site.
- [Quantity Buttons](https://docs.intelligems.io/offer-personalizations/offers-integrating-widgets/quantity-buttons.md): Add a fully customizable Quantity Buttons component to a Personalization or Test.
- [Progress Bar](https://docs.intelligems.io/offer-personalizations/offers-integrating-widgets/progress-bars.md): Add a fully customizable Progress Bar component to an Offer Personalization or Test, or a Shipping Test.
- [Offer Message](https://docs.intelligems.io/offer-personalizations/offers-integrating-widgets/slide-outs.md): Add a fully customizable Offer Message component to an Offer Personalization or Test.
- [Cart GWP Picker](https://docs.intelligems.io/offer-personalizations/offers-integrating-widgets/cart-gwp-picker.md)
- [Upgrade Components](https://docs.intelligems.io/offer-personalizations/upgrade-offer-components.md): Update your existing offers to use the latest component versions for improved performance and styling options.
- [Offer Personalizations Library](https://docs.intelligems.io/offer-personalizations/offers-library.md): Learn how to build 8 Merchandising offer Personalizations in your store
- [How to Set Up a Holiday Sale](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-a-holiday-sale.md): Steps to launch a Holiday Sale using a Personalization
- [How to Set Up an Early Access Sale](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-an-early-access-sale.md): Steps to launch an Early Access sale using a Personalization
- [How to Set Up a Buy More, Save More Volume Discount](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-a-buy-more-save-more-volume-discount.md): Steps to launch a Buy More, Save More Volume Discount using a Personalization
- [How to Set Up a Buy More, Save More Quantity Discount](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-a-buy-more-save-more-quantity-discount.md): Steps to launch a Buy More, Save More Quantity Discount using a Personalization
- [How to Set Up a Partner Offer (Influencer, Ambassador, Affiliate etc.)](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-a-partner-offer-influencer-ambassador-affiliate-etc..md): Steps to launch a Partner offer using a Personalization
- [How to Set Up a Free Gift With Purchase Threshold Offer](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-a-free-gift-with-purchase-threshold-offer.md): Steps to launch a free gift with purchase threshold offer using a Personalization
- [How to Set Up Seasonal Clearance Discount](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-seasonal-clearance-discount.md): Steps to launch a free gift with purchase threshold offer using a Personalization
- [How to Set Up a Free Shipping Threshold Offer](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-a-free-shipping-threshold-offer.md): Steps to launch a free shipping threshold offer using a Personalization
- [How to Set Up a Free Gift for New Subscriptions](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-a-free-gift-for-new-subscriptions.md)
- [How to Set Up an Additional Discount for New Subscriptions](https://docs.intelligems.io/offer-personalizations/offers-library/how-to-set-up-an-additional-discount-for-new-subscriptions.md)
- [Testing Merchandising](https://docs.intelligems.io/offer-personalizations/testing-offer-personalizations.md)
- [How to Set Up a Price Test with Quantity Buttons](https://docs.intelligems.io/offer-personalizations/how-to-set-up-a-price-test-with-quantity-buttons.md): Quantity Buttons let you test different prices for your quantity breaks deals. Instead of relying on third-party apps, you can use our built-in components in a Price Test.
- [Offer Test QA Checklist](https://docs.intelligems.io/offer-personalizations/offer-test-qa-checklist.md)
- [Offers Limits](https://docs.intelligems.io/offer-personalizations/offers-limits.md): Learn how to manage the offer limit for offer Tests & Personalization, with options to archive, delete, or increase your limit.
- [Running a Large Number of Offer Personalizations with Shopify Functions](https://docs.intelligems.io/offer-personalizations/offers-running-a-large-number-of-offer-personalizations-with-shopify-functions.md)
- [Merchandising Combinations](https://docs.intelligems.io/offer-personalizations/offer-combinations.md)


---

# 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://docs.intelligems.io/offer-personalizations.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.
