# Customising data types

## Overview

When a [User](/reference/health-and-fitness-api/core-concepts.md#user) authenticates via Terra, you'll start receiving data like activity, sleep, and daily metrics. You can customize settings to receive only the data you need.

You can configure this via [your Terra Dashboard](https://dashboard.tryterra.co/dashboard):

1. Across all data sources
2. For selected data sources only

***

## **1.** Across all data sources

Choose the Data Types you wish to receive to your **Destination**.

1. **🏃🏽‍♀️ Activity**
2. **👷🏼 Daily**
3. **🩺 Body**
4. **💤 Sleep**
5. **🍱 Nutrition**
6. 📆 **Menstruation**

Including **Samples** will provide granular data (a list of readings at specific timestamps).

<figure><img src="/files/AKTUczt5xsFZSaTRwkVc" alt=""><figcaption><p>Without "Samples"</p></figcaption></figure>

<figure><img src="/files/POLxdScmrFWjQQENG7fg" alt=""><figcaption><p>With "Samples"</p></figcaption></figure>

## **2.** For selected data sources only

Some data sources allow you to restrict the data scopes that you want to request from your end-user.

You can configure scopes for each [Data Source](/reference/health-and-fitness-api/core-concepts.md#source-provider-integration) (integration) as follows:

1. Go to your Terra Dashboard account > Connections
2. Select the Data Source you wish to edit
3. Choose the "Edit" option
4. Click on the "Edit Permissions" tab and choose your scopes.

{% @supademo/embed url="<https://app.supademo.com/demo/clzviqwur09rmo0qpurjz6y3l>" demoId="clzviqwur09rmo0qpurjz6y3l" %}


---

# 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/customising-data-types.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.
