# Welcome to EtuManager

## Overview

An awesome student management system that allows a school or university to track information about its students, such as their names, contact details, courses, grades, attendance, and other relevant data. The program must be able to read from and write to a file to store and retrieve student data.

<figure><img src="/files/EaQJZfmIifw4vTwIxL5G" alt=""><figcaption><p>Etumanager Welcome Screen</p></figcaption></figure>

## Credits

### Developer info:

**First Name:** Ghellab\
**Last name:** Abderrahmane\
**Group:** 1\
**Student ID:** 222231482212

### License

{% hint style="danger" %}
This program is licensed and copyrighted to **Ghellab Abderrahmane** aka "**Rhaym**" and covered under **Apache License**, and I don't allow any one who don't have the permissions from me "**Rhaym**" to copy-and-past any part from this code because this is a personal work made for a scholar project
{% endhint %}

**Project License:** [Apache License 2.0](https://github.com/rhaym-tech/EtuManager/blob/main/LICENSE/README.md)

## Quick links

{% content-ref url="/pages/ZwDUUrfVjLGfZRv5FmTZ" %}
[About](/overview/about.md)
{% endcontent-ref %}

{% content-ref url="/pages/EnP4j6A5YfQJuk221BD2" %}
[Our Features](/overview/our-features.md)
{% endcontent-ref %}

{% content-ref url="/pages/KnBMdVKlXG48iDl1BMa4" %}
[Prerequisites](/download/for-developers/prerequisites.md)
{% endcontent-ref %}

## Get Started with Docs

Here we explain the full code

{% content-ref url="/pages/7QyLMZuo4WM1sOYGx9WJ" %}
[Getting Started](/docs/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/yZZxIa6lEtC0WRD3I992" %}
[Code Structure](/docs/code-structure.md)
{% endcontent-ref %}

{% content-ref url="/pages/2zIZ5lXsnYpRlJd2GAaa" %}
[Important functions](/docs/important-functions.md)
{% endcontent-ref %}


---

# 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://etumanager.rhaym.dev/readme.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.
