> 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/private-panels/screeners/create-a-private-panels-screener.md).

# Create a Private Panels screener

{% stepper %}
{% step %}
Go to the Study homepage then open a study.

![](/files/1ce082f338cebd4887a7bec24386f3377833e795)
{% endstep %}

{% step %}
Go to the Screeners page of that study. Then, click the New Screener button.

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

{% step %}
Add an Internal Title and an Internal Description on the pop-up window. Then, click Create Screener.

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

{% step %}
The Screener Builder page will open by default. Here you'll be able to create new questions, answer options, qualification logic, and be able to save screener answers directly to your panel.

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

## Rich Text

Questions in the screener can be formatted with Rich Text (WYSIWYG) - such as links, styles, sizes, etc. Additionally, multiple-choice question options have the same ability.

![](/files/98228980d3599b52fc8d063ecffce19ee0bd730e)

After you've created a screener, you can send it to your study's panelists by following our [private panels screener emails](/private-panels/studies/private-panels-screener-emails.md) guide.

## Preview a specific page

To preview any page in the screener, you can **click** the **More** button in the Page header in the screener builder.

![](/files/374776858e7a3726e389980da794f24590684f9e)

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# 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/private-panels/screeners/create-a-private-panels-screener.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.
