> For the complete documentation index, see [llms.txt](https://docs.inspiredflight.com/inspired-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/getting-started/registering-your-first-aircraft.md).

# Registering Your First Aircraft

{% hint style="warning" %}
This procedure is intended for your organization's Fleet Manager.
{% endhint %}

To fully utilize the Inspired Suite of software products, every aircraft must first be registered in our system. This registration process ensures that only authorized individuals can access sensitive data related to the aircraft. Follow these steps to complete the registration:

1. **Access the Organization Registration Page**
   * If you are registering your first aircraft, you must submit information to verify your identity. This helps us ensure that the correct individual or organization is linked to the correct drone.
   * Go to the [registration page](https://app.inspired.flights/register).
   * You'll be asked to provide basic personal and organizational information such as:
     * Full Name
     * Company
     * Contact Details (Email, Phone Number)
     * Address
     * etc.
   * Upon submission, instructions on how to create your username and password will be emailed to you.
2. **Provide Aircraft Details**
   * Once your credentials have been verified, you will be prompted to register your aircraft's serial number. This will link your aircraft to your account.
   * To add additional aircraft follow the instructions [here](/inspired-documentation/products/inspired-suite/elevate/getting-started/registering-additional-aircraft-to-your-fleet.md).&#x20;
3. **Complete Setup**
   * Once linked, you will be able to [issue logins to team members](/inspired-documentation/products/inspired-suite/elevate/getting-started/granting-aircraft-access-to-your-pilots.md) within Elevate.
   * Don't forget to grant your pilots the proper permissions by [authorizing them to fly](/inspired-documentation/products/inspired-suite/elevate/how-to/authorizing-pilots-to-fly-an-aircraft.md).&#x20;


---

# 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.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/getting-started/registering-your-first-aircraft.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.
