> 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/send-a-screener-to-panelists.md).

# Send a screener to panelists

Once you've created a screener in your Private Panels study, you can send that screener to your panelists.

{% hint style="info" %}
**Note:** This article shows how to send a screener to panelists you've already added to your Private Panels study. For information on sharing a screener publicly with people outside of your own panels, see [Public Private Panels screener links](/private-panels/screeners/public-private-panels-screener-links.md).
{% endhint %}

**To send a screener to panelists in a Private Panels study:**

{% stepper %}
{% step %}
On the **Overview** tab of your Private Panels study, select the panelists you want to screen using the checkboxes beside their names.

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

{% step %}
Click **Send message** in the actions toolbar. A list of available messages is displayed.
{% endstep %}

{% step %}
Select **Send screener "\[Your screener's name]"**. A confirmation modal is displayed, including the email copy that will accompany the link to your screener.

<div align="left"><figure><img src="/files/WOv4XOewEI6q3eHToBmy" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
**Tip:** All screeners within your study are listed in this drop-down. Be sure to select the correct screener to send to your chosen participants.
{% endhint %}
{% endstep %}

{% step %}
Confirm the information in the modal. If you need to make adjustments, close the modal, make the necessary changes to email templates or email copy, then repeat the steps above.

{% hint style="success" %}
**Tip:** You can also schedule your email to send at a later time or date by clicking **More** and selecting **Schedule to send**.
{% endhint %}
{% endstep %}

{% step %}
Click **Send to x person/people**. A confirmation modal is displayed.

<div align="left"><figure><img src="/files/DixWFqfQ755uCR7h0O1m" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

Now, your screener is sent to your selected panelists via email. The **Last contacted** date for these panelists will be updated immediately:

<figure><img src="/files/2F4ELf4GjljgEVLziUwa" alt=""><figcaption></figcaption></figure>

And their responses to the screener will appear in your study as each participant completes the screener:

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


---

# 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/send-a-screener-to-panelists.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.
