# Leaving a course

It might happen that as a student you decide to not take on the challenge of a course anymore.

{% hint style="danger" %}
Clarify with your professor and institution the policy before leaving the course. Nuvolos is currently not linked to any institutional administrative systems, so if there are administrative steps to be taken to formally disenroll from the course at your institution, you must take those steps yourself. Nuvolos support cannot offer you guidance on steps related to your institution.
{% endhint %}

Once you have clarified the steps to be taken, you can remove yourself from a course on Nuvolos:

1. Navigate to the course overview page from the dashboard.
2. Click the **info** button next to the course name.
3. Click **Leave Course**.

Leaving a course removes your [roles](/administration/roles.md) in the course (any viewer and editing role), however your instance is not deleted — you might change your mind later or what you have already stored might be required by your institution at a later point in time.


---

# Agent Instructions: 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/user-guides/education-guides/student-guides/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.
