> 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/offers-integrating-widgets.md).

# Integrating Components

When setting up a test or personalization, you can add onsite components to merchandise your offers directly on your site to ensure your customers are aware of the offers they are eligible for, improving conversion and driving additional AOV. Components are listed on the right side of the experience editor and include:

* **Quantity buttons** — Add to product pages so customers can select multiple units and unlock tiered discounts
* **Progress bar** — Show customers how close they are to a discount or free shipping threshold
* **Offer message** — Add a promotional message to your storefront to surface active offers

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

{% hint style="warning" icon="traffic-light-go" %}
**Before you start:** You'll need the Intelligems JavaScript snippet installed in your theme to use offer components. If you haven't added it yet, see our [integration guide](/getting-started/adding-intelligems-script-to-your-theme.md). Quantity buttons and progress bars also require a short additional code snippet — details are in each component's article below.
{% endhint %}

See installation instructions and examples for each component at the links below. Please reach out to our support team [here](https://portal.usepylon.com/intelligems/forms/intelligems-support-request) if you would like help installing any of these components!

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="/pages/Bj9o83suWEOFq6ilWNAU">/pages/Bj9o83suWEOFq6ilWNAU</a></td><td><a href="/files/oaG6mjfWsg1zBoCc0ue0">/files/oaG6mjfWsg1zBoCc0ue0</a></td></tr><tr><td><a href="/pages/9yPndbURSqPAjcyjmi3W">/pages/9yPndbURSqPAjcyjmi3W</a></td><td><a href="/files/9TJiKOGuiUgESjS7guyo">/files/9TJiKOGuiUgESjS7guyo</a></td></tr><tr><td><a href="/pages/nVxwXpXjRu4mBpRX2s8n">/pages/nVxwXpXjRu4mBpRX2s8n</a></td><td><a href="/files/XfOJYXimwC2JAUOMtQd6">/files/XfOJYXimwC2JAUOMtQd6</a></td></tr></tbody></table>


---

# 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/offers-integrating-widgets.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.
