> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/tutorials.md).

# Tutorials

- [Tutorials for Instructors](https://docs.nuvolos.com/tutorials/tutorials-for-instructors.md)
- [Your first course on Nuvolos](https://docs.nuvolos.com/tutorials/tutorials-for-instructors/your-first-course-on-nuvolos.md)
- [Running a data-heavy lab session](https://docs.nuvolos.com/tutorials/tutorials-for-instructors/running-a-data-heavy-lab-session.md)
- [Reusing a course for the next term](https://docs.nuvolos.com/tutorials/tutorials-for-instructors/reusing-a-course-for-the-next-term.md)
- [Tutorials for Students](https://docs.nuvolos.com/tutorials/tutorials-for-students.md)
- [Your first day in a Nuvolos course](https://docs.nuvolos.com/tutorials/tutorials-for-students/your-first-day-in-a-nuvolos-course.md)
- [Submitting your first assignment](https://docs.nuvolos.com/tutorials/tutorials-for-students/submitting-your-first-assignment.md)
- [Working on a group project](https://docs.nuvolos.com/tutorials/tutorials-for-students/working-on-a-group-project.md)
- [Tutorials for Researchers](https://docs.nuvolos.com/tutorials/tutorials-for-researchers.md)
- [Your first research project](https://docs.nuvolos.com/tutorials/tutorials-for-researchers/your-first-research-project.md)
- [From notebook to reproducible result](https://docs.nuvolos.com/tutorials/tutorials-for-researchers/from-notebook-to-reproducible-result.md)
- [Reproducing a colleague's research project](https://docs.nuvolos.com/tutorials/tutorials-for-researchers/reproducing-a-colleagues-research-project.md): This tutorial walks through how to actually reproduce someone else's work.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/tutorials.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.
