> 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/public-private-panels-survey-links.md).

# Public Private Panels survey links

## How to get a public shareable link

{% stepper %}
{% step %}
Navigate to **Screener Screener Settings**.
{% endstep %}

{% step %}
Set **Who can take the screener?** to **Anyone**.

Your survey must ask for the respondent's email address. The question must have **Two-way sync** enabled. This question must be asked **before** any disqualifying logic. This is how an answer will be associated with a panelist.

To do this easily, either use the **Contact Info** helper to generate the correct questions, or scroll down to the section below.

![](/spaces/T7fhyut5rrQHwe5QRGot/files/d21f5b0be0fff3ea397f39a74ca904f3eee1a0e2)
{% endstep %}

{% step %}
Then you'll be able to see the **Public Link**.

![](/spaces/T7fhyut5rrQHwe5QRGot/files/f6d582c5dd9bebe444f1a61fab1b5351d386c034)
{% endstep %}
{% endstepper %}

## How to configure email question

Create your own **Email** question like this:

{% stepper %}
{% step %}
Create a **Short Answer** element in your screener asking for their email.
{% endstep %}

{% step %}
Mark it as **Required**.
{% endstep %}

{% step %}
Enable **Two-way panel property sync** and link it to **Email**.

![](/spaces/T7fhyut5rrQHwe5QRGot/files/b42449be2dc8339d71edc9f7f65b267654f5daf1)
{% 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/screeners/public-private-panels-survey-links.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.
