> For the complete documentation index, see [llms.txt](https://moow.gitbook.io/moow-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moow.gitbook.io/moow-whitepaper/infrastructure/heart-rate-connection/android/whoop-+-android.md).

# WHOOP + Android

### I. Install and set up Google Fit

1 Installing Google Fit ― <https://play.google.com/store/apps/details?id=com.google.android.apps.fitness>

2 Setting up Google Fit is done as follows:

2.1 Open the program and click “Continue as…”.

2.2 Enter the data: sex, date of birth, weight, and height,

2.3 and click “Next”.

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

2.4 Give permission ― “Turn on” or refuse ― “No thanks” to run the program in the background and automatically track activity. Recommended option to turn this mode on.

2.5 Press “ALLOW” to confirm your permission.<br>

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

2.6 Give permission ― “Turn on” or refuse ― “No thanks” to use your location. Selecting this option does not affect the operation of MOOW, so choose what suits you best.

2.7 Click on the preferred button if you have selected to turn on the use of the location.

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

2.9 After these steps, the main Google Fit page opens. It has information about activity duration, cardio points, steps, calories dropped, distance travelled, etc. Initially, all the data is “at zero”, but it will be updated as soon as the tracker is connected.

### **II. Connecting WHOOP to Health Connect**

Starting with [Android 14](https://www.androidpolice.com/android-14/), Google could [make Health Connect a part of the OS](https://www.androidpolice.com/health-connect-built-right-into-android-14/).

1. Download **Health Connect** from the Play Store on your Android phone.
2. Open **Health Connect**.
3. Tap **Get Started.**
4. Select **App permissions**.
5. Select **Samsung Health** from the list of apps.
6. Enable **Allow all** or manually select the health data you want to sync.

**Download:** [**Health Connect (Beta)**](https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata)

To enable Health Connect app access, follow these steps:

1. Update your WHOOP app to the latest version
2. Open the WHOOP app and click the **More** icon in the bottom-right corner
3. Scroll down and tap **Integrations**
4. Tap **Health Connect**\
   ![](/files/czkST6i0YPgMCqT2bJfr)
5. Tap **Set Up**
6. Tap **Allow All** or select which categories you'd like to share between WHOOP and Health Connect\
   ![](/files/a1PrEgqvc0DKYCVbIhub)
7. Tap **Allow**

**Note**: members are also able to connect to Health Connect when first setting up the WHOOP app during **onboarding**.&#x20;

\
**Source**: <https://support.whoop.com/s/article/Google-Health-Integration-For-Android>&#x20;


---

# 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://moow.gitbook.io/moow-whitepaper/infrastructure/heart-rate-connection/android/whoop-+-android.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.
