> 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/create-a-new-course.md).

# Create a new course

<mark style="color:$primary;">**Outcome**</mark>\
You create a new course space, ready to receive teaching material and student invitations.

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

* You hold the **Organisation Manager** or **Organisation Faculty** role.
* You have a name and description in mind for the course.

**Create the Space**

{% stepper %}
{% step %}
Navigate to the Dashboard.
{% endstep %}

{% step %}
**Select + NEW COURSE.**
{% endstep %}

{% step %}
&#x20;Enter the course name and description. Optionally, add a `README` file.
{% endstep %}

{% step %}
**Select + ADD SPACE.**
{% endstep %}

{% step %}
Optionally, select an application to add to the Master Instance of the new course. You can do this later if you prefer.
{% endstep %}

{% step %}
If you selected an Application, give it a name and click + INSTALL.
{% endstep %}
{% endstepper %}

For full space management options - including cloning spaces and Git repositories - see [Administration › Space management](/administration/space-management.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/create-a-new-course.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.
