# Students

Manage all student information from registration to graduation.

* This is where you'll spend most of your time in eSkool
* Everything about a student lives here—grades, attendance, fees, the works
* Secretaries, teachers, and administrators all use this daily

## What You Can Do

* [**Register a Student**](/en/daily-tasks/students/student.create.md) – Add a new student with all their details
* [**Attendance & Tardiness**](/en/daily-tasks/students/attendance.manage.md) – View and manage absences and late arrivals
* [**Grades & Evaluations**](/en/daily-tasks/students/evaluation.grade.md) – Enter and review student grades
* [**Report Cards**](/en/daily-tasks/students/reportcard.view.md) – Generate and print official report cards
* [**Academic History**](/en/daily-tasks/students/student.academicpath.md) – See a student's complete record across years
* [**Import Students**](/en/daily-tasks/students/data.import.md) – Bulk upload students from Excel
* [**Export Students**](/en/daily-tasks/students/data.export.md) – Download student lists for reports


---

# 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/daily-tasks/students.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.
