> 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-additional-participants-to-a-diary-study.md).

# Add additional participants to a diary study

Once a diary study is launched, and for as long as it’s open, you can add additional participants.

**To add participants to a launched diary study:**

{% stepper %}
{% step %}
Navigate to the **Setup** tab of your study.
{% endstep %}

{% step %}
Select **Participants** at the top of the page.

![](/files/8ba68fb7f283ec5f30938e126d0c27950f245367)
{% endstep %}

{% step %}
Click **Add scouts**. The add participants modal is displayed.

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

{% step %}
Select **From project screener**, **From previous mission**, or **Manual**, depending on how you've recruited your participants.

![](/files/92614262884cad170f7cc5249f1a9bbab31ce051)
{% endstep %}

{% step %}
Select your participants (or enter your participants' details if adding manually).
{% endstep %}

{% step %}
Click **Add scouts**. The participants page is displayed, including your newly selected participants.
{% endstep %}

{% step %}
Click **Send invitations** at the bottom of the page. A confirmation modal is displayed showing your invite message.

![](/files/81c84835e83db71cd393f2045a9ca016ded5b5af)

{% hint style="success" %}
**Tip:** Be sure to edit your invitation message if any details about your study have changed.
{% endhint %}
{% endstep %}

{% step %}
Click **Invite scouts**.

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

Now, invitations to take part in your study are sent to your selected participants.


---

# 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-additional-participants-to-a-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.
