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

# Document your course

<mark style="color:$primary;">**Outcome**</mark>\
You add a `README.md` file to your course that students see automatically on the space overview, with links and embedded video.

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

* You are an **Instance Editor** or **Space Administrator**.
* You are in the **Current state** of the **Master Instance**.

Any folder in Nuvolos can contain a `README.md` file that is rendered automatically as Markdown by the web UI. The top-level `README.md` in the Master Instance is also displayed on the space overview, making it the natural home for course-level documentation.

#### Edit a README from the web UI

{% stepper %}
{% step %}
Open the Files view of the Master Instance.
{% endstep %}

{% step %}
Locate the `README.md` file you want to edit (or create one with + **NEW**).
{% endstep %}

{% step %}
In the ... Actions menu on the file row, choose **EDIT**.
{% endstep %}

{% step %}
Use the WYSIWYG or source-code editor to write your content in Markdown.
{% endstep %}

{% step %}
Save your changes.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can embed videos from streaming providers directly in the README by pasting the embed snippet they provide. This is useful for keeping a running log of recorded lectures that students can review.
{% endhint %}

For full Markdown features supported by Nuvolos - including links to headings via the Anchor button - see [Reference › File storage](/reference/file-system-and-storage.md).
