> 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/exploring-simnet/simstudent.md).

# SIMstudent

SIMstudent allows instructors and administrators to login to the Student Portal directly from the Course Manager without requiring a separate student account or registration code. The link is located in the upper right hand corner of the Course Manager and opens in a new browser window.

![SIMstudent Link](/files/SpWVRlOzNceBQxzSiD0J)

Clicking the SIMstudent link brings up a list of your assigned courses and the Library link. Click the Library link to view your student's library, based of all assigned books in all of your courses. Click the specific course link to impersonate a student in that course.

<figure><img src="/files/TDr56rAV5Wnf3mqlmOJZ" alt=""><figcaption><p>SIMstudent menu</p></figcaption></figure>

### :book: SIMbook Resources

SIMbook resources, like instructor manuals and solution files, that are only available to instructors, can be found on the Resources tab in the Library.  The books that show in the SIMstudent library are based on the products that are assigned to each instructor's campus.

![Instructor Resources in SIMstudent](/files/-MCIK6Zk6Q8k1QLLpscG)

### :recycle: Resetting Student Attempts

An instructor or administrator can also reset their assignment results via SIMstudent. For each eligible assignment, the **Reset Progress** button will appear on the assignment results page. Click the button and confirm the action to reset the assignment.

{% hint style="info" %}
**Info**: The Rest Progress feature is only available to SIMstudent logins. Real student accounts do not have access to this feature.
{% endhint %}

![Reset a SIMstudent Progress](/files/kJfVeVOBm6W1defKMtpD)


---

# 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/exploring-simnet/simstudent.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.
