> 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/screeners/get-started-with-private-panels-screeners.md).

# Get started with Private Panels screeners

If you're new to Private Panels, we recommend starting from the [beginning](/private-panels/get-started/quickstart-guide.md). But if you're ready to know more about Screeners, this section is a great place to start.

Screeners are the surveys that you send to panelists to get data for your studies. You can use the guides below to know more information on how to create and manage them:

* [Creating a screener](/private-panels/screeners/create-a-private-panels-screener.md)
* [Two-way panel property sync](/private-panels/panel-management/two-way-panel-property-sync.md)
* [Survey Status](/private-panels/screeners/survey-status.md)
* [Export survey responses](/private-panels/studies/export-survey-responses.md)
* [Hidden values](/private-panels/screeners/hidden-values.md)
* [Screener Quotas](/private-panels/screeners/private-panels-screener-quotas.md)
* [Survey Redirects](/private-panels/screeners/survey-redirects-and-language.md)
* [Survey Piping](/private-panels/screeners/survey-piping.md)
* [Partials or incompletes](/private-panels/screeners/partials-or-incompletes.md)
* [Video recordings](/private-panels/screeners/video-submissions-in-screeners.md)

{% 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/screeners/get-started-with-private-panels-screeners.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.
