> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/manage-items/kits-and-assembly-items/understanding-kits-assembly-items.md).

# About kits and assembly items

**Kits** contain items that are only sold together as one item; the items included in kits are not sold separately. **Assembly items** include items that are sold separately as well as in the assembly item.

When you build a kit, the on hand quantities of the items included in the kit will decrease and the on hand quantity of the kit itself will increase. When a customer purchases a kit, only the on hand quantity of the kit itself will decrease. Similarly, when a customer returns a kit, only the on hand quantities of the kit itself will increase. When you break a kit, the on hand quantities of the items included in the kit will increase and the on hand quantity of the kit itself will decrease.

<div align="left"><img src="/files/YqUnJL4CCPIHvfIdEU5H" alt=""></div>

When you add an assembly item, the on hand quantities of the items included in the assembly item do not decrease. However, when a customer purchases an assembly item, the on hand quantities of the items included in the assembly item will decrease. This is because the items in the assembly item can be sold separately as well as in the assembly item. Similarly, when a customer returns an assembly item, the on hand quantities of the items included in the assembly item will increase.

<div align="left"><img src="/files/hYPSi25Hhs1kfAVvpm2q" alt=""></div>

Another difference between kits and assembly items is whether cashiers or salespeople can modify them in POS. Cashiers and salespeople cannot modify kits in POS, but they can modify assembly items in POS. For example, a consumer electronics store might create a gaming system assembly item containing a 24" monitor, gaming computer, keyboard, mouse, and speakers. A customer might negotiate with a salesperson at the store to upgrade to a 27" monitor. Because assembly items can be modified in POS, the salesperson can remove the 24" monitor and add the 27" monitor to the assembly item. RMH will automatically adjust the price of the assembly item to account for the larger monitor. However, if the salesperson has permission to change pricing, they can change the prices based on what they have negotiated with the customer.


---

# 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.rmhpos.com/store-manager/manage-items/kits-and-assembly-items/understanding-kits-assembly-items.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.
