> 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/thryve-product-overview.md).

# Thryve Product Overview

- [Connect](https://docs.thryve.health/thryve-product-overview/connect.md): With health data the end-user and patients are in the driver seat! We make it a breeze to get your end-users'  authorization within your web or mobile app so that you can access all the data you need.
- [Access](https://docs.thryve.health/thryve-product-overview/access.md): We will make sure the latest health and activity data is available for your end-users at all times. And here's how you can access it!
- [Data Model](https://docs.thryve.health/thryve-product-overview/access/data-model.md): Your user's data is flowing in, and you want to build something awesome? Great! But first, you need to understand how we organize this data - picking the right approach will save you headaches later.
- [Data Types (Biomarker)](https://docs.thryve.health/thryve-product-overview/access/data-types-biomarker.md): We've got 250+ data types covering everything from basic steps to advanced cardiac analysis. Here's your complete guide to building amazing health experiences.
- [Data Type Structure](https://docs.thryve.health/thryve-product-overview/access/data-types-biomarker/data-type-structure.md)
- [Activity Types](https://docs.thryve.health/thryve-product-overview/access/data-types-biomarker/activity-types.md)
- [Data Availability](https://docs.thryve.health/thryve-product-overview/access/data-availability.md): Your user has connected their data source and now? Simple: We'll get all data you need asap and all data updates in near-time. However, there are some limiting factors you need to be aware of.
- [Understand](https://docs.thryve.health/thryve-product-overview/understand.md): Accessing data is just the start. True value lies in effectively analyzing and interpreting it to create exceptional experiences.
- [Data annotations](https://docs.thryve.health/thryve-product-overview/understand/data-annotations.md): Context matters. How was data recorded? What sensor captured it? In which timezone? Was it manually entered or automatically detected? We provide all annotations so you can make informed decisions
- [Control](https://docs.thryve.health/thryve-product-overview/control.md): Health data is sensitive, health data requires care. Therefore we have built the tools so that you are in full control over what kinds of data is stored and processed.


---

# 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/thryve-product-overview.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.
