> 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/recruit-participants/what-are-dscout-screeners/screener-flow-for-bring-your-own-participants.md).

# Screener flow for bring-your-own participants

When recruiting your 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 invite-link screeners, but you can see links to other onboarding flows below:

* [**Diary mission onboarding flow for first time participants (profile not required)**](/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 required)**](/diary-studies/manage-a-diary-study/diary-mission-onboarding-flow-for-first-time-participants-profile-required.md)
* [**First time participant flow in a desktop interview study**](/interview-studies/manage-an-interview-study/first-time-participant-flow-in-a-desktop-interview-study.md)
* [**First time participant flow in a mobile interview study**](/interview-studies/manage-an-interview-study/first-time-participant-flow-in-a-mobile-interview-study.md)

Once you have set up your screener and sent the [**screener webpage link**](/recruit-participants/what-are-dscout-screeners/screener-webpages.md) out to your participants, they’ll go through the following steps to get onboarded on to the Dscout platform:

## Participants access through the webpage

Participants will see a webpage with information about the screener. On this page, participants will submit their name and email to create a Dscout account. They will also be prompted to review the Scout Terms & Conditions and Privacy Policy and select the checkbox to indicate they agree to them. See a copy of the Scout Terms & Conditions & Privacy Policy [**here**](https://dscout.com/legal/scout-terms).

![](/files/c9de7c071fe0c00fceb022a8fc2cca8590ccbb77)

{% tabs %}
{% tab title="New User" %}
Participants whose email address has never been used to sign in to Dscout

Once participants select **Begin research study** on the public webpage, they will proceed to question 1 of the screener.
{% endtab %}

{% tab title="Returning User" %}
A participant whose email address has previously been used to sign in to Dscout:

Once participants select \*Continue\* on the Public Webpage they will be prompted to verify their email.

<img src="/files/d2d8001e9a286cfaee1c41acf2261211ec590ee0" alt="" width="375">

Participants will receive an email from [**participate@dscout.com**](mailto:participate@dscout.com) which contains the smart link. Once participants click the link in their email, they will be brought to Q1 of the screener.

![](/files/0c0442ef2182e621ba39f1a12e3d5db1052a89b6)
{% endtab %}
{% endtabs %}


---

# 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/recruit-participants/what-are-dscout-screeners/screener-flow-for-bring-your-own-participants.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.
