> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/manager/getting-started/best-practices/archiving.md).

# Archiving

## :card\_box: Archiving

Archiving allows instructors to remove students, classes, lessons, exams and SIMpaths from their active lists and reports and store them in an archive list. This will not delete them but will help keep the account clean and organized, showing only current information. Whether you're archiving lessons, exams, SIMpaths, etc., the process and the archive screens are identical.

![Active and Archived Courses](/files/dQrZFaV18n0XbdzKBS4L)

### To archive:

1. Click on the **Archive** link in the section you want to archive items on the Left Navigation.
2. Click on the item(s) in the active list and click the **Add** button.
3. The item now appears in the **Archived** list.

Items that have been archived can also be unarchived at any time, making the item active again. **To unarchive:**

1. Click the item(s) you want to unarchive.
2. Click the **Remove** button.
3. The item now appears in the **Active** list.

Archiving for students follows the same process but is a bit different. An archived student can still log in and use their self-study materials but their account will not be deleted. Once a student account has been archived, their unique username cannot be used by another user.

## :no\_entry: Deleting

Deleting content in SIMnet is significantly more permanent than Archiving. Unlike Archiving, Deleting cannot be done in bulk from a list. You must select each thing to be deleted individually and select **Delete** from the Actions menu. Deleting cannot be undone within SIMnet. In some limited circumstances Deleted content can be restored by contacting SIMnet Support.

{% hint style="info" %}
**Note**: Students who have purchased content within SIMnet cannot be deleted within SIMnet. Students who have purchased content but would still like their account deleted must contact SIMnet support.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.simnetonline.com/manager/getting-started/best-practices/archiving.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
