> 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/media-surveys/create-a-media-survey.md).

# Create a media survey

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

## Create a new media survey

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

**To create a new media survey:**

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

<figure><img src="/files/YhjFbnQWVpWoD4p2Vwvx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Under **Media survey**, click **Create**.

<div align="left"><figure><img src="/files/gxd2DRyE3kiXwyDmu3MJ" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Select a **recruitment approach**. Then, click **Continue**. For more information, see [Recruitment options in a media survey](/media-surveys/what-are-media-surveys-in-dscout/recruitment-options-in-a-media-survey.md).

<div align="left"><figure><img src="/files/1V3VsnT299x9EO4TMPmN" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
If auto-recruiting, select a **target country**. Then, click **Continue**.

![](/files/0bbea27193c231c0c1fb8672de17a245980fae91)
{% endstep %}

{% step %}
Select a **device type**. Then, click **Continue**. For more information, see [Device options in a media survey](/media-surveys/what-are-media-surveys-in-dscout/device-options-in-a-media-survey.md).
{% endstep %}

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

{% hint style="info" %}
**Note:** 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 **Screener** tab (if auto-recruiting), and add mission questions on the **Media survey** tab. If you need help building, here are a few resources to get you started:

* [Manage appearance of a media survey](/media-surveys/create-a-media-survey/manage-appearance-of-a-media-survey.md).
* [Manage participant limit and incentives in a media survey](/media-surveys/create-a-media-survey/manage-participant-limit-and-incentive-in-a-media-survey.md).
* [Add questions to a media survey](/media-surveys/create-a-media-survey/add-questions-to-a-media-survey.md).

## Duplicate a media survey

If you have an existing media survey you want to use as a starting point for a new mission, you can duplicate it. There are two ways to duplicate a mission: either by first locating the mission itself or by searching for it from the **Create something new** modal.

**To duplicate a media survey within a project:**

{% stepper %}
{% step %}
Find the mission you want to duplicate. Click the **Options** icon in the top-right corner of the mission tile.
{% endstep %}

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

![](/files/969e1f4b4d10d192a08e30180930e90cad1e312e)
{% endstep %}

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

* **Duplicate and modify mission setup:** Copies the mission’s questions but allows you to modify recruitment approach and device type.
* **Duplicate:** Copies the mission exactly as-is, including recruitment approach and device type.

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

{% step %}
If modifying mission setup, refer to the steps under [Create a new media survey](#h_01K8K3AJAF78H2XV48AGNRSP9R).
{% endstep %}
{% endstepper %}

**To duplicate a media survey from the Create something new modal:**

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

<div align="left"><figure><img src="/files/F5Cwhf70hkfSmiZGrESb" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Under **Media survey**, click **Create**.

<div align="left"><figure><img src="/files/FQkeXAlPPsJZRqDtroTT" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Select **Duplicate an existing mission**. A list of missions across your Dscout projects is displayed.

<div align="left"><figure><img src="/files/2gkKaOTNUrvMlaaTRRvL" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Search for the media survey you want to duplicate and select it.
{% endstep %}

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

* **Duplicate and modify mission setup:** Copies the mission’s questions but allows you to modify recruitment approach and device type.
* **Duplicate:** Copies the mission exactly as-is, including recruitment approach and device type.

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

{% step %}
If modifying mission setup, refer to the steps under [Create a new media survey](#h_01K8K3AJAF78H2XV48AGNRSP9R).
{% 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 **Screener** or **Media survey** 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/media-surveys/create-a-media-survey.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.
