# Create Students

## Create a student

Most accounts will either allow students to self-register, or they will import student rosters on a class-by-class basis. However, there may be times when you want to create a new student account manually.

![Enter student information](/files/-MDzK3MsH4xrMFISRuH5)

### 1. :link: Click Create

Click the **Create** link in the Students section to create a new student account.

### 2. :card\_box: Enter required information

Fill in the student's personal and contact information in the first and second columns. In the third column, create a username for the student to use when they log in to their account. If you want SIMnet to generate a secure password for the student account, click the **Generate** button. The password will be included in the registration email sent to the student. If you want to enter in your own password, click the **Create** button and enter the password in the boxes that appear. If you do not include a registration code, the student will be prompted to enter one the first time they log in to the student portal.

### 3. :floppy\_disk: Save the student record

Click the **Next** button to save the student record and add any class assignments.

## ADA (Americans with Disabilities Act) Multiplier

The ADA Multiplier allows the instructor to assign more time to complete an exam for a particular student. The default setting for all students is 1, which represents the base time that the instructor has assigned to the exam.

If the ADA Multiplier is set to 1.5, then a 60 minute base time exam would be increased to 90 minutes for that student automatically. Therefore, ADA Multiplier setting of 2 will be 2x the base time assign to the exam.

To modify the ADA Multiplier setting, navigate to the Student section and select **Edit/Assign** from the Actions Menu for the student that you would like to apply the ADA Multiplier. Click **Edit** at the bottom of the Student Details section and enter the desired rate in the ADA Multiplier: box.

![Modify the ADA Multiplier](/files/-MDznR2f1GzY25nrcwGT)


---

# 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://help.simnetonline.com/manager/users/students/create.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.
