> For the complete documentation index, see [llms.txt](https://docs.p4warehouse.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4warehouse.com/v2/fulfillment/pick-tickets/picking-or-handheld-interface/tag-list.md).

# Tag List

Tag list function is used when one or more orders are waiting for bulk storage to be broken down. During allocation process, web dispatcher can group these orders under the same tag, this allows a single LPN (bulk storage) letdown to fulfill multiple pick tickets at once.

&#x20;'Pick ticket Tags' on the handheld device will list all available entries grouped by the tag (T1 and T2 in this instance).

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

Follow the handheld instructions to complete a letdown operation.&#x20;

### Step 1

After selecting an item for letdown process, follow directions generated by your handheld device as shown below.

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

### Step 2

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

### Step 3

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

Enter the product quantity specified in the letdown instructions as shown above.&#x20;

### Step 4

Scan the bin in which you want to store previously selected product.

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

### Result

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

When the pick ticket has no more pending letdowns, order can be picked by warehouse employees. Order state changed from 'Pending Letdown' to 'Ready To Pick'.


---

# 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.p4warehouse.com/v2/fulfillment/pick-tickets/picking-or-handheld-interface/tag-list.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.
