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

# Connect my wearable

**DEFIT** App is currently **compatible with most popular fitness tracking devices** to sync and upload your workouts. In this section we will walk you through the process for each one of them:

<table><thead><tr><th width="193">Tracking device</th><th width="261">Required equipment</th><th>Game mode eligibility</th></tr></thead><tbody><tr><td><a href="/pages/77bW1akhdxtqjCC9AU89"><strong>Garmin</strong></a></td><td>Smartwatch, Bike Computer</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><img src="/files/jJAp8Dkim6z2yCekHbhA" alt="" data-size="line"><img src="/files/seN57cpI5MQSy8d3f7i6" alt="" data-size="line"><br></td></tr><tr><td><a href="/pages/MAh1Q7bfWXb8r4wspQ5m"><strong>Suunto</strong></a></td><td>Smartwatch</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><img src="/files/jJAp8Dkim6z2yCekHbhA" alt="" data-size="line"><img src="/files/seN57cpI5MQSy8d3f7i6" alt="" data-size="line"><br></td></tr><tr><td><a href="/pages/1PPnRVr4JPOBqg7BviqC"><strong>Polar</strong></a></td><td>Smartwatch</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><img src="/files/jJAp8Dkim6z2yCekHbhA" alt="" data-size="line"><img src="/files/seN57cpI5MQSy8d3f7i6" alt="" data-size="line"><br></td></tr><tr><td><a href="/pages/EXxDDBFUnh1pQpK6ERKx"><strong>Wahoo Fitness</strong></a></td><td>Smartwatch, Bike Computer, Smart Home Trainer</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><img src="/files/jJAp8Dkim6z2yCekHbhA" alt="" data-size="line"><img src="/files/seN57cpI5MQSy8d3f7i6" alt="" data-size="line"><br></td></tr><tr><td><a href="/pages/QzI7QyomrwCNznk1dxAZ"><strong>Zwift</strong></a></td><td>Smart Home trainer</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><img src="/files/jJAp8Dkim6z2yCekHbhA" alt="" data-size="line"><img src="/files/seN57cpI5MQSy8d3f7i6" alt="" data-size="line"><br></td></tr><tr><td><a href="/pages/7Zxu8YlcH66xheDFfUGd"><strong>Apple Watch</strong></a></td><td>Smartwatch</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><img src="/files/jJAp8Dkim6z2yCekHbhA" alt="" data-size="line"><img src="/files/seN57cpI5MQSy8d3f7i6" alt="" data-size="line"><br></td></tr><tr><td><a href="/pages/c7Oyg215XuoLiqAYp1Lz"><strong>Samsung Gear</strong></a></td><td>Smartwatch</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><img src="/files/jJAp8Dkim6z2yCekHbhA" alt="" data-size="line"><img src="/files/seN57cpI5MQSy8d3f7i6" alt="" data-size="line"><br></td></tr><tr><td><a href="/pages/oXJvZzLUm2o13IUMxOAs"><strong>Withings</strong></a></td><td>Smartwatch</td><td><br><img src="/files/CrCMv3Y0UV00qVxmseRa" alt="" data-size="line"><br></td></tr></tbody></table>


---

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