# Getting started

- [Introduction](https://docs.thryve.health/getting-started/introduction.md): Welcome to Thryve! We help you to access data from 500+ wearable devices and health apps through one integration.
- [Get your API Keys](https://docs.thryve.health/getting-started/get-your-api-keys.md): This guide walks you through creating your Thryve account and obtaining the credentials necessary to integrate with our API and SDKs.
- [Use the Thryve Dashboard](https://docs.thryve.health/getting-started/use-the-thryve-dashboard.md)
- [Dashboard Roles](https://docs.thryve.health/getting-started/use-the-thryve-dashboard/dashboard-roles.md)
- [Thryve SDK 4.x to 5.x migration](https://docs.thryve.health/getting-started/thryve-sdk-4.x-to-5.x-migration.md): This page covers migrations from previous to latest versions.


---

# Agent Instructions: 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:

```
GET https://docs.thryve.health/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
