# Sign-in

## Accessing EXAMIND

### Institutions in the USA

* **Instructors:** Visit [instructor.examind.io](https://instructor.examind.io)
* **Students:** Visit [student.examind.io](https://student.examind.io/)

### Institutions in Canada

* **Instructors:** Visit [instructor-ca.examind.io](https://instructor-ca.examind.io)
* **Students:** Visit [student-ca.examind.io](https://student-ca.examind.io/)

## Sign-in

There are two ways to sign-in:

1. **Magic Link:** Input your university email and click the link emailed to you
2. **OAuth:** Click the **Google** or **Microsoft** logo

{% hint style="info" %}
Students must sign in with the same email address that is listed in the course roster.
{% endhint %}

{% hint style="info" %}
Some institutions require a 3rd-party authorization in order to log in with OAuth. Email [**support@examind.io**](mailto:support@examind.io) if you are experiencing difficulties signing in.
{% endhint %}

## Troubleshooting Tips

### For Instructors

* Double check your email address is correct.
* Check your SPAM or Junk folder, or search for an email from **<noreply@mail.examind.io>**.
* If you see a message that says EXAMIND will be in touch, you may have inputted your email incorrectly.
* If you forgot your password to your Google or Microsoft account, click **Reset Password** and follow the instructions.
* If you did not receive the email after 10 minutes, contact [**support@examind.io**](mailto:support@examind.io)**.**

### For Students

* Double check your email address is correct.
* Check your SPAM or Junk folder, or search for an email from **<noreply@mail.examind.io>**.
* If you forgot your password to your Google or Microsoft account, click **Reset Password** and follow the instructions.
* If you did not receive the email after 10 minutes, contact [**support@examind.io**](mailto:support@examind.io)**.**


---

# Agent Instructions: 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:

```
GET https://examind.gitbook.io/v1/get-started/standalone-use/sign-in.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
