> 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-1/analytic/employee/attendance-report.md).

# Attendance Report

Gunakan 3Dolphins attendance report untuk menentukan agen mana yang tidak hadir atau untuk melihat agen mana yang belum hadir. Juga, jalankan attendance report untuk mengidentifikasi data kehadiran agen (first in, last out, early entry, late entry, early exit, late exit, dll).

Lihat tabel dengan employee, date, first in, last out dan metrik lain yang dapat difilter menurut date range, dan agent name. Anda dapat mengunduh operator target report ke file .xlsx ke drive lokal Anda untuk tujuan analisis, berbagi, atau backup, seperti yang ditunjukkan di bawah ini.

![](/files/-MTZibSGCW5BXDI9FE1J)

**Perhitungan attendance tracking system (ATS) :**

`ATS = Total menit available : Total menit dalam shift`

Dari gambar tabel attendance agent di atas, Fitra Ramadhan termasuk dalam tim shift malam mulai pukul 22.00 - 07.00 sehingga dari pukul 22.00 hingga 07.00 jika dihitung dalam menit maka *total menit dalam shift* adalah 540 menit, selanjutnya Fitra Ramadhan check in pukul 22.00:34 dan check out pukul 07.34.28. Jika dihitung dalam hitungan menit, artinya *pengguna tersedia dalam shift* selama 539 menit karena shift agent hanya sampai pukul 07:00. Jadi, jika dipecah menjadi rumus ATS adalah sebagai berikut:

ATS = total menit available / total menit dalam shift

ATS = 539 menit / 540 menit

ATS = 0.998148148148148 = 99.8%


---

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

```
GET https://docs.3dolphins.ai/5.1.x-1/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.
