> 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/how-to.md).

# How-to

- [Adding Notes](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/adding-notes.md): This process may be better in the app - download PilotGo in the Apple App Store or Google Play Store. Your login information is the same across all of Inspired Suite - Elevate, IGC, and PilotGo!
- [Authorizing Pilots to Fly an Aircraft](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/authorizing-pilots-to-fly-an-aircraft.md)
- [Editing Aircraft](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/editing-aircraft.md)
- [Editing Fleets](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/editing-fleets.md): You can have multiple fleets within your organization. This may be useful if you have multiple teams, or want to separate sets of aircraft for any reason. If you only have 1-5 sUAS, ignore this page.
- [Managing Roles](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/managing-roles.md): Here you can customize what your team members are able to do. If you are happy with the default 'Fleet Manager' and 'Pilot' roles, you may ignore this page.
- [Roles and Permissions Definitions](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/managing-roles/roles-and-permissions-definitions.md): This page contains the definitions of Elevate Roles and the permissions associated with those roles. These can be customized to fit your organization's needs by editing or creating new roles.
- [Updating your Phone Number or Password](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/updating-your-phone-number-or-password.md): This action may be done on either PilotGo or Elevate by navigating to profile tab > edit my profile
- [Upload & View 107 License](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/upload-and-view-107-license.md): You may view your 107 license on the go in either PilotGo or Elevate, but can only upload in Elevate. This helps you and your fleet manager keep track of 107 license expirations.
- [Using Preflight Checklists](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/using-preflight-checklists.md): This process may be better in the app - download PilotGo in the Apple App Store or Google Play Store. Your login information is the same across all of Inspired Suite - Elevate, IGC, and PilotGo!
- [Viewing Aircraft](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/viewing-aircraft.md)
- [Viewing Your Team](https://docs.inspiredflight.com/inspired-documentation/products/inspired-suite/elevate/how-to/viewing-your-team.md)


---

# 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/how-to.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.
