> 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/viewing-your-team.md).

# Viewing Your Team

From the aircraft page, click My Team in the left navigation bar.

<div><figure><img src="/files/4Pz01GKyIRMSnT01f1O2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/aQZPgo87AElzfSlnHItw" alt=""><figcaption></figcaption></figure></div>

This is where you can view your team members that are pilots, the total amount, and their given roles.

Click on any team member from that page, and you'll be brought to their pilot profile. Here, you can view their 107 license, edit their profile as a Fleet Manager, view the aircraft they're authorized to fly, and view their note history (if they've left notes, or completed preflight checklists).

<div><figure><img src="/files/0X3UEQlNj3jU2UrCm4kt" alt="" width="563"><figcaption><p>Viewing someone else as a Fleet Manager</p></figcaption></figure> <figure><img src="/files/R2ZEWzaooQAWiabaclep" alt="" width="563"><figcaption><p>Viewing someone else as a Pilot</p></figcaption></figure></div>

If you click your own name, you'll be brought to your pilot profile.

<figure><img src="/files/be4F3ULjIWqwqsfzniNU" alt="" width="563"><figcaption><p>Viewing yourself as a Pilot</p></figcaption></figure>

{% hint style="warning" %}
Editing a team member requires Fleet Manager permissions.
{% endhint %}

To edit someone else as Fleet Manager, click 'edit profile' in the top right corner. In this popup, you can edit their name, email, phone number, role, and what vehicles they're authorized to fly.

<div><figure><img src="/files/6Ik9gGh3Afhm4wVq4tjy" alt=""><figcaption><p>In this example, we're editing the example pilots phone number.</p></figcaption></figure> <figure><img src="/files/PDVy3MiZcALBopakP8o3" alt=""><figcaption><p>Here, you can see the phone number has been changed.</p></figcaption></figure></div>


---

# 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/viewing-your-team.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.
