# Adding a student

Students can be manually added to your tenant from the Student List page using the New Student button in the top right corner of the page.&#x20;

<figure><img src="/files/INaEPLMS8Z7pOx5L33Cz" alt="" width="563"><figcaption></figcaption></figure>

The new student modal contains all the basic information needed to track a student in the unified training system. Be sure to fill out the account details section completely, this includes the First and last name, email, phone number, and Role.&#x20;

See [User Roles](/product-guides/user-roles.md) for more information

#### Notable Student Fields

* **Position/Division/Shift/Squad/Rank** - These dropdowns items are populated by your [lookup settings](https://app.unifiedtrainingtracking.com/admin). These fields are used to categorize students in order to filter them within various lists in the system or apply training mandates to specific groups of students.&#x20;
* **Supervisor** - Supervisor is used by the approval flow process to determine who an approval should be routed to when a student signs up for a class.&#x20;
* **is Supervisor** - This will allow the student to show up in the supervisor dropdown for other students
* **Default Approver** - There is only one default approver per tenant. This is the student that all approval flows will default to if an existing user is part of an approval flow but is deleted out of the system.
* **is Active** - This denotes whether a student is active in the system or not. Deactivating a student will remove them from the student list but their training history will remain intact.&#x20;

When a student is added to a tenant with a per-user subscription, the student will recieve an email saying that they have a new user account. Admins do not have the ability to change a student's password, they must go through the [forgot password](https://app.unifiedtrainingtracking.com/forgot-password) process to access their accounts


---

# 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://docs.unifiedtrainingtracking.com/product-guides/students/adding-a-student.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.
