# Archiving your course

You can archive your course after you have finished it. Archiving a course will hide it for students, and will sort it below all non-archived courses. You can still import data from archived courses. Archiving your course can make it easier to differentiate between different iterations of the same course.

{% hint style="success" %}
Archiving your course does not result in loss of data and can be reversed at any time.
{% endhint %}

![Archiving your course in the Course Manager](/files/hwODMppywflX0uRdsiGJ)

1. Navigate to the **Course Settings Page** and to the *General* tab.
2. Enter the ***Danger Zone*** and press the red **Archive Course** button.
3. After confirming, your course is successfully archived and invisible to students.

{% hint style="warning" %}
Archiving your course makes it invisible to students. They will thus also not be able to view their feedback or submissions anymore.
{% endhint %}


---

# 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://help.codegrade.com/faq/archiving-your-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.
