> For the complete documentation index, see [llms.txt](https://whitepaper.runwago.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.runwago.com/about-the-app/how-to-track-a-run/apple-watch.md).

# Apple Watch

## How to track your run with Apple Watch?&#x20;

<figure><img src="/files/fTTzdoXqUuSDV0inBDdk" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**User Flow for runs tracked by Apple Watch**

1. User downloads the App to their mobile phone, sets up an account
2. The user also downloads the Runwago App to their Apple Watch.
3. The user starts tracking the run with the Apple Watch and then finishes it.

IMPORTANT: Do not activate the run tracking on your Mobile Phone or Garmin device at the same time for the same run!&#x20;

4. The run is sent to the app’s backend for anti-cheat validation (this process may take up to 15 minutes)
5. After validation, the run is marked as either Successful or Failed.

**IMPORTANT: Every individual run must be tracked by only ONE device at the time (Garmin, OR Runwago phone App, OR a Smart Watch). Never track the same run with multiple devices connected to the same account!**&#x20;
{% endhint %}

<figure><img src="/files/X9w6wq0G2AAeNgoCR0hG" alt=""><figcaption><p><strong>IMPORTANT: Every individual run must be tracked by only ONE device at the time</strong></p></figcaption></figure>

## Online Mode Only, Offline Mode coming soon!&#x20;

{% hint style="warning" %}
**At the moment, the Runwago App on Apple Watch supports only Online mode. Offline support will be added in the coming weeks!**
{% endhint %}

## **Runwago App is LIVE! Download NOW!**&#x20;

{% hint style="success" %}
**App Store is LIVE!**  [**DOWNLOAD HERE (App Store)**](https://apps.apple.com/cz/app/runwago/id6741070834)\
\
**Google Play is LIVE!** [**DOWNLOAD HERE (Google Play)**](https://play.google.com/store/apps/details?id=com.runwago.app\&hl=en)&#x20;
{% endhint %}

<figure><img src="/files/pzcAymxdCKExePUxAODN" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://whitepaper.runwago.com/about-the-app/how-to-track-a-run/apple-watch.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.
