# Download Attendance Report

Each report on the analytic page can be generated and downloaded to a (.xls, .pdf, .csv, and .txt) file and saved to your local drive for offline viewings such as analysis, sharing, or backup purposes. To download the report, go to **Analytic** and select the **Employee** menu, and click **Attendance Report**. After the operator target page appears, click the **'Download Attendance Report'** Button.

![Download Attendance Report](/files/4cN60Aocbn4qTgHKRIBp)

And then, the file will be generated and you can download the file by clicking the **'Download'** icon ( <img src="/files/-MTdruFSB2IIQVmJg9yu" alt="" data-size="original"> ). If you open the file, data will be displayed as shown images below.&#x20;

![Excel File Attendance Report](/files/rbDoPFCkGYqpkmU8vxQZ)

**Component Explanation:**&#x20;

| Name                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Employee                 | Agent's name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Date                     | Indicates report's date.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| First In                 | Indicates agent's first check-in time for that shift.                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Last Out                 | Indicates agent's last check-out time for that shift.                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Entry Early              | How much ahead of the scheduled shift time the agent has checked in.                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Entry Late               | How much passed of the scheduled shift time the agent has checked in.                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Exit Early               | How much ahead of the scheduled shift time the agent has checked out.                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Exit Late                | How much passed of the scheduled shift time the agent has checked out.                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Shift                    | Agent's shift name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ATS (Average Time Spent) | <p>Represents the average agent's time spent on their shift.</p><p>Here's how to calculate ATS:<br><code>Total minutes available : Total minutes in shift</code><br><br>Agent Zulfa Fahimah is allocated to the 'Helpdesk' shift for 60 minutes. Then, the check-in agent at 10.27 means the user is only available in shifts for 32 minutes 43 seconds.<br>ATS = percentage (total minutes available / total minutes in shift)</p><p>ATS = 32 minutes 43 seconds/ 60 minutes</p><p>ATS = 54.36%</p> |
| ATS Average              | Average ATS agent of all shifts.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Reason Check In          | Indicates the user's rationale for the latency entering their shift.                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Reason Check Out         | Indicates the user's rationale for ending their shift early.                                                                                                                                                                                                                                                                                                                                                                                                                                         |


---

# 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.3dolphins.ai/analytic/employee/attendance-report/download-attendance-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.
