> 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.md).

# Dscout XT

Dscout XT is an optional add-on program that utilizes your Dscout browser extension to help unlock access to additional paid opportunities and, in some cases, help you skip applications so you can earn rewards even faster.

Let’s say researchers need participants who frequently fly Southwest Airlines or shop on Etsy. That information isn’t readily accessible in your Dscout account by default—but it can be with Dscout XT.

{% hint style="info" %}
**Note:** Dscout XT requires the Dscout browser extension. It works best on Chrome and Microsoft Edge. You can also use it on other Chromium-based browsers, but some functionality may be missing.
{% endhint %}

## What do I get with Dscout XT?

With Dscout XT enabled, you unlock access to two new study types in Dscout:

* **Intercept studies:** Paid opportunities that appear as you browse the web. These studies are typically short and intended to better understand your user experience in the moment. For more information, see [Intercept studies FAQ](/account-settings/dscout-xt/intercept-studies-faq.md).

  <img src="/files/635906bdecd96d69bafc8912a22f6dcde551e009" alt="" width="563">
* **Pre-matched studies:** Additional Express missions we’ve pre-matched you with based on your XT data. For example, if a researcher needs Etsy shoppers and you’re an Etsy shopper, we’ll pre-match you. (Without Dscout XT, you wouldn’t see this study at all.)

  <img src="/files/ba74a6ad194d47450bd4a6c1a219f3db1f480553" alt="" width="563">

More opportunities means more dollars in your pocket.

## What data does Dscout XT collect?

By signing up for Dscout XT, you grant permission for the Dscout browser extension to collect the following data:

* 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 [Data and privacy in Dscout XT](/account-settings/dscout-xt/data-and-privacy-in-dscout-xt.md).

## Join Dscout XT

You can join Dscout XT by navigating to your profile page either in the Dscout mobile app or using a computer.


---

# 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.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.
