# Classes & Programs

Set up your school's academic structure.

* Build the skeleton of your school—branches, classes, subjects
* Do this once at the start of the year, tweak as needed
* Everything else in eSkool depends on getting this right

## What You Can Do

* [**Create a Class**](/en/school-setup/classes-programs/class.create.md) – Add a class like "Grade 5A" or "Year 10"
* [**Tracks & Branches**](/en/school-setup/classes-programs/track.manage.md) – Group classes into divisions (e.g., Primary, Secondary)
* [**Subjects**](/en/school-setup/classes-programs/subject.manage.md) – Define subjects and assign them to classes
* [**Class Fees**](/en/school-setup/classes-programs/fee.configure.md) – Set tuition and fee amounts for each class


---

# 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/classes-programs.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.
