> 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/studies/private-panels-screener-emails.md).

# Private Panels screener emails

## Editing Screener Email

After you've built and previewed your screener, you can create a Bulk Email to send to your panelists. This is done on the **Study Screener** page, in the **Bulk Screener Email** tab. If you don't have a screener yet, you can create one by following our [Create a Private Panels screener](/private-panels/screeners/create-a-private-panels-screener.md) guide.

![](/files/47eb8e2ba9f2a05504f34ab096206741b5506009)

Custom data can be added to your email from the **Merge Tags** drop-down, and when pasted in looks something like this:`{First Name}`.

![](/files/6bc22fdf708cf7a1c0673d59f2f95a4e9b62311d)

The image below shows you a preview of what that email looks like, with [custom branding](/private-panels/organization-settings/custom-branding.md), and [panelist consent management links](/private-panels/panel-management/panelist-consent-and-opt-in.md) (e.g. opt out, delete my data).

![](/files/7cc8375ddaab72ddccb427665569ea621d42cfac)

## Sending Email

To send to your panelists, go to the study's **Overview** tab. Tick the checkbox beside the panelists that you'd like to send the email to.

![](/files/e0ab5cd3b54054a71169274ad43940f7ac003ac2)

Or, if you're going to send to all of the panelists for that study, click the checked box icon beside the **Full Name** column header then choose **Select all** from the drop-down options.

![](/files/7aca19cb9009614185134d9129487908a4c4d4eb)

Click the **Send Message** drop-down button. Select **Send Screener "\[Screener Name]"** from the options.

The preview of the email will pop-up. Click the **Send to # people** button.

![](/files/3e9c0091635af0dd0774549b20b46569aa9b87aa)

![](/files/061172cba30fefee57b532f5b595dee39e1387a3)

{% 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/studies/private-panels-screener-emails.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.
