> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/getting-started/organization-onboarding/student-onboarding.md).

# Student Onboarding

Congratulations! Your organization has entrusted Zephyr with your training needs. Below are some resources that will serve to onboard you with the Learning Management System and how to download and install the simulator.

## QuickStart

Below is our video series about the LMS and Little Arms Launcher

* [How To: Installing and Running the Launcher Patcher and Zephyr Drone Simulator](https://youtu.be/hbDNAxIS5HE)
* [How To: Student LMS Walkthrough](https://youtu.be/f6n1kDLw9Wg)

## Invitation

You will receive an invitation via email from your organization. Click the "Create Account" button in the email and complete your registration.&#x20;

{% hint style="info" %}
If you already have a Zephyr account, you will still receive the invitation email.
{% endhint %}

Once you have created your account, sign in at [zephyr-sim.com](https://zephyr-sim.com/).

At the top of your dashboard you should see a blue banner with the invitation details and an "Accept" button. Click the "Accept" button. You should then be presented with a window that will let you select your new Student role.

{% hint style="info" %}
If you are not automatically shown the Select Role window, you can click "Change Role" under your portrait on the lefthand side of the dashboard or click the "Multi-User" icon in the top navbar.
{% endhint %}

## Student Dashboard

On the student dashboard you will see:

* Course Details
* Most Recent Flight
* Assignments

For Assignments, please visit the [Assignments](/learning-management-system/assignments.md#student-view-and-workflow) page


---

# 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:

```
GET https://wiki.zephyr-sim.com/getting-started/organization-onboarding/student-onboarding.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.
