> 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-instructors/add-teaching-material.md).

# Add teaching material

<mark style="color:$primary;">**Outcome**</mark>\
You upload course files, code, or data into the Master Instance, where you will work on them before distributing to students.

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

* You are a Space Administrator of the course (creators automatically receive this role).
* You have the material ready to upload from your local machine.

You always work in the **Master Instance** - a private working environment dedicated to developing and maintaining teaching material. The Master Instance is not visible to students by default. Once material is ready, you distribute it from the Master Instance to all students in one operation.

#### **Upload files via the web UI**

{% stepper %}
{% step %}
Navigate to the course and confirm in the breadcrumbs that you are in the correct Space.
{% endstep %}

{% step %}
Navigate to the Master Instance.
{% endstep %}

{% step %}
Make sure you are in the Current state.
{% endstep %}

{% step %}
On the sidebar, click the folder icon to open the Files view.
{% endstep %}

{% step %}
Click UPLOAD in the top left and select files from your local machine.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
To upload folders, compress them locally first (as .zip or .tar.gz), upload the archive, then extract it from the ... Actions menu in the Files view. Supported formats include zip, tar, tar.gz, bz2, and tgz.
{% endhint %}

For all available file operations (upload, download, extract, preview, edit), 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-instructors/add-teaching-material.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.
