# Courses

The Courses part of the platform is designed to provide tools for managing and monitoring courses offered by teachers, attended by students, and supervised by designated personnel.

The Teacher's Course Screen allows educators to create and manage courses, upload course materials, and monitor student progress. The Student's Course Screen enables students to access the course materials, view their progress, and communicate with the teacher. The Supervisor's Course Screen provides a higher-level view of course progress, allowing designated personnel to monitor and evaluate the course's success.

In addition to course management, the platform includes Evaluation components that can be used to assess student progress and assign grades. These evaluation tools may include tests, assignments, quizzes, and other forms of assessment, and can be customized to meet the needs of specific courses and curricula.


---

# 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://en-docs.mentoringapp.com/moso-user-guide/courses.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.
