> 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/get-started/add-panelists-to-a-dscout-study-from-private-panels.md).

# Add panelists to a Dscout study from Private Panels

Private Panels is a Dscout add-on that lets you recruit, maintain, and organize your own private pool of participants in one convenient place. With Private Panels, you can create panelist groups based on demographics, participation history, and more. Then, you can use Private Panels to quickly populate usability tests and media surveys built in Dscout.

## Access Private Panels

{% hint style="info" %}
If you don’t have access to Private Panels and want to learn more, reach out to your Dscout Account Director.
{% endhint %}

Once your account manager has enabled Private Panels, anyone working in your Dscout account can access your Private Panels organization directly from the Dscout sidebar navigation.

To access Private Panels, open the sidebar navigation and click **Private Panels**. You are then taken directly to your Private Panels organization where you can view and manage your panels and panelists.

![](/files/3f6a5ef6b771a1339c1272fc63bc0b3e3c8e364d)

{% hint style="info" %}
If you’re relatively new to Private Panels, you can find more information on what to do from here in [getting started with panel management](/private-panels/panel-management/get-started-with-panel-management.md).
{% endhint %}

## Add participants from Private Panels to a usability test or media survey

When building a usability test or media survey, you have the option of inviting participants directly from Private Panels. These participants are considered your own, meaning they are not part of Dscout’s standard pool of Scouts, nor will they be added to our Scout pool by participating in your mission.

{% hint style="info" %}
You can only use one recruitment method per mission. So, you can’t use Private Panels to add participants to a mission where you’ve already used another recruitment method.
{% endhint %}

{% stepper %}
{% step %}
When creating your mission, select **Invite from Dscout's Private Panels** as the recruitment approach.

<div align="left"><figure><img src="/files/3CWQHiHZOBshDHEelXms" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click **Continue**.
{% endstep %}

{% step %}
Select whether you want your participants to use a **Mobile** device or a **Desktop** to complete your mission.
{% endstep %}

{% step %}
Click **Continue**.
{% endstep %}

{% step %}
(Usability test only) For desktop missions, select whether you want to record participants' screens and cameras or only their screens. For mobile missions, select whether you are testing a prototype, a website, or an app. Then, click **Continue**.
{% endstep %}

{% step %}
Enter a **Title** for your mission.
{% endstep %}

{% step %}
Click **Create mission**.
{% endstep %}

{% step %}
In the builder, click **Add from Private Panels** in the left sidebar. A page opens showing your Private Panels panelists.

<div align="left"><img src="/files/4d6ea987a600ed66f87f1fa4ad1c5966348164cb" alt=""></div>
{% endstep %}

{% step %}
Select the participants you want to invite to your mission.
{% endstep %}

{% step %}
Click **Add to mission** in the top-right corner. A modal appears confirming your participants have been added.

<div align="left"><img src="/files/9011cf4e255640f0a836b40d49295413b7f0e93d" alt=""></div>
{% endstep %}

{% step %}
Click **Return to mission**.
{% endstep %}
{% endstepper %}

Now, you’ll return to the mission builder in Dscout. Here, you’ll see a list of your selected participants. To add more participants from Private Panels, click **Add participants**. To remove a participant, click the Trash icon above their name.

![](/files/db3a291d8c113f45f69d1c500f047bc0bb323e74)

When you launch your mission, your selected participants will automatically receive an email from Private Panels inviting them to start the mission. And if you’re adding participants to a mission that’s already been launched, your new participants will receive an email invitation immediately.


---

# 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/get-started/add-panelists-to-a-dscout-study-from-private-panels.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.
