> 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/staging/un-picking.md).

# Un-Picking

Un-Picking can happen for a variety of reasons, the most common is that the pallets did not fit into the trailer. In the event the pallets do not fit, you can simply Un-Pick the pallets and place the products into a bin.

{% hint style="danger" %}
If you pick several pallets to one pick label, there is no process to un-pick only one pallet. It is CRITICAL each pallet has a pallet label and product is picked correctly to the corresponding pallets label.
{% endhint %}

![P4 Warehouse unpick Carton / Pallet](/files/-Ml-O89CS9a7ER9xV-5h)

Scan the tote label (carton / pallet) that you want to unpick.

![P4 Warehouse Scan unpicked product to bin](/files/-Ml-ODjY1BcnwRcs-JxM)

Scan the bin where you will store the products until a decision is made to what bins the products will be returned to.

![P4 Warehouse Pallet unpicked](/files/-Ml-ONyukmsoHrIBvQXf)

As you can see in the above image the pallet is unpicked and returned to bin A-44-A with a quantity of 50.

{% hint style="info" %}
Orders cannot be unpicked after they are closed. Be sure of your processes, so you can unpick the product before the order is closed.
{% endhint %}


---

# 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/staging/un-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.
