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

# Leaving a course

<mark style="color:$primary;">**Outcome**</mark>\
You remove yourself from a course on Nuvolos while preserving your Instance and work.

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

* You have clarified the disenrolment policy with your instructor and institution.
* You understand that leaving the course removes your roles in the course but does not delete your Instance or its data.

{% hint style="warning" %}
Nuvolos is not currently linked to any institutional administrative systems. If you need to formally disenroll from the course at your institution, you must take those steps separately. Nuvolos support cannot guide you on institutional procedures.
{% endhint %}

#### Remove yourself from the course

{% stepper %}
{% step %}
Open the course Space from the Dashboard.
{% endstep %}

{% step %}
Click the info button next to the course name.
{% endstep %}

{% step %}
Click Leave Course.
{% endstep %}
{% endstepper %}

Leaving removes your viewer and editor roles in the course. Your Instance is preserved in case you change your mind, or in case your institution requires retention of your work.


---

# 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/leaving-a-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.
