> 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/manage-participant-experience-in-a-media-survey.md).

# Manage participant experience in a media survey

On the **Overview** tab of your media survey, you can choose whether participants must provide their name and email address to participate in your mission. Removing this requirement can get participants in and out of your study more quickly—however, less data will be collected. Review your options below to choose what makes the most sense for your research.

{% hint style="info" %}
**Note:** This setting is **only available when inviting your own participants to desktop studies**. If you’re auto-recruiting participants or conducting a mobile study, they will be required to provide their name and email address.
{% endhint %}

## Participant sign up

By default, participants are required to provide their name and email address before they can participate in missions, including media surveys. However, you can disable this requirement if you don’t want your participants to have to complete this additional step.

{% hint style="warning" %}
**Warning:** This setting cannot be changed post-launch, and sign-up cannot be skipped when paying participants via Dscout.
{% endhint %}

![](/files/03205668a3032d0c3a36683e6f39cfb561941dcd)

| Setting                                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Require participant sign-up (default)** | <p>Participants must provide their name and email address to participate in your mission.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> Requiring participant sign-up does not automatically add a participant to Dscout’s Scout Panel. Requiring sign-up simply allows us to better assist if issues arise by collecting the participant’s name and email address.</p></div>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Skip participant sign-up**              | <p>Participants are not required to provide their name or email address to participate in your mission.<br></p><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Warning:</strong> Be aware of the following when skipping participant sign-up:Participant names will not be available (unless you ask for them at some point in your study).Participant emails will not be collected.Participants will not be agreeing to Dscout’s Terms and Conditions.Data and entries will be deleted after 120 days.Dscout cannot provide participant support if issues arise.</p></div><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p><strong>Tip:</strong> If you choose to skip participant sign-up on a study with an informed consent document attached, participants are still required to agree to the document before they can begin. For more information, see <a href="/pages/259742996c6e4e36d9d5a4edc43079f8593fce29">Add informed consent to a media survey</a>.</p></div> |

{% hint style="info" %}
**Tip:** If you choose to skip participant sign-up on a study with an informed consent document attached, participants are still required to agree to the document before they can begin. For more information, see [Add informed consent to a media survey](/media-surveys/create-a-media-survey/add-informed-consent-to-a-media-survey.md).
{% endhint %}


---

# 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/manage-participant-experience-in-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.
