# Login access code

#### Steps to Print a Student Access Code:

1. **Navigate to the 'Manage' Section**:
   * Open the app and find the **Manage** section in the menu.
2. **Go to 'Users'**:
   * Under the **Manage** section, click on **Users**.
3. **Select 'Students'**:
   * From the Users menu, choose **Students** to view a list of all students.
4. **Grant Access**:
   * Find the student for whom you want to print the access code.
   * Click the **Grant Access** button (this should be a red button next to the student's name).
5. **Understanding the Status**:
   * **Grant Access:** This status means an access code has not yet been generated for the user

     <figure><img src="/files/ru2qz2EmsfGND9dQIzMY" alt=""><figcaption><p>Initial status</p></figcaption></figure>
   * **Pending**: This status means an access code was generated for the student but has not been used.

     <figure><img src="/files/ifoLiCVpK4apRmaqRj2Y" alt=""><figcaption><p>Pending status</p></figcaption></figure>
   * **Active**: This status means the student has successfully logged in to the web or mobile app.

     <figure><img src="/files/YQZRhFXXJ9B8KNQa4GVa" alt=""><figcaption><p>Active status</p></figcaption></figure>

By following these steps, you can easily print or manage access codes for your students. See the animation below.

<figure><img src="/files/7uUS4dLYCTzCUtL0i59K" alt=""><figcaption><p>Printing access code for an individual student </p></figcaption></figure>

{% hint style="info" %}
**Bulk Print Access Codes**:

If you would like to download all access codes for multiple students at once, you can use the download all feature. See next page
{% endhint %}


---

# 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://guides.rcahousepoints.com/admin/how-to/login-access-code.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.
