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

# Create an intercept study

Once you’ve created a Dscout project, you can create a new intercept study. You can either create a new study from scratch or duplicate an existing study and modify it.

### Create a new intercept study

If you want to create a new intercept study from scratch—or if you’re building one for the first time—you’ll do so from within your Dscout project.

p**To create a new intercept study:**

{% stepper %}
{% step %}
Click **Create mission** in the top right corner of your project. The Create something new modal is displayed.

![](/files/ffa0c8ca7d436a1db2e65e76b0d216563ce347d0)
{% endstep %}

{% step %}
Under **Intercept study**, click **Create**.

![](/files/b7450606673ece4dd7261d2c6cdf2b2479fc3e18)
{% endstep %}

{% step %}
Select a **target country**. Then, click **Continue**.

![](/files/707d3b80d76bf0d761f60b789fdd32bf63f247ca)
{% endstep %}

{% step %}
Enter a **mission title**. Then, click **Create mission**.

{% hint style="info" %}
This title will be visible to participants, so choose one that is representative of the mission but doesn’t give away your research objectives. To add a private title, click **Add an internal mission name**.
{% endhint %}
{% endstep %}
{% endstepper %}

Now, your new mission opens in the builder. Here, you can customize its settings on the **Overview** tab, add screener questions on the **Intercept** tab, and add mission questions on the **Mission** tab. If you need help building, here are a few resources to get you started:

* [Manage appearance of an intercept study](/intercept-studies/create-an-intercept-study/manage-appearance-of-an-intercept-study.md).
* [Manage participant limit and incentive in an intercept study](/intercept-studies/create-an-intercept-study/manage-participant-limit-and-incentive-in-an-intercept-study.md).
* [Add questions to an intercept study](/intercept-studies/create-an-intercept-study/add-questions-to-an-intercept-study.md).

### Duplicate an intercept study

If you have an existing intercept study you want to use as a starting point for a new mission, you can duplicate it.

**To duplicate an intercept study:**

{% stepper %}
{% step %}
Find the mission you want to duplicate.
{% endstep %}

{% step %}
Click the **Options** icon in the top right corner of the mission tile.
{% endstep %}

{% step %}
Select **Duplicate**.
{% endstep %}

{% step %}
Select one of the following options:

* **Duplicate and modify mission setup:** Copies the mission’s questions but allows you to modify your target country.
* **Duplicate:** Copies the mission exactly as-is, including your target country.

![](/files/c8cd9e5556c9d8bdd7f86c8948cc99f6c6370708)
{% endstep %}

{% step %}
If modifying mission setup, refer to the steps above.
{% endstep %}
{% endstepper %}

Now, your mission has been duplicated. You can give it a new name in the top left corner, adjust your questions on the **Intercept** or **Mission** tabs, or launch it to start gathering insights.


---

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