> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/pos/order-creation/checkout/payments/split-order/groups-and-transferring-products-in-split-order.md).

# Groups and Transferring Products in Split Order

## Creating Groups

When entering the split order screen, all order items are initially placed in **Group 1**. To create a new group:

1. Select the item(s) you wish to transfer.
2. Click **Add new group**.

The selected items will move to the newly created group, whilst the remaining items stay in the original group.

The amount due for each group is automatically calculated as products are added to or removed from the group.

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

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

## Products with Multiple Quantities

For products with multiple quantities (e.g., 2x Coke), you can transfer individual units or all units. You can use the **minus (-), plus (+), or All** button to change the desired unit to transfer.

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

## Splitting Products into Parts

Products can be divided into fractional portions:

1. Select the product(s) you wish to split.
2. Choose the number of parts to divide it into.
3. Transfer each portion to the appropriate group.

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

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

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

## Deposit Return Scheme in Split Order

The deposit return scheme amount automatically transfers together with the product associated with it.

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

## Additional Order Items

The system remembers the grouping that's done for the order. When product(s) are added later on, they will **automatically go to Group 1**. These additional products can then be transferred and added to the existing groups.

<figure><img src="/files/4PHsKPrzPgvQXgRjSAUN" alt=""><figcaption></figcaption></figure>

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


---

# 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.bossithq.com/pos/order-creation/checkout/payments/split-order/groups-and-transferring-products-in-split-order.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.
