> 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/full-pack-picking.md).

# Full Pack Picking

Full Pack picking is designed to pick full boxes for bulk shipping, where each box requires individual label with  SSCC - 18 code.

{% hint style="info" %}
Notice: This method of picking requires pre-printed LPN labels to complete this process.
{% endhint %}

Using this method of of picking, web dispatcher does not need to wave the order, simply apply the tag to a pick ticket and print the label to start the picking. The appropriate labels for individual boxes will print as needed. This style can be "picked" by several people at once.

{% hint style="info" %}
Notice: While using 'Full Pack Picking' pick ticket state should be - 'Ready to Pick'.
{% endhint %}

To start a full pack pick, navigate to Fulfillment > Picking > Full Pack Picking using your handheld device.&#x20;

Scan pre-printed picking label to start the process.

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

Continue to follow instruction at the bottom of your handheld device.

<figure><img src="/files/6MFEEgh4i8U7TWhb3i2D" alt=""><figcaption></figcaption></figure>

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

Enter the quantity equal to each box that is being picked. System will generate a label for each individual box.

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

Now, using the pre-printed LPN label, choose a pallet in which you want to add the  selected products.

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

Select a storage spot for your pallet.

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

Repeat these steps until no more picks left.

<figure><img src="/files/RAdujttskzRsLcdBj4bC" 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.p4warehouse.com/v2/fulfillment/pick-tickets/picking-or-handheld-interface/full-pack-picking.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.
