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

# SIMnet Updates

- [Content Updates](https://help.simnetonline.com/instructor-experience/simnet-updates/content-updates.md): The SIMnet Content updates contains the history of changes related content.
- [New Copilot Chapters](https://help.simnetonline.com/instructor-experience/simnet-updates/content-updates/new-copilot-chapters.md)
- [2026 Q1 Content Updates](https://help.simnetonline.com/instructor-experience/simnet-updates/content-updates/2026-q1-content-updates.md)
- [New Modules and Content Coverage](https://help.simnetonline.com/instructor-experience/simnet-updates/content-updates/new-modules-and-content-coverage.md)
- [365 Office Level Content](https://help.simnetonline.com/instructor-experience/simnet-updates/content-updates/365-office-level-content.md): New content notification
- [Computing Essentials 2025 Available Now](https://help.simnetonline.com/instructor-experience/simnet-updates/content-updates/computing-essentials-2025-available-now.md)
- [SIMnet 365/2021 Advanced Content Available Now](https://help.simnetonline.com/instructor-experience/simnet-updates/content-updates/simnet-365-2021-advanced-content-available-now.md)
- [Platform Updates](https://help.simnetonline.com/instructor-experience/simnet-updates/platform-updates.md): SIMnet Platform Updates
- [SIMnet Direct Login Experience](https://help.simnetonline.com/instructor-experience/simnet-updates/platform-updates/simnet-direct-login-experience.md): Learn about SIMnet’s updated direct login experience and URL structure.
- [Message Center & Friendly IP Ranges](https://help.simnetonline.com/instructor-experience/simnet-updates/platform-updates/message-center-and-friendly-ip-ranges.md): The message center and friendly IP range features are being sunset.
- [License Issue Warning](https://help.simnetonline.com/instructor-experience/simnet-updates/platform-updates/license-issue-warning.md): Learners with existing SIMnet licenses may not have access to all of current course assignments without activating a second license.
- [SIMnet Support for Office 2016 and 2019 is Ending](https://help.simnetonline.com/instructor-experience/simnet-updates/platform-updates/simnet-support-for-office-2016-and-2019-is-ending.md): SIMnet support for Office 2016 and 2019 is ending.


---

# 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/instructor-experience/simnet-updates.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.
