> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/analytic/employee/attendance-report.md).

# 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 agents attendance data (first in, last out, early entry, late entry, early exit, late exit, etc).

See tables with employee, date, first in, last out and other metrics that can be filtered by date range, and agent name. You can be download the operator target report to .xlsx file to your local drive for purposes of analysis, sharing or backup, as shown below.

![](/files/-MTZibSGCW5BXDI9FE1J)

**Attendance tracking system (ATS) calculation :**

`ATS = Total minutes available : Total minutes in shift`

From the picture of the attendance agent table above, Fitra Ramadan is included in the night shift team from 22:00 to 07:00 so from 22:00 to 07:00 if it is calculated in minutes, the *total minutes in shifts* is 540 minutes , then the Fitra Ramadhan checks in at 22:00:34 and checks out at 07:34:28. If it is calculated in minutes, it means that the user is only *available in a shift* during 539 minutes because shift agent only until 07:00. So, if broken down into the ATS formula is as follows :

ATS = total minutes available / total minutes in shift

ATS = 539 minutes / 540 minutes

ATS = 0.998148148148148 = 99.8%<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/5.1.x/analytic/employee/attendance-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
