> 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

Elite Bundle Builder supports different bundle formats for different selling strategies.

## Build Your Own Bundle

Use **Build Your Own Bundle** when customers should choose products across multiple steps.

Best for:

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

Example flow:

1. Choose your base product.
2. Pick two add-ons.
3. Select a bonus item.
4. Add the completed bundle to cart.

## Multi-Option Bundle

Use **Multi-Option Bundle** when you want to sell a fixed group of products while letting customers choose variants or options for each item.

Best for:

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

Example flow:

1. Customer chooses a jacket size.
2. Customer chooses trouser size.
3. Customer selects color options.
4. The complete set is added to cart.

## Subscription Bundle

Subscription bundles are marked as coming soon in the app. Use Build Your Own Bundle or Multi-Option Bundle for current launches.

## Which Type Should You Pick?

| Goal                                           | Recommended type      |
| ---------------------------------------------- | --------------------- |
| Customer builds their own box                  | Build Your Own Bundle |
| Customer chooses from several product groups   | Build Your Own Bundle |
| Customer buys a fixed kit with variant choices | Multi-Option Bundle   |
| You want to test a simple offer quickly        | Build Your Own Bundle |
| You need recurring subscriptions               | Coming soon           |

## Best Practice

Start with the simplest bundle type that matches the offer. A clear bundle with fewer choices usually launches faster and is easier to improve with analytics.


---

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