# Bundles

It's quite common for Mavens to create products that are related to another product, such as a Beginner, Intermediate, and Advanced set of courses. Each of these course products may be offered individually through [Single Purchases](https://docs.mavenseed.com/selling-your-content/single-purchases) but you may also combine them into a grouped product through the use of *Bundles*.&#x20;

Bundles are any combination of Courses, Downloads, and Live Streams.

## How to create a bundle

{% hint style="info" %}
While the below is walking you through how to create a Download bundle, the process to create a Course & Live Stream bundle is similar.&#x20;
{% endhint %}

First decide which type of bundle you'd like to create. In our case we're going to create a download bundle. Start by heading over to downloads in your site admin, and clicking the green New Download button on the top right.&#x20;

1\) Create a new download as you [normally would ](/creating-content/downloads.md#setting-up-your-first-download)by adding in Title & Short Description to get things started,&#x20;

2\) On the Edit screen you're welcome to fill in additional information; images, categories and authors,&#x20;

3\)Click on the Sell Tab, Scrolling down to paid access and choose Bundle underneath Product type. This of this product you're creating as the wrapper or basket you're going to add your other products to.&#x20;

![](/files/-M29HSIlT1brzHOskA1o)

4\) Click the + Add Products button to choose which other products you'd like to include within your bundle.&#x20;

5\) Click Create Product.&#x20;

6\) View the bundle page to further customize the page through the[ Page Builder.](/creating-content/page-builder.md)&#x20;

When you're ready mark your bundle as public. 👍

{% hint style="info" %}
Products you include in your bundle will not be affected as an individual product for sale. Customers will be able to purchase the individual product and or the Bundle.&#x20;
{% endhint %}

Any customer that purchases the bundle will immediately have access to all products included. ed products would be if purchased separately. &#x20;


---

# Agent Instructions: 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://docs.mavenseed.com/selling-your-content/bundles.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.
