> 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-unique-panelist-phone-numbers.md).

# Require unique panelist phone numbers

To maintain the integrity of your participant pool, you can require panelists to use a unique phone number when signing up to join your panel.

When enabled, this setting checks phone numbers entered by new panelists against those that already exist in your panel. If an existing panelist is associated with the phone number, the new panelist will be prompted to enter a different number to sign up.

{% hint style="info" %}
This setting is enabled by default. If you disable it and enable it again, it will only be enforced for panelists signing up from that point forward. Any existing panelists with duplicate phone numbers will not be affected.
{% endhint %}

**To require unique panelist phone numbers:**

{% stepper %}
{% step %}
In Private Panels, open the **Settings** tab.

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

{% step %}
Under **Panelist governance**, set the **Unique phone number** toggle to **ON**.

![](/files/e6a528954b4c874343aeee5d1a4822888f286403)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
To ensure panelists always enter phone numbers using a standardized format, you can add a regular expression (regex) validation. For more information, see [Validation Regex in screeners](/private-panels/screeners/validation-regex-in-screeners.md).
{% endhint %}

Now, new panelists will not be able to sign up using a phone number already used by another panelist. To allow panelists to sign up with duplicate phone numbers, repeat the steps above and set the **Unique phone number** toggle to **OFF**.

For more information on how you can fight fraud and maintain the integrity of your Private Panels, see [Fighting fraud in Private Panels](/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/require-unique-panelist-phone-numbers.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.
