# Session Overview

The pack session overview report is grouped according to the team and pack items.

![Example of session overview report](/files/8faBesr40PmGek3D0Hku)

<table><thead><tr><th width="150">Column Name</th><th width="150">Description</th></tr></thead><tbody><tr><td>Employee Group</td><td>Name of the employee group for the current session.</td></tr><tr><td>Start</td><td>Start of the session.</td></tr><tr><td>End</td><td>End of the session.</td></tr><tr><td>First Pack Item</td><td>Time of first pack item for the session.</td></tr><tr><td>Last Pack Item</td><td>Time of last pack item for the session.</td></tr><tr><td>Produce</td><td>Type of produce being packed.</td></tr><tr><td>Group</td><td>Pack group being packed for.</td></tr><tr><td>Item</td><td>Name of the specific pack item.</td></tr><tr><td>Units</td><td>Total units packed in the session.</td></tr><tr><td>Duration</td><td>Time (minutes) spent packing. Calculated as (last pack item time - first pack item time)</td></tr><tr><td>Change Over</td><td>Total time spent between the end of previous pack session and the first pack item of the current session.</td></tr><tr><td>Unit/H</td><td>The calculated number of units packed per hour.</td></tr><tr><td>Expected</td><td>The expected number of units to be packed based on the hourly target.</td></tr><tr><td>Target Δ</td><td>Difference between the actual amount packed and the expected amount packed based on the target. Positive value indicates packing above target value, negative less than target value. (Units - Expected)</td></tr><tr><td>Target Δ Minutes</td><td>Total overtime packed based on the hourly target. Positive value indicates packing above target value, negative less than target value. (Duration - Expected Time Packing)</td></tr></tbody></table>


---

# 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://help.allwage.com/modules/packhouse/reports/session-overview.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.
