> 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/find-your-course-materials.md).

# Find your course materials

<mark style="color:$primary;">**Outcome**</mark>\
You locate the files, datasets, and applications your instructor has provided for the course.

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

* You have accepted your course invitation.
* You know the course name.

Course materials are distributed to your personal Instance within the course space. Once distributed, they appear inside your applications as regular files in the Workspace area.

### Open your personal instance

{% stepper %}
{% step %}
From the Dashboard, click the second breadcrumbs element to open the space selector.
{% endstep %}

{% step %}
Switch the radio buttons at the top to Courses.
{% endstep %}

{% step %}
Click the name of your course. Nuvolos opens your personal instance automatically.

Courses often include multiple instances. You typically work in your own instance, though shared or instructor-provided materials may exist in other instances.
{% endstep %}
{% endstepper %}

### Access the Distributed instance

Many instructors distribute course-wide materials to a shared space called the Distributed instance (typically with viewer access). To access it:

{% stepper %}
{% step %}
Open the instance selector.
{% endstep %}

{% step %}
Select Distributed.
{% endstep %}

{% step %}
Open Files.
{% endstep %}

{% step %}
Find the relevant course materials folder.
{% endstep %}
{% endstepper %}

### Find the material

Distributed materials appear in two places:

* In the Files view - click the folder icon on the sidebar. The Workspace area (mounted at `/files` inside running Applications) is the default view.
* Inside any running application - start an application and look in the `/files` directory. Same content, accessed from the other side.

{% hint style="info" %}
If you joined the course recently and do not see any materials yet, check with your instructor. New material is delivered through the distribution mechanism, and it may not have been pushed to your Instance yet.
{% endhint %}

For the full file navigator reference (uploads, downloads, archives), see [Reference › File storage](/reference/file-system-and-storage.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/find-your-course-materials.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.
