> For the complete documentation index, see [llms.txt](https://participanthelp.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://participanthelp.dscout.com/account-settings/dscout-xt/data-and-privacy-in-dscout-xt.md).

# Data and privacy in Dscout XT

At Dscout, our goal is to connect the right voices with the right people. We want to help researchers improve experiences and products based on real user feedback. That is the core principle that guides what data we collect and how we use it.

To help illustrate this core principle, we’ve put together this guide to answer questions and provide transparency around how your data powers Dscout XT and what you can expect from us in terms of keeping that data safe.

## Is my data secure?

Let’s start with the most important question! **Yes, your data is secure.**

Dscout remains compliant with GDPR and CCPA regulations and maintains ISO 27001 and HITRUST certifications. While those may seem like random letters and numbers, they are industry standards meant to ensure your data is protected. And to keep us honest, we also undergo annual security audits.

## What data is collected?

We collect the following data when you’re enrolled in Dscout XT:

* URLs visited (including number of visits and the date/time of each visit).
* Search terms entered into your Chrome browser.
* Certain interactions on specific webpages (also called DOM events). For example, a study may be initiated if you click to open an AI chatbot.

{% hint style="info" %}
**Note:** Dscout automatically deletes data from sites we consider sensitive, private, or irrelevant to research on our platform. We also use advanced techniques to minimize collection of PII, such as names, phone numbers, and passwords.
{% endhint %}

To be extra clear on what’s collected, here’s how some standard data would look when collected as part of Dscout XT:

*Scout ID: 8762918991*

*Timezone: America/New York*

*URL: <https://www.bankrate.com/finance/credit-cards/best-credit-cards-young-adults/>*

*Visited At: 2024-05-31 21:25:42.805 Z*

Data is not collected retroactively, and you can opt out at any time. For more information, see [What if I change my mind?](#h_01KHVTR902Y01TD8EB776A01GS)

## What does Dscout do with my data?

Dscout uses your data to help connect you with researchers who want to learn more about how people interact with their products and services. (Don't worry—we don't sell your data to advertisers or any third parties.)

If you're matched with a research opportunity, the researcher conducting that study will only see the data that's relevant to the research they're conducting. (And you'll have earned a reward along the way!)

## What if I change my mind?

If you change your mind, no sweat! You can opt out of Dscout XT at any time from the Settings tab of the Dscout Chrome extension. You’ll be disconnected from the program immediately and no additional data will be collected.

{% hint style="info" %}
**Note:** If you opt out of Dscout XT while participating in a mission that requires it, you may forfeit payment for that mission. We recommend finishing any in-progress missions before you opt out. You’ll also stop receiving customized opportunities.
{% endhint %}

## How long will you keep my data?

We retain XT-collected data for one year. However, we stop collecting data immediately if you opt out of Dscout XT. And we’re always happy to assist with data deletion if you want any already-collected data removed sooner.

To request deletion of any data collected using Dscout XT, send an email to <help@dscout.com>.

{% hint style="info" %}
**Note:** Data you already shared in missions, or data already aggregated into research insights, will not be deleted.
{% endhint %}


---

# 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://participanthelp.dscout.com/account-settings/dscout-xt/data-and-privacy-in-dscout-xt.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.
