> 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/packing-screen/packing-settings/only-show-unpacked-items.md).

# Only Show Unpacked Items

This setting is useful when an order has already been packed, but new items are later added and cooked. Once those additional items reach the packing screen, the **Show Only Unpacked Items** option determines what is displayed.

{% hint style="info" %}
This is a critical setting for ongoing orders like table service.
{% endhint %}

> **Example:**
>
> A table orders and receives their starter and main course. Later, they add dessert to the same order. When the dessert is ready for packing, this setting determines if you see only the new dessert items or both the dessert and the previously packed main course items.

**When enabled:**

* Shows only newly added items that require packing
* Prevents confusion by hiding previously packed items

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

**When disabled:**

* Shows all items including previously packed ones
* May cause confusion and duplicate packing

<figure><img src="/files/mxM0OHdKKgxCJC5CezPH" 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/packing-screen/packing-settings/only-show-unpacked-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.
