# Staff Attendance

View attendance records submitted by teachers.

* See which absences and late arrivals each teacher has logged
* Check if teachers are taking attendance regularly
* Verify what happened in a class

### 1. Open Staff

From the main dashboard, click **Staff**.

![Opening Staff.](/files/l49RAZoSpjONkvz6QwLo)

### 2. Select a Teacher

Click the teacher's name to open their profile.

### 3. View Attendance Records

The profile shows all attendance records this teacher has submitted.

![Teacher attendance records.](/files/GG3lvfo98MjEOhqQbALc)


---

# 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.eskool.fr/en/school-setup/staff/staff.attendance.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.
