# Education guides

These guides cover common workflows for teaching on Nuvolos. For initial setup, see [Getting started for instructors](/getting-started/instructors.md).

## Instructor guides

* [Configuring student applications](/user-guides/education-guides/configuring-student-applications.md) — pre-start apps, schedule lab sessions, and configure performance settings.
* [Courses with GPUs](/user-guides/education-guides/courses-with-gpus.md) — enable GPU lab sessions or on-demand GPU access for students.
* [Setting assignments](/user-guides/education-guides/setting-assignments.md) — create, distribute, grade, and hand back assignments.
* [Setting up group projects](/user-guides/education-guides/setting-up-group-projects.md) — create shared instances for collaborative group work.
* [Documenting your course](/user-guides/education-guides/documenting-your-course.md) — use README files and embedded videos to document course content.
* [Archiving your course](/user-guides/education-guides/archiving-your-course.md) — understand the course archival lifecycle and how to access archived data.

## Student guides

* [Working on assignments](/user-guides/education-guides/student-guides/working-on-assignments.md) — view, submit, and review feedback on assignments.
* [Working with a GPU in a course](/user-guides/education-guides/student-guides/working-with-a-gpu-in-a-course.md) — use GPU-enabled applications in lab sessions or on-demand courses.
* [Leaving a course](/user-guides/education-guides/student-guides/leaving-a-course.md) — remove yourself from a course on Nuvolos.


---

# 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.nuvolos.com/user-guides/education-guides.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.
