# Set up a Product Bundle

## What is a Product Bundle

Product Bundles are a unique product type that allows you to sell products in sets, and automatically set the bundle stock level based on the availability of each included product.

## Creating a Product Bundle

1. Create a new Product, or go to an existing product and click "Edit Details"
2. Name bundle product
3. Under **Product Type**, select "Product Bundle"

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

4. Now, a new section will appear below called "Included Products". Add all of the products that make up your bundle here, and their quantities
5. Click **Save**. You'll notice that the stock level that shows up will be based on the availability of the included products

{% hint style="info" %}
**Optional:** If you have a shop integration, connect the bundle to a product in your shop, and you'll see the calculated stock level will be synced with your shop, and updated anytime one of the included products sells or is restocked
{% endhint %}

{% embed url="<https://www.youtube.com/watch?index=6&list=PLbudzP0hh4rSCzp1BVFmeKjdIABABplBn&v=2JYwL2i9PbM>" %}


---

# 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://help.inventora.com/getting-started/products/set-up-a-product-bundle.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.
