> For the complete documentation index, see [llms.txt](https://docs.p4.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4.software/p4warehouse-english/fulfillment/picking/carton-picking.md).

# Carton Picking

## Carton Picking Overview

*For detailed information on Carton Picking please contact your P4 Warehouse Partner.*

Carton Picking is designed for picking of cartonized boxes, labels get automatically assigned to the boxes and the boxes get placed on an LPN.

{% hint style="warning" %}
Pre-Printed LPN labels are required for this Pick style.
{% endhint %}

Carton Picking or Cartonization is a picking style where the P4 Warehouse tells the picker what box size to pick the product into. Cartonization follows a pre-defined Cartonization Profile. Depending on the regulations published by your Big Box client, as to how the cartonization profile will be configured. Once the cartonization profile is configured and created it is assigned to the Customer in P4 Warehouse. Then when a web dispatcher is processing orders for this client the cartonization rules will be followed to keep your shipment in compliance with your customers' requirements.

When the Pick Labels are printed the box size or name will be printer on the top right of the pick labels. The picker will need to retrieve the correct boxes from the packaging inventory.

![P4 Warehouse Cartonization Picking](/files/-Ml-KtRlY7dcd5Hd4ZT5)

In the image above you will see this order requires two boxes of size #3. The first box will weigh sixty-four pounds and the second box will weigh thirty-six pounds. This is based on the cartonization profile assigned to this customer.


---

# 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.p4.software/p4warehouse-english/fulfillment/picking/carton-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.
