> 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/users/students/archive.md).

# Archive Students

Archiving does not delete a student but removes them from the active roster of students. Archived students still have their accounts but are not assigned to any class or have access to class assignments. They no longer appear in the lists of active students found throughout the SIMnet Course Manager but may still log in to the student portal. Like other lists throughout SIMnet, you can sort the Archived Students list by clicking one of the headers (Student ID, Last Name, First Name) or filter the list.

![Archiving a student](/files/-MEO5YYqiH0LGzOjVF8N)

{% hint style="success" %}
**Hint**: Click the View Report button to view the Student Overview report of an archived student.
{% endhint %}

### 1. :link: Click Archive

Click the **Archive** link in the Students section to archive a student.

### 2. :clipboard: View classes

Select **Show My Classes** to view classes assigned only to you, or **Show All Classes** to view all classes.

### 3. :woman\_student: Active students

Click the student name in the Active Students list. You can select multiple students at once by holding down the Shift key and clicking (to select a block of contiguous names) or holding down the Ctrl key and clicking (to select noncontiguous names).

### 4. :arrow\_forward: Click Add

Click the **Add** button to add the student(s) to the Archived Students list.

### 5. :woman\_raising\_hand: Archived students

To move a student back to the Active Students list, click the student(s) in the Archived Students list, and then click the **Remove** button.


---

# 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/users/students/archive.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.
