> 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/panel-management.md).

# Panel management

- [Get started with panel management](https://help.dscout.com/private-panels/panel-management/get-started-with-panel-management.md)
- [Panel properties](https://help.dscout.com/private-panels/panel-management/panel-properties.md)
- [Two-way panel property sync](https://help.dscout.com/private-panels/panel-management/two-way-panel-property-sync.md)
- [Multiple panels](https://help.dscout.com/private-panels/panel-management/multiple-panels.md)
- [Panel dashboard and metrics](https://help.dscout.com/private-panels/panel-management/panel-dashboard-and-metrics.md)
- [Deleting a panel](https://help.dscout.com/private-panels/panel-management/deleting-a-panel.md)
- [Create, upload, and manage panelists](https://help.dscout.com/private-panels/panel-management/create-upload-and-manage-panelists.md)
- [Deleting panelists](https://help.dscout.com/private-panels/panel-management/deleting-panelists.md)
- [Bulk actions in the panel](https://help.dscout.com/private-panels/panel-management/bulk-actions-in-the-panel.md)
- [Updating panelists individually](https://help.dscout.com/private-panels/panel-management/updating-panelists-individually.md)
- [How to mark someone as Do Not Recruit or Cheater Repeater](https://help.dscout.com/private-panels/panel-management/how-to-mark-someone-as-do-not-recruit-or-cheater-repeater.md)
- [Exporting panelists](https://help.dscout.com/private-panels/panel-management/exporting-panelists.md)
- [Panelist consent and opt-in](https://help.dscout.com/private-panels/panel-management/panelist-consent-and-opt-in.md)
- [Consent forms](https://help.dscout.com/private-panels/panel-management/consent-forms.md)
- [Panel sign-up forms](https://help.dscout.com/private-panels/panel-management/panel-sign-up-forms.md)
- [Panelists logged in view](https://help.dscout.com/private-panels/panel-management/panelists-logged-in-view.md)
- [Panelist welcome emails](https://help.dscout.com/private-panels/panel-management/panelist-welcome-emails.md)
- [Track panel sign ups](https://help.dscout.com/private-panels/panel-management/track-panel-sign-ups.md)
- [Track panelist signup source](https://help.dscout.com/private-panels/panel-management/track-panelist-signup-source.md)
- [Track panelist IP and country](https://help.dscout.com/private-panels/panel-management/track-panelist-ip-and-country.md)
- [Panelist UUID](https://help.dscout.com/private-panels/panel-management/panelist-uuid.md)
- [PII masking](https://help.dscout.com/private-panels/panel-management/pii-masking.md)
- [Restrict availability by country](https://help.dscout.com/private-panels/panel-management/restrict-availability-by-country.md)
- [Require double opt-in](https://help.dscout.com/private-panels/panel-management/require-double-opt-in.md)
- [Require unique panelist phone numbers](https://help.dscout.com/private-panels/panel-management/require-unique-panelist-phone-numbers.md)
- [Blocklist](https://help.dscout.com/private-panels/panel-management/blocklist.md)
- [Panel filters and segments](https://help.dscout.com/private-panels/panel-management/panel-filters-and-segments.md)
- [Filter by participation](https://help.dscout.com/private-panels/panel-management/filter-by-participation.md)
- [Panelist fatigue and eligibility](https://help.dscout.com/private-panels/panel-management/panelist-fatigue-and-eligibility.md)
- [Study tags](https://help.dscout.com/private-panels/panel-management/study-tags.md)
- [Customize how panelists are displayed](https://help.dscout.com/private-panels/panel-management/customize-how-panelists-are-displayed.md)
- [Panelist tags](https://help.dscout.com/private-panels/panel-management/panelist-tags.md)
- [Find bounced emails and spam complaints](https://help.dscout.com/private-panels/panel-management/find-bounced-emails-and-spam-complaints.md)
- [Client lists](https://help.dscout.com/private-panels/panel-management/client-lists.md)
- [Incentive reports](https://help.dscout.com/private-panels/panel-management/incentive-reports.md)
- [Panel points](https://help.dscout.com/private-panels/panel-management/panel-points.md)
- [Fighting fraud in Private Panels](https://help.dscout.com/private-panels/panel-management/fighting-fraud-in-private-panels.md)


---

# 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/panel-management.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.
