# Attendance Report

Use 3Dolphins built-in attendance reports to determine which agents are absent or to see which agents have not yet taken attendance. Also, run attendance reports to identify agent's attendance data (first in, last out, early entry, late entry, early exit, late exit, etc). To view the report, go to the **Analytic** menu and click the **Employee** menus, then click **Attendance Report** which you can find on the left sidebar.

![Attendance Report](/files/p9zB7G8ijAdNQM2KySpo)

**Component Explanation:**&#x20;

| Name                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 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 has been allocated to the "Helpdesk" shift for 60 minutes, beginning at 10 a.m. and ending at 11 a.m. Then, the agent starts checking in at 10.27, which means the agent is only available in shifts for 32 minutes and 43 seconds due to being late for 27 minutes and 17 seconds. So, </p><p><br><strong>ATS</strong>= 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              | <p>Average ATS of agents from all shifts owned by agents.<br></p><p><strong>Note:</strong> <br>If the agent has several shifts in one day.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |


---

# 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.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.
