> 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/receiving/receiving-process/handheld-receiving-operations.md).

# Handheld Receiving Operations

## Selecting a Purchase Order

To continue the receiving process, use a handheld device to navigate to 'Receiving' folder.

![](/files/ajg7sg18ZbQEi777vO4D)

From this folder, users can open 'PO List' to find and start receiving available orders within the assigned warehouse.

![](/files/sAsPtpAhYLZcL7WccZrM)

Alternatively, handheld operators can use previously printed receiving ticket to scan it with 'PO receiving' function.

![](/files/06LzoTbQwyojmLYtSvaW)

After selecting an order, click 'Confirm' to continue with receiving process.

![](/files/C6MR6EnTSs2sMGqJAD1W)

## Receiving Steps

After confirming selected order click 'Start' to initiate receiving of the current purchase order.

![](/files/ySzbNAAlkrsYeeD1bzwI)

From this point follow the instruction from your handheld device.

### Step 1

Scan the first product from the purchase order.

![](/files/EFh0atMFLfD4DJzt2rKc)

### Step 2

Enter the actual quantity of the product received.

![](/files/4roeijzXMy6E1TCxqAtC)

Any discrepancies between the expected and actual product quantity will be processed by the system. According to the WMS configuration system will either allow this or will produce an error explaining the issue.

### Step 3

Final step of the receiving process is to choose a bin or LPN(pallet) in which you want to store the products.&#x20;

![](/files/MrttDn1hKCoFUTcqJJQP)

Repeat the process for all the products (lines) within the purchase order.

### Step 4

If the order has been received in full, handheld device will produce a corresponding message as shown below.

![](/files/CxS0YDUBCqI8CHMSsngi)

Click 'OK' to confirm and finish the receiving process.&#x20;

This purchased order has been fully received and stored in the warehouse.


---

# 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/receiving/receiving-process/handheld-receiving-operations.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.
