> 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-webpages.md).

# Screener webpages

Webpages are automatically created for screeners you're sending to your own participants. These webpages offer all the information your applicants need to know about the opportunity.

You can also add custom messaging to the exit screens your externally recruited participants will see when they either successfully complete the screener or get knocked out from the screener. This is helpful in giving participants more information about your study.

When designing questions in the Screener tab of your screener, you can customize text in the "Thank you" section. Edit the Completion message for qualified applicants, and/or the Knockout message for disqualified participants.

![](/files/da7d053e16181ceef7f7525340c2b723cb1a83b8)

Before launching, you can check out what your webpage will look like from a participant's perspective by finding the Private share link at the top of the Overview tab and clicking **View**. Here, you'll also be able to preview your completion and knockout messaging. The previews will show the most up-to-date copy you’ve added.

Here's what a screener splash page looks like when a participant first opens it:

<figure><img src="/files/JLySZGlBk3WBc6Uz6PFN" alt=""><figcaption></figcaption></figure>

Potential participants who've never used Dscout will be able to apply by simply providing their first name, last name, and email address. Read more in [Private screener onboarding flow for first-time Scouts](/recruit-participants/what-are-dscout-screeners/screener-flow-for-bring-your-own-participants.md).


---

# 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-webpages.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.
