> 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/how-to-guides/workflows-for-students/understand-the-course-layout.md).

# Understand the course layout

<mark style="color:$primary;">**Outcome**</mark>\
You understand the difference between your personal Instance and the Distributed Instance, and where your work is saved.

<mark style="color:$primary;">**Before you start**</mark>

* You have at least one application running, or you have opened the Files view.

Every student in a course has a personal Instance - a private working environment that only you and your instructor can see. Course material that your instructor distributes flows into this instance through a special distribution channel:

**Master instance → Distributed instance → Your personal instance**

Three terms are worth knowing without going deeper:

* Your **Personal Instance** is where you work. Files you save, applications you start, and snapshots you take all live here.
  * You can edit files, run applications, and complete assignments here.
  * Your work does not affect other students.
  * Changes you make are only visible in your own instance.
* The **Distributed Instance** is the channel through which course materials reach you. You see distributed material as files in your personal Instance, not as a separate location.
* The **current state** is the live, mutable version of your personal instance. When you take a snapshot, you create an immutable copy of the current state at that moment.

For the full conceptual model of how these pieces fit together, see [Concepts › The hierarchy and resource model](/concepts/nuvolos-basic-concepts.md).


---

# 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/how-to-guides/workflows-for-students/understand-the-course-layout.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.
