> 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/account-and-settings/devices-and-sync.md).

# Devices & Sync

Wader syncs your logbook to the cloud automatically. You can use the app on multiple devices with the same account and your data will stay in sync.

## Using a second device

1. Download Wader on your second device.
2. Sign in with **the same login method** you used on your first device — the same email address, or the same social login (Google, Facebook, or Apple).
3. Wader will download your flights from the cloud automatically.

***

## Cloud sync status

Each flight card shows a sync status icon:

* **Green cloud icon** — the flight is synced to the cloud.
* **Red cloud icon** — the flight has pending changes and has not yet synced. An internet connection is required to complete the sync.

***

## Flights not appearing on a second device

If flights you've logged on one device aren't showing up on another, follow these steps:

1. Make sure **both devices are online**.
2. On the device with the **newer data**: tap the sync button (top-right of the Logbook screen) or pull down to refresh. This forces an upload to the cloud.
3. On the **other device**: tap the sync button or pull down to refresh. This forces a download from the cloud.
4. Allow a few moments for the sync to complete.
5. If flights still don't appear: **update Wader to the latest version** (App Store / Google Play). Most sync issues are resolved in recent updates.
6. If the issue persists after updating: go to **More → Database Manager → Reset Database**. This deletes local data only and forces a fresh download from the cloud.

{% hint style="warning" %}
Before resetting the database, make sure all flights show a **green sync icon**. Any flights with a red icon (unsynced) will be lost during a reset.
{% endhint %}

***

## "Downloading Flights" message keeps looping

This usually happens with a large logbook, on slower network connections, or when using an outdated version of the app.

**Step 1** — Update Wader to the latest version (App Store / Google Play), then reopen the app and wait for the download to complete.

**Step 2** — If the loop continues after updating: go to **More → Database Manager → Reset Database** to force a fresh download.

{% hint style="info" %}
This issue is most common after importing a large amount of historical data or switching to a new device for the first time.
{% endhint %}

***

## Clearing app data from your device (full reset)

If you need to completely reset Wader's local data:

1. Go to **More → Database Manager → Reset Database**.
2. Your cloud data is **not affected** — it will re-download automatically once the reset is complete.

{% hint style="warning" %}
Any flights with a **red sync icon** (unsynced local changes) will be lost when you reset the database. Export or sync them before proceeding.
{% endhint %}

<figure><img src="/files/xuwvMS53f4kmIGhImDJj" alt="Database Manager" width="200"><figcaption><p>More → Database Manager — use Reset Database to force a fresh sync</p></figcaption></figure>


---

# 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/account-and-settings/devices-and-sync.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.
