# Setting up data sources

## **Setting up your Data Sources**

* Head to [your Terra Dashboard > Connections page](https://dashboard.tryterra.co/dashboard/connections).
* Click on "Add New", and select from 150+ integrations (wearables, devices..).
* Make sure to **toggle on** <img src="/files/RffUNQuavp1q4zQrrcAH" alt="" data-size="line"> these integration in order to activate them.

## List of Data Sources

{% hint style="success" %}

### Terra API's supported Data Sources

The Health & Fitness API supports over **150+** **Data Sources**. These are:

1. ⌚ **Wearables & Connected Devices** (Oura, Fitbit, Garmin, Withings...)
2. **🍎 Nutrition and Menstruation trackers** (MyFitnessPal, MacrosFirst...)
3. 🩺 **Medical** **devices** (Omron, Tenovi...)

For a **full list**, view the **integrations table** in the [Reference page](https://docs.tryterra.co/reference/health-and-fitness-api/supported-integrations).
{% endhint %}

{% hint style="info" %}
**Data Sources requiring special processes**

Some providers require special processes before being able to start using them:

<img src="/files/9G6mYnNKK9173Ci0Iult" alt="" data-size="line"> [**WHOOP**](/health-and-fitness-api/whoop.md)

<img src="/files/9s6A5N4sz0uKLzdGLkck" alt="" data-size="line"> [**Dexcom**](/health-and-fitness-api/dexcom.md)

<img src="/files/zbvmpV6xCe6BjfMFpcny" alt="" data-size="line"> [**Huawei**](/health-and-fitness-api/integration-setup/dedicated-data-source-api-keys.md#huawei)

[<img src="https://api.tryterra.co/v2/static/assets/img/app_icons/strava.webp" alt="" data-size="line">](/health-and-fitness-api/integration-setup/dedicated-data-source-api-keys.md) [**Strava**](/health-and-fitness-api/integration-setup/dedicated-data-source-api-keys.md#strava)

<img src="/files/NtpE3uXlSchfDgih0cuM" alt="" data-size="line"> [**Virtuagym**](/health-and-fitness-api/integration-setup/dedicated-data-source-api-keys.md#virtuagym)
{% endhint %}

{% hint style="danger" %}

## Important Note

The Health & Fitness API **CANNOT** be used to connect to the following integrations by itself:

<img src="/files/HWBv7PWMxBEc0WMNdWrW" alt="" data-size="line"> **Apple Health**

<img src="/files/qO7xuPhRY1YEKm096Aq2" alt="" data-size="line"> **Samsung Health**

<img src="/files/zhkGsxfmF1M2jUWRUXRA" alt="" data-size="line"> **Health Connect**

***

These integrations are **mobile-based integrations.** This means that:

* They require a **mobile app** with a **Mobile SDK integration** on the user's device to fetch the data.
* They not offer any sort of web API or web-based data retrieval.

To connect to **Apple Health, Google Health,** **Samsung Health,** please refer to [the Terra **Mobile SDK**](/health-and-fitness-api/mobile-only-sources.md)

To connect any other **data source (e.g. Oura, Fitbit, Garmin),** please use Terra's **Web** **API** from your backend.
{% endhint %}

Some of the supported Data Sources are developed on agreements subject to be updated by them. Their APIs can be modified without notifying Terra or 3rd parties, which could cause disruption in the service beyond our control. Those integrations are any of the ones with **"Integration Credentials"** marked as **N/A** in the [Supported Integrations table in the API Reference](https://docs.tryterra.co/reference/health-and-fitness-api/supported-integrations).


---

# 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.tryterra.co/health-and-fitness-api/integration-setup/setting-up-data-sources.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.
