> For the complete documentation index, see [llms.txt](https://bogos-guideline.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bogos-guideline.gitbook.io/user-guide/detailed-guide/bundle-offer.md).

# Bundle offer

Learn how to create powerful bundle offers that streamline shopping experiences and increase AOV with BOGOS.

### Classic bundle <a href="#h.10dadxctporw" id="h.10dadxctporw"></a>

A classic bundle is a pre-fixed collection of two or more items which is often sold together at a discounted price to encourage shoppers to purchase.

Example: Buy Beside Table  and Black beanbag together and get a free gift.

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

### Mix and match <a href="#h.51im3acf882d" id="h.51im3acf882d"></a>

Mix & match bundles allow customers to choose a combination of products from a pre-selected collection. These bundles are typically sold at a cheaper price compared to buying individually.

Example: Choose any 2 T-shirts and 1 pair of pants from the Summer Package collection and enjoy 10% off compared to purchasing them separately

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

### Bundle builder <a href="#h.h43prdwsxyoh" id="h.h43prdwsxyoh"></a>

Bundle builder is a dedicated landing page that displays a custom-built single bundle or a range of bundles that customers can choose and customize their personalized bundles.

Example: Customize your own bundle from the Limited Summer Edition and save upto 30%

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

### Bundle product page <a href="#h.f4ckkxuprt2" id="h.f4ckkxuprt2"></a>

Bundle Product Page by BOGOS lets you create **a dedicated product page for your bundle,** where customers can mix and match products, select variants, and adjust quantities directly on the page.&#x20;

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


---

# 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://bogos-guideline.gitbook.io/user-guide/detailed-guide/bundle-offer.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.
