> 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/add-items-to-a-bundle.md).

# Add inventory and services to a bundle

Use bundle items to decide exactly what is added to a booking when your team chooses a bundle.

### Add inventory

1. While creating or editing a bundle, find **Bundle items**.
2. Select **Add inventory**. A new inventory line appears.
3. Choose the **Inventory item**.
4. Enter the **Quantity** included in one bundle.
5. Check the **Unit price**. You can change it for this bundle without changing the inventory item's normal price.

### Add a service

1. Select **Add service**.
2. Choose the **Service**.
3. Check or update the description.
4. Enter the **Quantity** and **Unit price** for this bundle.

![The bundle editor showing 80 White Chiavari Chairs and one Delivery and Setup service](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-9b17c5560e8d303f9dbe9f1334466ab775b05225%2F02-bundle-items.jpg?alt=media)

### Other options

* Select **Add custom charge** for a fee that is not saved in your inventory or service catalogue.
* Select **New inventory item** or **New service** if the catalogue record does not exist yet.
* Use the bin button on an item to remove it from the bundle.

### Finish and check the price

1. Add a bundle discount if needed.
2. Review the calculated total under **Bundle summary**.
3. Select **Create Bundle**, or **Update Bundle** if you are editing an existing one.

The saved bundle shows the number of included lines. In this example, the bundle contains two lines: one inventory item and one service.

### Related articles

* [Create a bundle](/help/bundles/create-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/add-items-to-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.
