> For the complete documentation index, see [llms.txt](https://docs.thryve.health/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thryve.health/integrate-your-mobile-app.md).

# Integrate Your Mobile App

- [Setup Thryve SDK](https://docs.thryve.health/integrate-your-mobile-app/setup-thryve-sdk.md)
- [iOS](https://docs.thryve.health/integrate-your-mobile-app/setup-thryve-sdk/ios.md)
- [Android](https://docs.thryve.health/integrate-your-mobile-app/setup-thryve-sdk/android.md)
- [React Native](https://docs.thryve.health/integrate-your-mobile-app/setup-thryve-sdk/react-native.md): Thryve provides React Native SDK and modules that are using the Thryve native SDKs.
- [React Native Expo](https://docs.thryve.health/integrate-your-mobile-app/setup-thryve-sdk/react-native/react-native-expo.md)
- [Flutter](https://docs.thryve.health/integrate-your-mobile-app/setup-thryve-sdk/flutter.md): Thryve provides Flutter SDK and modules that are using the Thryve native SDKs.
- [Connect data sources](https://docs.thryve.health/integrate-your-mobile-app/connect-data-sources.md): Integration of Thryve SDK takes barely more than a few minutes to connect data sources up and running including native data sources.
- [Build your custom data source connection screen](https://docs.thryve.health/integrate-your-mobile-app/connect-data-sources/build-your-custom-data-source-connection-screen.md): You want full control over your apps user experience? No problem, the SDK provides all the tools you need to create a powerful UI for data source connections.
- [Apple Health, Health Connect & Samsung Health](https://docs.thryve.health/integrate-your-mobile-app/apple-health-health-connect-and-samsung-health.md)
- [Direct bluetooth device connection](https://docs.thryve.health/integrate-your-mobile-app/direct-bluetooth-device-connection.md)
- [Real-time heart rate data](https://docs.thryve.health/integrate-your-mobile-app/real-time-heart-rate-data.md)
- [Camera-based health data recording](https://docs.thryve.health/integrate-your-mobile-app/camera-based-health-data-recording.md): Measure health markers like blood pressure, BMI, heart rate (HR), heart rate variability (HRV), and more in just 30 seconds with a face scan using the technology of our partner Shen.ai.
- [Observability](https://docs.thryve.health/integrate-your-mobile-app/observability.md)
- [Error handling](https://docs.thryve.health/integrate-your-mobile-app/error-handling.md)


---

# 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://docs.thryve.health/integrate-your-mobile-app.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.
