> For the complete documentation index, see [llms.txt](https://support.waderaviation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.waderaviation.com/quick-start/dashboard.md).

# Dashboard

The Dashboard gives you a high-level view of your logged experience. Access it from **More → Dashboard**. It has five tabs.

***

## Totals Tab

Shows aggregated flight time statistics broken down across all standard logbook categories:

* Total time, PIC time, SIC time, night time, IFR time, cross-country time, and more

{% hint style="info" %}
Statistics only include **complete flights**. Gray flights with missing required fields are excluded. Pull down to refresh if your totals appear outdated.
{% endhint %}

<figure><img src="/files/h8EzBBNndYanTNli2EQi" alt="Dashboard Totals tab" width="200"><figcaption><p>The Totals tab — aggregated flight hours across all logbook categories</p></figcaption></figure>

***

## Fleet Tab

Shows a breakdown of your logged experience by aircraft type, listing each type you have flown alongside your total hours on it.

{% hint style="info" %}
If a deleted aircraft still appears in the Fleet tab, pull down to refresh on the **Totals tab** to clear the cache.
{% endhint %}

<figure><img src="/files/HvE8l8Ku8VOTI5NH8cfU" alt="Dashboard Fleet tab" width="200"><figcaption><p>The Fleet tab — hours broken down by aircraft type</p></figcaption></figure>

***

## Map Tab

Shows a world map with your flown routes plotted as arcs between airports, giving you a visual overview of your routing history.

<figure><img src="/files/NlaBGqH422u3UcqYEAFB" alt="Dashboard Map tab" width="200"><figcaption><p>The Map tab — your flown routes plotted on a world map</p></figcaption></figure>

***

## Wallet Tab

Stores and tracks your pilot certifications, medical certificates, ratings, and travel documents — with expiry date monitoring so you always know what needs renewing.

{% content-ref url="/pages/gxs2kRYuKpQcuhhzZFPf" %}
[Wallet](/quick-start/dashboard/wallet.md)
{% endcontent-ref %}

***

## Related Topics

{% content-ref url="/pages/k2vAguru60SingRM9XoW" %}
[EXPORT DATA](/export-logbook.md)
{% endcontent-ref %}

{% content-ref url="/pages/0zR3En6EkWRfvxF5jd9F" %}
[Understanding Your Totals](/reference/totals.md)
{% endcontent-ref %}


---

# 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://support.waderaviation.com/quick-start/dashboard.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.
