> 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/panelist-consent-and-opt-in.md).

# Panelist consent and opt-in

As part of GDPR compliance, your panelists have full control of their data. They have the option to opt-in or -out of all communications, such as email and SMS, from your company. Your panelists also have the option to delete all of their data.

## Opt-out of communications

The **Unsubscribe** hyperlink at the bottom of any email sent to the panelists via Private Panels links to the **Opt In** panel property on their profile. They can change this panel property to **Opt out** by clicking the **Unsubscribe** hyperlink.

<img src="/files/70300f0014333f688a677d7ab4480ec827e73d8b" alt="" width="563">

The hyperlink will open the **Consent Management** web page where the panelist can see and verify their account details. They can turn off the toggle bar beside **Opted in** to opt out after verifying their details.

![](/files/d2a634066711d50c476cdca75c3eb6c2c5eaf825)

The text beside the toggle bar will then change to **Opted out.**

![](/files/6d94b8c904c012ab799aa65b136b4a73f288ba67)

If a panelist has chosen to opt out of communications, Private Panels will block all outgoing emails to this individual. Then, you can only get in touch with the panelist from your company email.

## Delete panelist data

The option to delete a panelist’s data can also be found at the bottom of any email sent to them via Private Panels. This is the **manage your data** hyperlink.

<img src="/files/1cbf721d00b790f46dc0960a921d4b2633cff030" alt="" width="563">

The **manage your data** hyperlink will open the **Consent Management** webpage, which contains their account details and two options, in a new tab. The user's data can be deleted by clicking the **Manage deletion of my profile and data** hyperlink

![](/files/2192cb65b4263f8bb6b2dd3ca4f66f5e93776051)

The user can either confirm or cancel the deletion of their data on the next page. They can proceed with the deletion by clicking the **Delete my data** button

![](/files/d022d94bd023541607ae2b7ed0f51bc9c04e09c7)

After confirming, the deletion will take effect immediately.

{% 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/panel-management/panelist-consent-and-opt-in.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.
