> For the complete documentation index, see [llms.txt](https://docs.rimodellegislature.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rimodellegislature.com/accounts/registering-students/student-responsibilities.md).

# Student Responsibilities

Students must complete two steps to be considered fully-registered for the RIML program.&#x20;

1. Self-Registering for an account.
2. Signing-into app.rimodellegislature.com (Secure Access) with their RICSS-issued (@rimodellegislature.com) Google Account.

### Access Code

Students must ask their delegation advisor for an invitation code. If an advisor is unreachable, a state coordinator can also generate a code for a student.

### Self-Registration

1. Once a student has an invitation code, they should proceed to app.rimodellegislature.com. On the left, they can enter this access code.&#x20;

{% hint style="warning" %}
Do not enter any spaces before or after the code.
{% endhint %}

{% hint style="info" %}
It can take approximately five seconds for the system to validate your code. Please be patient. If a button does not appear under your code to continue, as in the video below, contact a state coordinator or your advisor.
{% endhint %}

2\. After filling out all information in the registration form, a student will receive an email like the one below.

{% embed url="<https://youtu.be/6uNjBSWODEA>" %}

{% hint style="warning" %}
Students must be very cautious to enter the notifications email properly. This is where your new login information will be sent. Ensure to not place any spaces before or after the email address.
{% endhint %}

3\. The student MUST then immediately go to app.rimodellegislature.com and sign in (use the "Google" button on the right and use the username/email and password provided in the email address).

The student will receive an email like the one below with their login credentials.

![](/files/-MPQX-msLispgH27MRNH)


---

# 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.rimodellegislature.com/accounts/registering-students/student-responsibilities.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.
