> 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/diary-studies/manage-a-diary-study/add-participants-to-your-diary-study.md).

# Add participants to your diary study

If you're using a Dscout screener to find participants, read on for how to launch your mission!

If you've brought your own participants, take a look at [this guide](/diary-studies/manage-a-diary-study/inviting-first-time-participants-to-a-diary-mission.md).

There are two ways to import participants from your screener into your diary studies: from the screener, and from the other studies you've filled using that screener.

## Import participants from a screener, usability test, or media survey

{% stepper %}
{% step %}

#### Select your Good Fit participants

Select only the applicants you want to go on your mission by using the potential fits you designated. (If you've followed our guide on [selecting participants](/recruit-participants/dscout-scout-panel/view-applications-and-select-participants.md), that means choosing the folks who are marked as "Good Fits".)

First, toggle off all ratings except for “Good Fit” at the top of the screen in the Participants tab.

![](/files/64188c6b692b26b706368be8a5dc393ec7c32c95)

Next, click the checkbox in any participant's application card.

Then choose “select all” at the bottom left of the blue bar that appears.

And finally, select “Add to Mission” in the bottom right to select the mission to which you’d like to add your participants!
{% endstep %}

{% step %}

#### Import participants to your mission

Choose the appropriate draft (or launched) mission from the dropdown menu in the dialogue box that appears.

After importing your applicants into your mission, continue through to the Participants tab of your mission.

Then, customize your invitation message to participants, and launch your mission!

![](/files/f0adf5d8850bfad17307d282ab4f46548b0e47ed)
{% endstep %}
{% endstepper %}

## Import participants from the mission

{% stepper %}
{% step %}

#### Navigate to the Setup page of your mission

Navigate to the Setup page of your mission.
{% endstep %}

{% step %}

#### Add Scouts from the Participants tab

Navigate to the Participants tab of the Setup page, and click “Add Scouts”.

![](/files/418bb24cd0b96c73a420321f6aade53494dbc054)

“From Project Screener” will be selected by default. Select your screener, and then “Good Fit,” to invite the participants you’ve selected.

![](/files/2f66cef29b3462d851cd87b2c29eab259b4a8840)

Next, read more on how to best [manage your mission](/diary-studies/manage-a-diary-study.md).

Need to add more participants to your mission post-launch? Click [here](/diary-studies/manage-a-diary-study/add-additional-participants-to-a-diary-study.md).
{% endstep %}
{% endstepper %}


---

# 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/diary-studies/manage-a-diary-study/add-participants-to-your-diary-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.
