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

# Bundle types

Compare Build Your Own Bundle and Multi-Option Bundle in Elite Bundle Builder for Shopify, plus the bundle types coming next.

Two types are available today. Pick the one that matches the offer, not the one with the most settings.

{% tabs %}
{% tab title="Build your own bundle" %}
Shoppers choose products across one or more steps and add the whole selection to cart as one bundle.

**Best for**

* Gift boxes
* Routine builders
* Meal kits
* Sample packs
* Mix-and-match sets
* "Choose 3" or "Pick 5" offers

**Example flow**

{% stepper %}
{% step %}
Choose your base product.
{% endstep %}

{% step %}
Pick two add-ons.
{% endstep %}

{% step %}
Select a bonus item.
{% endstep %}

{% step %}
Add the completed bundle to cart.
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Multi-option bundle" %}
A fixed group of products where the shopper picks one item or variant for every option.

**Best for**

* Outfit combos
* Matching sets
* Product kits with size or colour choices
* Bundles where every component must be included

**Example flow**

{% stepper %}
{% step %}
Choose a jacket size.
{% endstep %}

{% step %}
Choose a trouser size.
{% endstep %}

{% step %}
Pick a colour.
{% endstep %}

{% step %}
The complete set is added to cart with the theme's own button.
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}

## Where each type appears

This is the biggest practical difference.

|                                     | Build your own bundle | Multi-option bundle                                            |
| ----------------------------------- | --------------------- | -------------------------------------------------------------- |
| Replace its own product page        | Yes                   |                                                                |
| Redirect to a dedicated bundle page | Yes                   |                                                                |
| Inside the theme's product page     | Yes                   | Always                                                         |
| Add to cart button                  | Its own               | The theme's, with the theme price replaced by the bundle total |

## Which type should you pick?

| Goal                                          | Recommended type                 |
| --------------------------------------------- | -------------------------------- |
| Shopper builds their own box                  | Build your own bundle            |
| Shopper chooses from several product groups   | Build your own bundle            |
| Shopper buys a fixed kit with variant choices | Multi-option bundle              |
| You want to test a simple offer quickly       | Build your own bundle            |
| Shopper buys a fixed set with no choices      | Pre-curated bundle (coming soon) |
| Quantity price breaks on one product          | Volume breaks (coming soon)      |

{% hint style="info" %}
**Coming soon.** Two more types are visible in the app but not yet available: **Pre-curated bundle** (a fixed set sold at one bundle price with nothing to choose) and **Volume breaks** (one product with per-unit price tiers). Use the two types above for current launches.
{% endhint %}

{% hint style="success" %}
Start with the simplest type that matches the offer. A clear bundle with fewer choices launches faster and is easier to improve with analytics.
{% endhint %}


---

# 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.elitebundleapp.com/overview/bundle-types.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.
