> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/intercept-studies/what-are-intercept-studies-in-dscout.md).

# What are intercept studies in Dscout

{% hint style="info" %}
**Note:** If you don’t have access to intercept studies, reach out to your Dscout Account team for more information.
{% endhint %}

Intercept studies let you invite participants to an unmoderated session based on their browsing behavior. Maybe you want to hear from people who visit a certain page on your website. Or maybe you want to hear from people who visited a site other than yours to understand what led them there instead. With an intercept study, you can catch participants in the moment and gather the behavior-based insights you need.

Intercept studies are:

* **Desktop-only:** Your study will appear for qualifying participants browsing on a desktop computer. It will not appear for anyone on a mobile device.
* **Available on your own website and others:** You get to choose where your intercept study appears for participants—whether it's your website or a competitor's.
* **Continuously recorded:** Participants’ screens will be recorded from the start of the study to the end. You’ll be able to view these recordings during analysis. (Participant audio will also be captured, but participant cameras will not be.)
* **Journey analysis ready:** During analysis, you’ll be able to see participants’ browsing journeys to uncover what led them to your study in the first place (as well as where they went after).
* **Filled with members of the Dscout Scout Panel:** Intercept studies are powered by Dscout XT, which is only available to members of the Dscout Scout Panel. You cannot invite your own participants to an intercept study. For more information, see [Dscout Scout Panel](/recruit-participants/dscout-scout-panel.md).

## What do intercept studies look like?

When participants land on your designated intercept URL, they’ll see a pop-up from Dscout letting them know an opportunity is available to them. All they have to do is click to get started:

![](/files/093cb4a423c3e4b0d3bde87e8a18ec273698298d)

Unsure if an intercept study is the right fit for your research? Check out our other study types in our [Dscout quickstart guide](/getting-started/dscout-quickstart-guide.md) for help.


---

# 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://help.dscout.com/intercept-studies/what-are-intercept-studies-in-dscout.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.
