> 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/polar-+-android.md).

# Polar + 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 POLAR BEAT WITH GOOGLE FIT

Applies to: [Polar Beat](https://support.polar.com/en/beat)

You can connect Polar Beat for Android with Google Fit. Google Fit is an open platform that lets you control your fitness data from multiple apps and devices. You can view Google Fit training data at [HTTP://GOOGLE.COM/FIT](http://google.com/fit) or use Google Fit mobile app from the Google Play Store.

1.
2. Install or update the Polar Beat app from the Google Play Store.
3. Sign in to Polar Beat with your Polar account or create one.

   <figure><img src="/files/q0itY52eVVkOr4L2gtjG" alt=""><figcaption></figcaption></figure>
4. Open the menu in the top left corner, go to **Settings** and toggle Google Fit on.<br>

   <figure><img src="/files/aKzADHJQ28Ik3Y3Y1P76" alt=""><figcaption></figcaption></figure>
5. Give Polar Beat permission to transfer data to Google Fit.

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

From now on your training data will also sync with Google Fit. Note that previous data will not be synced.

You can disconnect at any time in Polar Beat **Settings**:\
![](/files/DwmB9l8nw1W5KmoT9ZRg)

**Source**: <https://support.polar.com/en/support/connecting_polar_beat_to_google_fit>


---

# 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/polar-+-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.
