# Control

### Enabled data sources

Configure the data sources you want your users to connect to.&#x20;

#### Configure data source scopes

Limit the data your users need to grant access to to the minimum you need for your use case. When bringing your own oAuth credentials, decide for your app which data will be requested when users grant permissions.

### Allowed health data types

To minimize processed data and really just store what data is required for your product, you can granularly define the data types we will store for your end users by data type. Only need Steps? Then that’s what we will store even when data sources send us more then just that.

### Historic data

As for allowed data sources, you can also control the storage of historic data. We consider historic data as data prior to the creation date of the Thryve user. By default, we allow for the retrieval of 14 days of historic data. When set to 0, only data from the user creation date onwards will be stored.&#x20;


---

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