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

# Create a private panels study

{% stepper %}
{% step %}
Navigate to the **Studies** page. Then, click the **New Study** button.

![](/files/86d465720aad8a10a191cf0f8ffa11a5fc778e92)
{% endstep %}

{% step %}
A pop-up will appear where you can add the **Title** and **Description** of the study by typing on their respective textboxes. Click the **Create study** button after typing.

![](/files/8d6e1df9faad5e89a2cd530598a370d08d356b85)
{% endstep %}

{% step %}
A blank study will be created. You can add details on it through the five sub-pages at the top: [Overview](/private-panels/studies/study-overview.md), [Screeners](/private-panels/screeners/create-a-private-panels-screener.md), [Scheduling](/private-panels/studies/private-panels-study-scheduling.md), and [Study Settings](/private-panels/studies/study-settings.md).

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

{% step %}
After adding in the details, you can start adding panelists to your study. Read our [Adding panelists to a study](/private-panels/studies/add-panelists-to-a-study.md) guide to know all of the ways to add a panelist to a study.
{% endstep %}

{% step %}
Once everything’s been set up, you can [send a bulk email](/private-panels/emailing-and-sms/how-to-send-a-mass-email.md) to your panelists from the Overview sub-page.
{% endstep %}
{% endstepper %}

{% 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/create-a-private-panels-study.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.
