> 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/intercept-studies-faq.md).

# Intercept studies FAQ

Scouts who join Dscout XT unlock intercept studies, which are exclusive paid opportunities that appear as you naturally browse the web. Below are some frequently asked questions to help you better understand and participate in these missions:

## What are intercept studies?

**Intercept studies are paid opportunities that appear as you browse the web.**

When you land on a website with an intercept study, you’ll see a pop-up inviting you to participate:

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

These studies are typically short and intended to better understand your user experience in a given moment rather than after the fact or in a simulated test.

## How do I find intercept studies?

**Intercept studies find you!**

They appear as you browse on websites where researchers are looking to gather feedback. So, you won’t be able to go looking for intercept studies on your own, and you won’t find them in the Dscout app.

**Warning:** Because intercept studies are intended to capture authentic behavior and insights, Dscout employs various security and quality assurance measures to flag suspicious responses. In cases of fraudulent activity, Dscout XT access can (and will!) be revoked. Just be you and the opportunities will find you!

## Can I join intercept studies without Dscout XT?

**Nope.**

Intercept studies are exclusive opportunities available only to Scouts who enroll in Dscout XT. For more information, see [Dscout XT](/account-settings/dscout-xt/dscout-xt.md).

## Can I snooze an intercept opportunity?

**Yes, but we don’t recommend it if you want to bring home that cash.**

When an intercept study appears, you have 30 seconds to join. If you’re not ready to join, you can snooze the opportunity or dismiss it entirely. However, snoozing an intercept study does not guarantee you’ll be able to participate later. Studies are only open for a limited amount of time, and they only require a limited number of participants.

{% hint style="info" %}
**Note:** If you do not make a selection within the 30-second join window, we automatically snooze the opportunity for you.
{% endhint %}

## If I see an intercept pop-up, am I guaranteed that reward?

**Unfortunately not (though it’s a good sign!).**

Some intercept studies include a one-question screener you must complete after you’ve been intercepted. If your answer doesn’t match what the researcher is looking for, you won’t be able to participate in the study (or earn that reward).

## How much do intercept studies pay?

**Every study is different!**

As with any Dscout study, rewards should be reflective of the amount of work that’s being asked of you. Because intercept studies are designed to be quick check-ins on your user experience, many rewards may be around $5. If a reward is higher, expect the study to take a little longer.

## How long do intercept studies take?

**Typically, 10 minutes or less.**

Because intercept studies are meant to get your feedback as you naturally browse the web, they tend to be shorter than other Dscout studies.

## How often will I see intercept studies?

**It depends on how you browse!**

Intercept studies are not an exact science—they’re the result of you being in the right place at the right time for us to catch you. That’s why we recommend joining Dscout XT as soon as possible so you never miss an opportunity.


---

# 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/intercept-studies-faq.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.
