# Batch and multi-order picking

{% hint style="info" %}
For more information on picking methods, refer to the [picking documentation](/documentation/by-pillar/store-operations/picking.md).
{% endhint %}

## Batch picking

Tasks eligible for batch picking have a checkbox. All selected tasks are included in one pick run. Selecting the **TASKS SELECTED** button includes all selected tasks in the pick run and opens the picking interface. All subsequent steps are identical to the [single-order picking process](/documentation/apps/operations-app/picking.md).

<div><figure><img src="/files/SWcKYjs6A9nbP1gDARi0" alt="" width="188"><figcaption><p>No tasks selected</p></figcaption></figure> <figure><img src="/files/mXwud75jpzRN7DzCYGVn" alt="" width="188"><figcaption><p>Tasks selected</p></figcaption></figure></div>

## Multi-order picking

Tasks eligible for multi-order picking have a checkbox. All selected tasks are included in a pick run. Tapping the **START PICKRUN** button proceeds to the next step.

<div><figure><img src="/files/XNsHvXBqL4f3J2VWAyfS" alt="" width="188"><figcaption><p>No tasks selected</p></figcaption></figure> <figure><img src="/files/lgTh8C1UQv1e8JZig2e1" alt="" width="188"><figcaption><p>Tasks selected</p></figcaption></figure></div>

Before picking begins, the system presents a preview, including the load units that may be required. The application suggests a number of load units to assist with planning the pick run.

<figure><img src="/files/XlnANf4HV6iYB0AcaEsg" alt="" width="188"><figcaption></figcaption></figure>

The picking process begins, and the picking list is displayed. Each picking task (one per customer) is assigned at least one load unit, ensuring that by the end of the process, all items are organized by picking task, thus eliminating the need for an additional packing step. Before the assignment, the load unit is shown as N/A in the line item.

<figure><img src="/files/knJZcE7e0LUs6aAfhQOB" alt="" width="188"><figcaption></figcaption></figure>

Once assigned, the ID of the load unit is partially displayed.

<figure><img src="/files/O9g0J7qIkG81CeP0356s" alt="" width="188"><figcaption></figcaption></figure>

### Assigning load units by scan

When a user picks the first item, the system prompts for a new load unit to be scanned or assigned manually.

### Assigning load units manually

Tapping **Manually assign load unit** opens an input field for the load unit ID.

<figure><img src="/files/on7MdogDcfHHCUxlJYwP" alt="" width="188"><figcaption></figcaption></figure>

The user can enter a load unit ID that is 4 characters long.

<div><figure><img src="/files/TVoMG2hkcjan20ci3PFP" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/YikqD16MF2ykRsxO5ybi" alt="" width="188"><figcaption></figcaption></figure></div>

If load unit types are defined, the system also prompts the user to provide this information.

<figure><img src="/files/cFjJBvN0tB81fOHJU8wa" alt="" width="188"><figcaption></figcaption></figure>

Once this step is complete, the item is assigned to the load unit, and the process continues in the same way as the load unit scan process.

<figure><img src="/files/dGGK132mHI9Vv2iUyE5Y" alt="" width="188"><figcaption></figcaption></figure>

### Recommended load unit

When picking an item for a task (customer) that already has an assigned load unit, the system recommends that specific load unit for scanning or manual assignment.

If the recommended load unit is not suitable or is full, the user can scan a different, new load unit to assign the item automatically.

This new load unit then becomes the recommended one for any subsequent items in that same picking task (customer).

<figure><img src="/files/tvMckQW7pyc5sGUbLXda" alt="" width="188"><figcaption></figcaption></figure>


---

# 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.fulfillmenttools.com/documentation/apps/operations-app/picking/batch-and-multi-order-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.
