> 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/granting-aircraft-access-to-your-pilots.md).

# Granting Aircraft Access To Your Pilots

{% hint style="warning" %}
These actions require Fleet Manager permissions.
{% endhint %}

From the Elevate home page, click on the 'Settings' tab at the bottom of the left navigation bar.

<div><figure><img src="/files/Po90lEO09GmYRH1hfS8X" alt="" width="563"><figcaption><p>Click 'Settings' in the left hand navigation menu.</p></figcaption></figure> <figure><img src="/files/wI9Cdg9xCANfBsrKrUb2" alt="" width="563"><figcaption><p>Then select 'Manage Team Members'</p></figcaption></figure></div>

From the Settings page, click on 'Manage Team Members'. This is where you can see all your team members, issue logins, reset passwords, add new team members, and edit their info.

<div><figure><img src="/files/KJqnRwSG5OqjE4LfOS2i" alt="" width="563"><figcaption><p>Select the team member you'd like to give access to</p></figcaption></figure> <figure><img src="/files/ipHg1EjHCUGGtwZhsETx" alt="" width="563"><figcaption><p>Click 'Issue Login'</p></figcaption></figure></div>

Find the team member you want to grant access to, and look for the blue button that says 'Issue Login' in their row. Click this, and an email will be sent to them with a temporary password. A bar in the bottom of the screen will popup saying 'New user login has been issued.', and when you refresh the page the blue button will now say 'Reset Password'.

<figure><img src="/files/nGGkXNyt6N2EXfS2gnn2" alt="" width="563"><figcaption><p>The user will receive an email with login instructions. If they did not receive it, too much time has passed, or they have forgotten their login, you may reissue their login by selecting 'Reset Password'. </p></figcaption></figure>

{% hint style="success" %}
If a pilot is unable to fly, check their role is set to pilot and that they are authorized to fly the aircraft. (These can be accessed via Settings > Manage Team Members > scroll right and select "edit" on the team member's row)
{% endhint %}


---

# 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/granting-aircraft-access-to-your-pilots.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.
