> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/how-to-add-a-bundle-to-an-offer.md).

# Bundle Pricing

## How to add a Bundle to an Offer

When you create an offer (see for more) you have the ability to add more than one product to the offer. This allows you to sell multiple products to a subscriber via one offer.

### Bundles with Initial Price

Here is how you configure a bundle offer if you are using [Limio Price](https://docs.limio.com/integrations/zuora-integration/manage-your-pricing/how-to-configure-subscriptions-in-limio-offers-with-initial-price-and-zuora-rate-plans) :

1. **Select the offer** and go to Products from the tabs towards the top of the screen. You will be presented with the view shown below.<br>

   <figure><img src="/files/ctTweffOMdl7RY4s5Zu5" alt=""><figcaption></figcaption></figure>
2. **Add your products.** You will need to add each product to your bundle in turn. It will look like the image below. From release 114 onwards, you are able to add the same Product in a bundle.
   1. **If you are using Zuora, you will need to select the rate plan for each product.** This will be the Rate Plan on the Product. If you are using Stripe Billing, this is not necessary to provide.

      <figure><img src="/files/LyLy33BzyZ03Ts2oxoe9" alt=""><figcaption></figcaption></figure>
3. **Define the split on each product.** The split here refers to how the offer Price is attributed to each product. For example, an Limio Price of $20 per month with a split of $15 per month on product A and $5 per month on product B would be 75% and 25%.<br>

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

### Bundle with External Pricing

**External Pricing:** If you are using [External Price](https://docs.limio.com/integrations/zuora-integration/manage-your-pricing/how-to-configure-subscriptions-in-limio-offers-with-external-price-and-zuora-rate-plans) on the Offer, you will not be able to set the split and the total offer cost will be the sum of the rate plans on each product, as defined in the connected billing system.<br>

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

## **Known Limitations**

* **Rate plans with different billing frequencies:** You cannot mix different charge periods on rate plans e.g. monthly and annual. This will result in an error.
* **Products with multiple quantities:** If you plan on using the [quantity field](https://docs.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/how-to-activate-the-quantity-field-to-sell-multiple-subscriptionsitems-at-once), bundles will not currently work.
* **Blocking purchase:** The does not currently work with bundles.


---

# 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.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/how-to-add-a-bundle-to-an-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.
