> 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/manage-an-intercept-study/launch-an-intercept-study.md).

# Launch an intercept study

When you’re ready to open your study to participants, you’ll launch it from the builder.

{% hint style="info" %}
In some cases, you’ll be required to have your study reviewed by a Dscout Research Advisor before you can launch it. For more information, see the Pre-launch review section at the end of this article.
{% endhint %}

{% stepper %}
{% step %}
Open your study in the builder.
{% endstep %}

{% step %}
Click **Launch** in the top right corner. A study summary modal is displayed.

![](/files/b97e5f60d38fe5f2a118a03e43018dcd35405508)

{% hint style="info" %}
If the **Launch** button is purple, you have unmet requirements. You must resolve the displayed requirements in order to launch your study.
{% endhint %}
{% endstep %}

{% step %}
(If prompted) Choose whether you want to submit your study for review or skip review and launch it. For more information, see the Pre-launch review section at the end of this article.
{% endstep %}

{% step %}
Confirm the displayed summary of your study. If anything looks off, click **Cancel** and make the necessary adjustments to your study.

![](/files/1554245642bf984ca4722115d24a085c882011cd)
{% endstep %}

{% step %}
Click **Launch mission**.
{% endstep %}
{% endstepper %}

Now, your study is launched—congrats! You’re one step closer to getting valuable insights. For information on what happens next, see the section below.

## What happens when I launch my study?

When you launch your intercept study, Dscout automatically begins displaying it to Scouts who land on your intercept URL and match your targeting attributes. Qualifying Scouts will see the opportunity in the form of a pop-up as seen below:

![](/files/906b3a6ec797415975a6d7405674f95879ee61f3)

When you receive responses, you’ll find them on the **Responses** tab of your study:

![](/files/5b948ca4a0614a060fad7ed38ca2d01d9b5ab705)

Your study will automatically close when you reach your participant limit or when your designated study duration ends.

## Pre-launch review

Some missions require a review by a Dscout Research Advisor before launch, especially for new users, lengthy missions, or missions that seem to involve PII (personally identifiable information). This helps us protect participants and also ensure easy analysis for you when your mission ends.

If a review is required, you’ll be notified after clicking the **Launch** button on your mission. Reviews typically take 1–2 business days, and the Research Advisor will leave their comments directly in your mission. Once you’ve resolved these comments, you can proceed to launching your mission.

When auto-recruiting participants, you can submit your mission for review even if one isn’t required. This lets you get a second set of eyes on your mission prior to launch.

{% stepper %}
{% step %}
In the builder, click **Launch** in the top right corner. A review modal is displayed.

![](/files/13002bab3cfcbb08cd5354517cbb74a4305c3d04)
{% endstep %}

{% step %}
Select **Submit for review**, then click **Continue**.

![](/files/912e455c002eb2b4642404958648e4a821707c1b)
{% endstep %}

{% step %}
Enter your **intended launch date**. This must be at least one business day from the date you’re submitting. And keep in mind that your selection here will not guarantee a faster review.
{% endstep %}

{% step %}
Enter a sentence or two into the provided text box to let our Research Advisors know about your project goals or anything you want specific feedback on.

<div align="left"><img src="/files/d9514311456735bf440208d750ce29c13b6a2614" alt="" width="563"></div>
{% endstep %}

{% step %}
Click **Submit**.
{% endstep %}
{% endstepper %}

Now, a Research Advisor will review your mission in 1–2 business days and leave any comments directly on your mission. Once you’ve resolved these comments, you can proceed to launching your mission.


---

# 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/manage-an-intercept-study/launch-an-intercept-study.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.
