> For the complete documentation index, see [llms.txt](https://whitepaper.defit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.defit.com/how-to/record-my-fitness-activities/connect-my-wearable/apple-watch.md).

# Apple Watch

<figure><img src="/files/5q4V040SyMFbO87ZpyoK" alt=""><figcaption><p>Apple watch x DEFIT, a healthy leap ahead</p></figcaption></figure>

### Apple Watch [website](https://www.apple.com/watch/)

1. Open the left panel menu and click **Wearables** within DEFIT Mobile application. \
   **Select HealthKit.** Tap on **“Sync Device”** button
2. HealthKit Setting page is opened. Tap on **“Turn on all”** then on “Allow”
3. You are now **successfully** **synced with HealthKit**
4. Next time you complete an Apple Watch activity (ans it’s available in HealthKit app), you have to **open DEFIT app on the home page to upload it**. If it doesn’t appear within 2-3 minutes, you can use “Fetch last activities” button.

<figure><img src="/files/r8eWByYQal4zGuBjoXZX" alt=""><figcaption><p>Sync your Apple watch with DEFIT Mobile application</p></figcaption></figure>

{% hint style="info" %}
DEFIT does not retrieve past activities completed prior “Sync Device” operation. Do not “Unsync” in an attempt to try again for a past activity.
{% endhint %}


---

# 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.defit.com/how-to/record-my-fitness-activities/connect-my-wearable/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.
