# Picking

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

1. **Allow Full Pallet Picking** - whether to allow scanning Full Pallet/LPN instead of scanning contents of an LPN when that LPN is fully allocated to an order.
2. **Allow Auto Picking** - allow Auto picking. WARNING!!! This will automatically reduce inventory with out physical scans. This operation should only be used during training or by trained personnel  in special circumstances!
3. **Full Pack Picking Quantity Limit** - maximum quantity for a single pick when doing Pack picking. WARNINRG!!! - Making this value too large may cause severe performance degradation.
4. **Full Pack Picking Order Quantity Limit** - maximum order quantity on an order to allow full pack picking. WARNINRG!!! - Making this value too large may cause severe performance degradation.
5. **Allow Shorting** - if enabled, will allow non administrator users to short picks.
6. **Allow Skipping** - if enabled, will allow users to skip picks.
7. **Mark For Cycle Count on Short** - if enabled shorted bin will be marked for a cycle count automatically.
8. **Empty Bin Prompt** - ask if bin is empty on picking last product from the bin. Can be used to restock bins in time.
9. **Enforce Cartonization** - whether to enforce picking to follow cartonization results. If set to false, picker may be able to override cartonization results during picking by picking to alternate totes.
10. **Enforce Customer Profile** - whether to enforce customer cartonization profile rules (ex: if cartonozation dictates no more than 5 units per box, picking more than 5 units will not be allowed).
11. **Enforce Carton Cube Weight** - whether to enforce carton size limitation. If set, pickers will not be allowed to pack more products than carton dimensions/weight allows.

{% hint style="info" %}
Notice: Click 'Save' to implement changes.&#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.p4warehouse.com/v2/fulfillment/system-configurations/picking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
