> 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/diary-mission-onboarding-flow-for-first-time-participants-profile-not-required.md).

# Diary mission onboarding flow for first time participants (profile not required)

When recruiting from your own pool of participants, you have several options for how to get those participants on to Dscout. In this article, we’ll be outlining how to onboard participants via Diary mission, but you can see links to other onboarding flows below:

* [**Private Screener Onboarding Flow for First-Time Scouts**](/recruit-participants/what-are-dscout-screeners/screener-flow-for-bring-your-own-participants.md)
* [**Diary Mission Onboarding Flow for First-Time Scouts - Scout Profile Required**](/diary-studies/manage-a-diary-study/diary-mission-onboarding-flow-for-first-time-participants-profile-required.md)

When [**building your Diary mission**](/diary-studies/what-are-diary-studies-in-dscout/set-up-a-diary-study.md), you have the option of toggling on **Scout Profile Required** under the mission’s Specs and Details. This flow will outline the steps external participants will take if that toggle is **OFF**. If you're hoping to see the flow that outlines the steps external participants will take if that toggle is **ON**, please check that article out [**here**](/diary-studies/manage-a-diary-study/diary-mission-onboarding-flow-for-first-time-participants-profile-required.md).

Once you have set up your mission, manually added your Participants \[first name, last name, email address], and launched the mission, your participants will go through the following steps to get onboarded on to the Dscout platform:

{% stepper %}
{% step %}
Participants will receive an email notification from *<participate@dscout.com>* that they’ve been invited to a Dscout mission

<div align="left"><img src="/files/0701ca2ee869b290227bdfa90e14a1bb885ec2c3" alt=""></div>
{% endstep %}

{% step %}
Once Participants select *Claim Your Spot* they will be prompted to create a Dscout account

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

{% step %}
Participants will then need to read and agree to the Scout Terms and Conditions & Privacy Policy

See a copy of the Scout Terms and Conditions & Privacy Policy [**here**](https://dscout.com/legal/scout-terms).

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

{% step %}
Participants will then arrive at a webpage that will give them information about the mission

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

{% step %}
Once Participants select *Accept Mission* they will be prompted to review the participation requirements and instructed to download the Dscout app

<div align="left"><img src="/files/2bc892d891dbcce5b95773cf6aa5279902a8269f" alt=""></div>

<div align="left"><img src="/files/288096e4999fa00607e5edcbdc4da51a96f6608e" alt=""></div>

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

{% step %}
Once Participants have downloaded the app and logged in with their Dscout credentials, they will see the mission under *In Progress* in the Dscout app

<div align="left"><img src="/files/19fb267362e032ca7030fe0cacb64d50e85042c0" alt="" width="375"></div>
{% endstep %}
{% endstepper %}

## Diary Mission Onboarding Flow for Desktop Activities Missions

When external participants are onboarded to a Diary mission with desktop activities, they will follow the same flows as above, but will be prompted to install the [Dscout browser extension](https://help.dscout.com/hc/en-us/articles/360047816131). They will **NOT** be required to download the Dscout mobile app if your mission only contains desktop activities.

{% stepper %}
{% step %}
After receiving the link, creating a Dscout account, and agreeing to Dscout’s Terms and Conditions, participants will then arrive at a webpage that will give them information about the mission

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

{% step %}
If participants access the invite on their mobile device, they will see the option to email a Magic Link to themselves so that they may access the mission via desktop

<div align="left"><img src="/files/d34696a41cde6a83fad3c8869045205d32076a87" alt="" width="375"></div>
{% 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/diary-mission-onboarding-flow-for-first-time-participants-profile-not-required.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.
