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

# Your Logbook

The **Logbook screen** is the heart of Wader. It shows every flight you've logged as a list of cards, ordered from most recent to oldest. This is your starting point for reviewing, editing, and managing your flight records.

<figure><img src="/files/nD6gKwy4yZJk4RzYNgVR" alt="Logbook flight list" width="200"><figcaption><p>The Logbook screen shows all your flights in reverse chronological order</p></figcaption></figure>

***

## What's on a Flight Card

Each card in the list gives you a quick summary of that flight at a glance:

| Element               | Description                                              |
| --------------------- | -------------------------------------------------------- |
| **Flight number**     | The flight number or identifier for that leg             |
| **Tail number**       | The aircraft registration used on that flight            |
| **Departure airport** | ICAO/IATA code and block-off time                        |
| **Arrival airport**   | ICAO/IATA code and block-in time                         |
| **Aircraft model**    | Type designation (e.g., B738, A320)                      |
| **Block time**        | Total block-to-block duration                            |
| **Sync status icon**  | Indicates whether the flight has been saved to the cloud |

***

## Flight Status Colors

The color of a flight card tells you whether that flight is complete and counting toward your totals.

| Color                                             | Meaning                                                                                                                                                                           |
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Green (for Flight) and Purple (for Simulator)** | The log is complete — all required fields are filled. It is included in your totals and will be included in exports.                                                              |
| **Gray**                                          | The log is **incomplete** — one or more required fields are missing. It does **not** count toward your totals and will **not** appear in exported logbooks until it is completed. |

{% hint style="warning" %}
Incomplete logs (gray cards) are excluded from all calculations and exports. Tap on a gray log to open it and fill in the missing fields.
{% endhint %}

To see exactly which fields are required for a flight to be considered complete, refer to:

{% content-ref url="/pages/CWjLdC6Jp1PDPWang8Tf" %}
[Flight Validation](/reference/flight-validation.md)
{% endcontent-ref %}

***

## Cloud Sync Status Icon

Each log card displays a small cloud icon in the corner showing its sync status:

* **Green cloud icon** — the log has been successfully synced to the cloud
* **Red cloud icon** — the log is pending sync (usually because the device was offline when the flight was saved)

Logs with a pending sync will be uploaded automatically as soon as an internet connection is available.

***

## Top Bar Actions

The top bar of the Logbook screen has three controls:

| Icon                             | Action                                       |
| -------------------------------- | -------------------------------------------- |
| **Magnifying glass**             | Open the search bar to find specific logs    |
| **Filter icon**                  | Open filter options to narrow the log list   |
| **Sync button** (circular arrow) | Trigger a manual sync of your entire logbook |

***

## Related Topics

Learn more about specific logbook features:

{% content-ref url="/pages/SiG9t38ApGX3O6Wrrftf" %}
[Swipe Actions](/quick-start/logbook/swipe-actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/Y4w3RmW8IoLT1BrGLXo1" %}
[Searching & Filtering](/quick-start/logbook/searching-and-filtering.md)
{% endcontent-ref %}

{% content-ref url="/pages/Fj57d83UjfuiRvcHaZQI" %}
[Syncing Your Logbook](/quick-start/logbook/syncing-your-logbook.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/logbook.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.
