> 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/require-double-opt-in.md).

# Require double opt-in

By having panelists opt-in twice to joining your panel, you give them a second chance to verify their information—and to confirm that they do, in fact, want to receive any communications you may choose to send them in the future.

When double opt-in is enabled, panelists must complete an additional step during registration: After signing up, they'll receive a confirmation email containing a verification link to activate their account. If a panelist doesn't confirm their email address using this link, they won't receive any communication sent through Private Panels from your organization.

{% hint style="info" %}
**Note:** The requirement of double opt-in is controlled at the organizational level. Once enabled, this requirement applies to every Private Panel in your organization.
{% endhint %}

**To enable double opt-in:**

{% stepper %}
{% step %}
Navigate to the **Settings** page of your Private Panels account.

![](/files/bfed6f1cf275fb359c85cec1f29a247ed3624ccb)
{% endstep %}

{% step %}
Under **Panelist registration**, set the **Require double opt-in** toggle ON. A confirmation modal is displayed.

{% hint style="info" %}
**Note:** When enabling double opt-in on accounts with existing panelists, you'll be required to enter **Enable double opt-in** in this modal to confirm. This change will only apply to new panelists. All existing panelists will automatically be marked as **Opt in confirmed**.
{% endhint %}

![](/files/3f387c82f49b2c6b43911ae6c229a4827220bea0)
{% endstep %}

{% step %}
Click **Turn on** to confirm.
{% endstep %}
{% endstepper %}

Now, all panelists will be required to verify their email address as a second form of confirmation that they wish to join your panel. You can view whether a panelist has completed this additional step from the **Panelists** tab within any of your Private Panels.


---

# 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/require-double-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.
