# Tote Counting

Tote Counting is a process when products are recounted at the shipping dock, this can be done by carton or by pallet depending on how the order was picked. This is a way to verify the correct quantity of products are being shipped to the customers.

{% hint style="info" %}
Notice: This feature is only working for private fleet shipping option when 'Count on Ship' and 'Count on Delivery' is required (atm).
{% endhint %}

To initiate tote counting, use a handheld device to navigate to Fulfillment > Staging. Select 'Tote counting' option and follow instructions on the bottom of the screen.

#### Step 1

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

#### Step 2

<figure><img src="/files/7wM1hfxPrcuL6QM7usGP" alt=""><figcaption></figcaption></figure>

#### Step 3

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

#### Result

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

Repeat these process for every remaining products on the current tote.

If product count is correct, the tote is ready to be shipped to customer.


---

# 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/handheld-staging-operations/tote-counting.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.
