> 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/merge-table-and-order-transfers/quick-item-transfer-and-navigation-prompt.md).

# Quick Item Transfer & Navigation Prompt

When items are created on an incorrect table before or after sending to the kitchen, operators can instantly redirect individual items to another destination.

{% stepper %}
{% step %}

### Select Destination Table

From the current table screen, select the target table (e.g., Table 1) and choose the item(s) to transfer.

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2Fxwkxz37VTUPBuyvinc22%2Funknown.png?alt=media&amp;token=88006c02-5bf5-48f8-9bbb-6dd079b8c3ae" alt="" height="268" width="602">

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2F8EVf04aHHpSW2Ysj43E1%2Funknown.png?alt=media&amp;token=dbd7eb0c-7c7d-4c3c-b43f-02c459b17f0e" alt="" height="268" width="602">

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2FBrQhZa99mw37921PRKqq%2Funknown.png?alt=media&amp;token=4f0748bd-549d-4ea5-8d7a-cf158b4f9d43" alt="" height="265" width="602">

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2FaumxySwVBfp6R0u6I5Gy%2Funknown.png?alt=media&amp;token=774acd1b-8544-45ff-af20-e0cbbdc5f3c2" alt="" height="269" width="602">
{% endstep %}

{% step %}

### Direct Transfer & Prompt

Tap Send to Direct.&#x20;

{% hint style="info" %}
A merge reason is required
{% endhint %}

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2Fejl0TppQuHBlDHd4Qr1l%2Funknown.png?alt=media&amp;token=0225f6af-bc52-4352-b39f-c7944a3a5d50" alt="" height="272" width="602">

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2Fh8oSsahXgAzLLVM7NMLb%2Funknown.png?alt=media&amp;token=29a6712b-b629-4bfd-9986-397f0c3d6068" alt="" height="268" width="602">

The system will prompt the user with navigation choices:

* **Stay on Current Order:** Remains on the original table view.
* **Go to Target Order:** Automatically redirects the screen view to the newly updated target table.&#x20;
  {% endstep %}

{% step %}

### KDS & Packing Display Behavior

The Kitchen Display System (KDS) automatically splits the orders. Items moved prior to preparation generate notification tags on the packing screen (e.g Moved from T-01) to prevent duplicate fulfillment.

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2FgWSacZGTXJZa7YhluiaQ%2Funknown.png?alt=media&amp;token=4bfff0c1-7007-45c0-8d09-6206d45a53b2" alt="" height="265" width="602">

<img src="https://1925381409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cJdZdmiiIn3u107Grmv%2Fuploads%2F64R1Vh0wYSfPo90MqPYZ%2Funknown.png?alt=media&amp;token=32bcf47f-e722-4ad9-bb2f-8dbdb3bea9a5" alt="" height="264" width="602">
{% endstep %}
{% endstepper %}


---

# 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/merge-table-and-order-transfers/quick-item-transfer-and-navigation-prompt.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.
