> 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/add-panelists-to-a-study.md).

# Add panelists to a study

This guide outlines the requirements and steps to add panelists to a study.

The pre-requisite is that there must be existing panelists added in your company's pool. If there’s none yet, you can read our [Create, upload, and manage panelists](/private-panels/panel-management/create-upload-and-manage-panelists.md) guide to know how.

But if there are already existing panelists, continue with the steps below:

{% stepper %}
{% step %}
Navigate to the **Panel** page. Its **Panelists** page will open by default. All of your company’s existing panelists will show up here in a table format.

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

{% step %}
Select panelists. To select any of the panelists, tick the checkbox that appears beside their name when you hover your mouse cursor over their row. You can select multiple panelists at once.

![](/files/7130c97fca9c31bb08baaa0925b315869f1ac3e3)
{% endstep %}

{% step %}
Select a random count of panelists. If you'd like to select a certain number of random panelists, click the ticked checkbox icon beside the **First Name** column header. Choose **Select count** from the drop-down options

![](/files/21b46fd04a5c74b0838cc02b23b6737c0fdcc9e0)
{% endstep %}

{% step %}
Enter the number of panelists. A pop up will appear where you can indicate your needed number of panelists by typing it on the text box. Tick the **Randomize** checkbox then click the **Continue** button

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

{% step %}
Add the selected panelists to the study. After selecting the panelists, click the **Add to Study** button

![](/files/4fed24caa9f590f8630d20f6658bb433bd7a51ee)
{% endstep %}

{% step %}
Choose a study. A pop-up where you can select the study will appear

![](/files/3fd723c1d5424e583615e90ad4016327a2acf0b8)
{% endstep %}

{% step %}
Search for the study. You can type the name of the study on the search box to quickly find the study you’re looking for. The pop-up will automatically respond to your search and will only show related studies. Click the study you’re looking for when it appears

![](/files/6050356d80913dac0913119dfc6d96b2a638d274)
{% endstep %}

{% step %}
Confirm the panelists were added. The panelists will then be added to your selected study

![](/files/235c69af171544dc4354ac4b5489a17f7e60ec3b)
{% 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/add-panelists-to-a-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.
