> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/bundles/create-a-bundle.md).

# Create a bundle

A bundle groups items and services that you often sell together. After you save it, you can add the whole package to a booking in one step.

### Before you start

Create the inventory items and services you want to include first. You can also create a new item or service while building the bundle.

### Create the bundle

1. Open **Bundles** from the main menu.
2. Select **Add Bundle**.
3. Enter a clear **Name**. This field is required.
4. Enter a **Description** if it will help your team understand what the package includes.
5. Leave **Active** selected if you want the bundle to be available when creating bookings.

![The bundle editor showing the saved bundle name, description, and Active setting](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-79573d0737e7b15bd67f95317cddf6065d58923f%2F01-bundle-details.jpg?alt=media)

6. In **Bundle items**, choose the inventory, services, or custom charges that belong in the package. See [Add inventory and services to a bundle](/help/bundles/add-items-to-a-bundle.md) for the full steps.
7. If you want to reduce the combined price, choose **Percent** or **Fixed** under **Bundle discount**, then enter the discount.
8. Review the **Bundle summary**. It shows the subtotal, discount, and final bundle total.
9. Select **Create Bundle**.

![The bundle discount and summary showing the gross subtotal, discount, and bundle total](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-6cdb0cebcf9d352a49bf43b7dd88aecd66185b2c%2F03-bundle-summary.jpg?alt=media)

### What happens next

Bundus returns you to the Bundles page. Your new bundle appears in the list with its number of items, price, and status.

![The Bundles page showing the saved package, number of lines, price, and Active status](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-d7c07b41e24b4f953bca4b374ce32a2e04d6abae%2F04-bundle-saved.jpg?alt=media)

### Good to know

* An inactive bundle stays in Bundus but cannot be added to a booking.
* The bundle price is calculated from the item quantities and unit prices, minus any bundle discount.
* Images are optional. If you add several, the first image is used in lists and all images can appear on your storefront.

### Related articles

* [Add inventory and services to a bundle](/help/bundles/add-items-to-a-bundle.md)
* [Add an inventory item](/help/inventory/add-an-inventory-item.md)
* [Create a service](/help/services/create-a-service.md)


---

# 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://bundus.gitbook.io/help/bundles/create-a-bundle.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.
