> 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/getting-started/signing-into-simnet.md).

# Signing into SIMnet

Your administrator or instructor account can be accessed via your LMS integration or direct login through your school-specific SIMnet URL.

### LMS Integration

SIMnet supports LTIA integration for all 4 major LMSs - Canvas, D2L, Blackboard, and Moodle - as well as some custom integrations.

You must have either the McGraw Hill SIMnet LTIA or the McGraw Hill Integration tool installed and configured to pair your courses and assignments.

If you are unsure about your integration type or need assistance with setup, please contact your Sales or Customer Success representative.

Learn more: LTIA 1.3 Integration

### Direct login

You can log in to SIMnet directly by visiting your school's specific SIMnet URL.

{% hint style="success" %}
Find your school's SIMnet-specific URL by visiting [https://simnet.mheducation.com](https://simnet.mheducation.com/). If you're unable to find your school's URL, please contact our [customer support team.](https://app.gitbook.com/o/-M4GAUz0WItRp8O7L6cp/s/DPOKFePdZR4sBOpKc5Qc/~/edit/~/changes/67/getting-support/contact-support)
{% endhint %}

<div align="left" data-with-frame="true"><figure><img src="https://996964065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDPOKFePdZR4sBOpKc5Qc%2Fuploads%2FEk0GZeQj2uqClpbj1OAx%2FScreenshot%202026-05-19%20at%203.00.34%E2%80%AFPM.png?alt=media&amp;token=08c7bbbf-fbd2-48c6-afa8-3c5962318536" alt="SIMnet direct login page showing the school-specific sign-in screen with the school name in the upper right, username and password fields, and the Sign In button." width="100%"><figcaption></figcaption></figure></div>

Verify your school name is showing in the upper right of the window.

Enter your Username and Password and Click Sign In.

If you forgot your password, follow the instructions to Reset Password.

<div align="left" data-with-frame="true"><figure><img src="https://996964065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDPOKFePdZR4sBOpKc5Qc%2Fuploads%2FiLibG3AmAtvhpuJ2HQ8I%2FScreenshot%202026-05-19%20at%203.11.33%E2%80%AFPM.png?alt=media&amp;token=637d4a9e-452b-4a3b-8b55-9727a5870a1d" alt="SIMnet sign-in page footer showing links for Requirements, Help, Status, Support, Terms of Use, and Privacy Center." width="100%"><figcaption></figcaption></figure></div>

### Footer Links

At the bottom of the screen you can access additional information and resources.

* [**Requirements**](https://mheducation.simnetonline.com/sp/requirements) — Run a System Requirements check to verify browser version, screen size, and other technical requirements.
* [**Help**](https://help.simnetonline.com/simnet-instructor-experience/) — Open the Help Center website.
* [**Status**](https://status.mheducation.com/) — View the McGraw Hill Platform status page.
* [**Support**](https://www.mheducation.com/highered/contact.html) — Open a support case with the McGraw Hill support team.
* [**Terms of Use**](http://www.mheducation.com/terms-use.html) — View McGraw Hill's current terms of use for software and content.
* [**Privacy Center**](http://www.mheducation.com/privacy.html) — Open the McGraw Hill Trust Center for privacy details and related information.


---

# 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/getting-started/signing-into-simnet.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.
