# Picking KPI Report

📊 **Viewing Picking KPI Reports**\
The system provides a detailed Picking KPI (Key Performance Indicator) report that shows the performance of picking users for a specified time frame.\
This report helps supervisors and managers monitor efficiency, identify bottlenecks, and track productivity over time.

The report includes the following KPIs:

* **Orders Picked** – The total number of sales orders completed by the picker in the selected period.
* **Lines Picked** – The total number of unique product lines picked.
* **Units Picked** – The total quantity of individual items picked.
* **Average Time per Order (seconds)** – The average number of seconds it took to pick an entire order.
* **Average Time per Line (seconds)** – The average number of seconds it took to pick a single product line.
* **Average Time per Unit (seconds)** – The average number of seconds it took to pick one individual item.

By reviewing this report regularly, supervisors can spot high performers, identify where training may be needed, and improve overall warehouse productivity.


---

# 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://support.ordereazi.com/inventory-features/reports/picking-kpi-report.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.
