> 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/setup-thryve-sdk.md).

# Setup Thryve SDK

Thryve SDK enables effortless mobile app integration on iOS, Android, React Native, and Flutter developer platforms. Paired with the Thryve Connection Widget, it facilitates the quick connection to all data sources, including Apple Health, Health Connect, and Samsung Health, within just a few lines of code, enabling full integration of Thryve in minutes.

Developers can integrate the Thryve SDK into their projects using:

* **Remote Dependency Management:** Simplifies version control and maintenance by automatically updating to the latest SDK version from a remote repository.
* **Manual Framework Addition**: Framework files can be added directly to the project.

Whether using automated updates or manual integration, Thryve SDK provides flexibility and ease of use to enhance mobile app capabilities.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Setup Thryve SDK for iOS developers</td><td><a href="/pages/hnewAJjjtf5jP9Ks2p3L">/pages/hnewAJjjtf5jP9Ks2p3L</a></td><td><a href="/files/frekpfdVtnfDPgbLmATu">/files/frekpfdVtnfDPgbLmATu</a></td></tr><tr><td>Setup Thryve SDK for Android developers</td><td><a href="/pages/gd15Xn3eNpfQhy8TrHU5">/pages/gd15Xn3eNpfQhy8TrHU5</a></td><td><a href="/files/rAB9afaNRUiSSbAIyRJs">/files/rAB9afaNRUiSSbAIyRJs</a></td></tr><tr><td>Setup Thryve SDK for React Native developers</td><td><a href="/pages/xOThFe3wAvaZ3HG8hrNh">/pages/xOThFe3wAvaZ3HG8hrNh</a></td><td><a href="/files/befm1y9BzQltHMWrd650">/files/befm1y9BzQltHMWrd650</a></td></tr><tr><td>Setup Thryve SDK for Flutter developers</td><td><a href="/pages/W1fUrSLPe87hrvElTDDu">/pages/W1fUrSLPe87hrvElTDDu</a></td><td><a href="/files/eCjesxd6uIBFIWvCb4ia">/files/eCjesxd6uIBFIWvCb4ia</a></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://docs.thryve.health/integrate-your-mobile-app/setup-thryve-sdk.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.
