> For the complete documentation index, see [llms.txt](https://supercartapp.gitbook.io/supercart-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supercartapp.gitbook.io/supercart-docs/basics/product-bundles-upsells.md).

# Product Bundles Upsells

Dynamic bundles in a cart can significantly boost conversion rates and revenue by offering personalized and relevant product combinations to customers. This strategy leverages customer behavior and preferences, enhancing the shopping experience and encouraging larger purchases. By suggesting complementary products at a discount, shoppers are more likely to see added value, leading to increased cart sizes.&#x20;

Over time, this can improve customer satisfaction and retention, as buyers appreciate the tailored offerings, ultimately driving sustainable growth and profitability for the business.

#### Example

In the first part, we are creating the bundle with 2 jackets. \
The bundle is displayed **only** if the cart has **at least a product** that has **product type** equal to "**snowboard**"

In the second part, I'm testing the cart bundle. If the bundle is only partially added to cart, then the remaining products are showing to be added later in the customer journey in order to complete the bundle.

{% embed url="<https://vimeo.com/1063746399?share=copy>" %}
How to create a cart product bundle inside Supercart?
{% endembed %}


---

# 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:

```
GET https://supercartapp.gitbook.io/supercart-docs/basics/product-bundles-upsells.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.
