> 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.md).

# Registering Students

Only Advisors can register their students. Accordingly, Advisors must first be registered:

{% content-ref url="/pages/-MOTMofATJw-jPnHUbOb" %}
[Registering Delegations & Advisors](/accounts/registering-delegations-and-advisors.md)
{% endcontent-ref %}

Once a Delegation has been created, its Advisor can register their students.

## Adding Students

Adding students is a two-phase process. Advisors complete phase 1 (creating access codes). Students complete phase 2 (self-registering and signing-in to Secure Access for the first time).

For student responsibilities during the registration process, see the link below:

{% content-ref url="/pages/4oaGqqxRRDH2ESCdWwH5" %}
[Student Responsibilities](/accounts/registering-students/student-responsibilities.md)
{% endcontent-ref %}

{% hint style="info" %}
Both state coordinators and advisors can generate invitation codes for delegations.
{% endhint %}

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

To add new students, follow the steps below.

1. Navigate to the [RIML Access Center](https://app.rimodellegislature.com).
2. In the left-hand menu, select "Delegation"
3. All active invitation tokens/codes will display in the table. **These tokens can be used unlimited times (by more than one student) until they expire.**
4. Generate a new code if none appear or if you would like a specific token for a specific use-case. Please see the video above for additional clarity.
5. Give the code to your student(s).

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.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.
