> 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-additional-aircraft-to-your-fleet.md).

# Registering additional Aircraft to your Fleet

* Navigate to the Aircraft Tab
* Select "Manage Aircraft"
* Press the '+' button

<figure><img src="/files/BI76GuEqfzelqsdrggtW" alt=""><figcaption></figcaption></figure>

* Enter in the serial number of your aircraft to search for the aircraft in our database. (This can be found on a sticker on the aircraft or in your receipt documentation).

<figure><img src="/files/r0CiNxjXYHxzqhSpjwte" alt=""><figcaption></figcaption></figure>

* Note: For new aircraft, aircraft profiles include build notes so that our team can better assist you during maintenance or when problems arise. For older aircraft, their profile may or may not exist in the system yet. If it does not exist, you will be prompted to start a new profile, additional production information may be entered by IFT admin.
* Enter in additional details like a vehicle nickname and authorize which pilots are authorized to fly this aircraft.
* Save the vehicle to your fleet&#x20;

<figure><img src="/files/pScagwzJjXeAK7xkcHpY" alt=""><figcaption></figcaption></figure>

* If you have not yet [issued logins for your pilots](/inspired-documentation/products/inspired-suite/elevate/getting-started/adding-your-team.md), do so now.


---

# 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-additional-aircraft-to-your-fleet.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.
