> For the complete documentation index, see [llms.txt](https://docs.moodly.education/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moodly.education/features/check-in/check-in-website.md).

# Check-in Website

Moodly separates Check-in's and the teacher portal into 2 websites for added security. This ensures that learners can not accidentally misuse the platform.

{% hint style="info" %}
We recommend logging out of the teacher portal (<https://portal.moodly.education>) on shared classroom devices.
{% endhint %}

{% hint style="info" %}
Both the Teacher Portal and Class Check-in Web use your class teacher email and password
{% endhint %}

The Check-in Website can be accessed by:

### Navigating to[ https://submit.moodly.education](< https://submit.moodly.education>)&#x20;

### From the Teacher Portal:

The teacher portal has a button on the side menu to load the Check-in website

<figure><img src="/files/KhlR7XIg7BdY8Ryrcao3" alt=""><figcaption></figcaption></figure>

Selecting this will open a new window and prompt you to login to the Check-in Website.

### From the Teacher Portal login screen:

If you find yourself on the Teacher Portal Login there is a Button at the bottom of the login to redirect to the Class Check-in website.&#x20;

<figure><img src="/files/RKNaJmniPIcD8KH8owDr" alt=""><figcaption></figcaption></figure>


---

# 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://docs.moodly.education/features/check-in/check-in-website.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.
