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

# Syncing Your Logbook

Wader automatically backs up your flights to the cloud so your logbook is safe and consistent across all your devices — your phone, tablet, or any other device you sign into.

***

## How Automatic Sync Works

Every time you **save or edit a flight**, Wader attempts to sync that change to the cloud immediately. No manual action is required.

If your device is **offline** at the time of saving, the flight is stored locally and will sync automatically the next time an internet connection is available.

***

## Sync Status Icons

Every flight card in the Logbook displays a small cloud icon showing whether that flight has been synced:

| Icon                 | Meaning                                                              |
| -------------------- | -------------------------------------------------------------------- |
| **Green cloud icon** | Flight synced successfully to the cloud                              |
| **Red  cloud icon**  | Sync pending — the flight will upload when a connection is available |

{% hint style="info" %}
A pending sync icon does not mean anything is wrong. It simply means the device was offline when the flight was last saved or edited. Sync will happen automatically once you're back online.
{% endhint %}

***

## Forcing a Manual Sync

If you want to trigger a sync immediately rather than waiting for Wader to do it automatically, you have two options:

### Option 1 — Sync Button

Tap the **sync button** (the circular arrow icon) in the top-right corner of the Logbook screen. This triggers a full sync of your entire logbook.

### Option 2 — Pull to Refresh

**Pull down** on the flight list with your finger and release. This performs the same full sync as tapping the sync button. Use whichever feels more natural.

***

## First-Time Sync on a New Device

If you reinstall Wader or sign in on a new device, Wader needs to download your complete logbook from the cloud. Depending on the size of your logbook, this initial sync may take a little while.

A **progress message** will appear on screen while the download is in progress. You can start browsing the app, but your full flight history may not appear until the sync is complete.

{% hint style="success" %}
Your data is always safe in the cloud. Even if you switch devices or reinstall the app, every flight you've ever logged will be restored once the sync completes.
{% endhint %}

***

## Tips

**Tip:** If flights on a secondary device appear out of date or are missing recent entries, tap the **sync button** or **pull to refresh** in the Logbook screen to force an update. This is the fastest way to pull in changes made on another device.

**Tip:** If you frequently fly in areas with poor connectivity, make sure you sync before going offline so that any edits from other devices are pulled in before you lose your connection.


---

# 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:

```
GET https://support.waderaviation.com/quick-start/logbook/syncing-your-logbook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
