# Schedule an Exam

Add an exam to the timetable.

* Everyone knows when and where the exam is
* The room gets reserved so no one else books it
* When it's done, you can enter grades right from there

### 1. Open Timetable

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

![Opening Timetable.](/files/NcttGM4JdKkkXcDbS3gR)

### 2. Select the Class

Select the class. Click the **plus icon (+)** and choose **Evaluation**.

![Selecting a class.](/files/rShLCMu9lVRGWbESEAlw)

### 3. Enter Exam Details

Fill in:

* **Subject** – Subject being tested
* **Date and Time** – When the exam happens
* **Activity** – Type of exam (Mid-term, Final, etc.)
* **Room** – Where it takes place

![Scheduling an exam.](/files/7rJREqO3RLCPuHBZF8Rq)

The exam now appears on the timetable for students and teachers to see.


---

# 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/timetable/exam.schedule.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.
