> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/students/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/students/assignments.md).

# Assignments

- [Restrictions](https://help.simnetonline.com/students/assignments/assignment-restrictions.md): Assignment level restrictions based on dates, passwords, and Internet location.
- [Lessons](https://help.simnetonline.com/students/assignments/lessons.md): Opening Lessons and viewing Lesson progress.
- [Custom Lessons](https://help.simnetonline.com/students/assignments/lessons/create-a-custom-lesson.md): Creating and opening custom lessons created from an exam.
- [SIMbooks](https://help.simnetonline.com/students/assignments/simbooks.md): Opening, viewing, and completing SIMbook assignments
- [Exams](https://help.simnetonline.com/students/assignments/exams.md): Opening and viewing Exam results and creating Custom Lessons.
- [Projects](https://help.simnetonline.com/students/assignments/projects.md)
- [Assignment](https://help.simnetonline.com/students/assignments/projects/assignment.md): View and complete Project assignments, acknowledging Best Practices guide
- [Timed Projects](https://help.simnetonline.com/students/assignments/projects/timed-projects.md): How to review and complete timed project assignments
- [Results](https://help.simnetonline.com/students/assignments/projects/results.md): Reviewing your project submission seeing grade, reviewing results, downloading submission file, pdf
- [Best Practices](https://help.simnetonline.com/students/assignments/projects/best-practices.md): Follow the SIMnet Projects Best Practices guide so you can earn the best result.
- [Best Practices 2016 Projects](https://help.simnetonline.com/students/assignments/projects/best-practices/best-practices-2016-projects.md)
- [Saving Instructions](https://help.simnetonline.com/students/assignments/projects/saving-instructions.md): SIMnet Project instructions can be either printed or saved as PDF.
- [Your Office Version](https://help.simnetonline.com/students/assignments/projects/your-office-version.md): Determine whether or not your version of Office is compatible with SIMnet
- [Matching your Browser and Office Regional Settings](https://help.simnetonline.com/students/assignments/projects/matching-your-browser-and-office-regional-settings.md): Your regional settings for your Browser and Office installation must match to complete projects successfully
- [Common Issues](https://help.simnetonline.com/students/assignments/projects/common-errors.md): When your Project assignment is not going smoothly, there are a few common items to check.
- [SIMpaths](https://help.simnetonline.com/students/assignments/simpaths.md): How to open, view and complete SIMpath assignment steps: pre-test, Lesson and Post-test
- [Resources](https://help.simnetonline.com/students/assignments/resources.md): Opening, viewing, and completing Resource assignments links and files.


---

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