> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/data-api-sdk/mobile-sdk-setup-permissions-and-crashes/google-fit-vs-health-connect-connection-types.md).

# Google Fit vs Health Connect SDK connection types?

The two [connection types](https://docs.tryterra.co/health-and-fitness-api/mobile-only-sources) differ in what they read:

* **`Connections.HEALTH_CONNECT`** retrieves all data in Health Connect, regardless of which app wrote it.
* **`Connections.GOOGLEFIT`** retrieves only the data Google Fit itself synced into Health Connect.

Both trigger the Health Connect permission screen. Use `HEALTH_CONNECT` if you want the full dataset from every contributing app.
