> 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/studies/duplicate-ip-protection.md).

# Duplicate IP protection

To prevent fraud, Private Panels will flag respondents who answer surveys from the same IP. When we find two surveys with the same IP, a little alert will pop up in the **Study Overview** page. This feature only works when [Who can take the screener](/private-panels/screeners/survey-status.md) setting is either **Anyone** or **Study Participants**.

![](/files/d5115f95d135ee5b132653cb2a615fa79c213ef7)

## How to turn this off

You can also turn this setting off on the **Screener Settings** page.

![](/files/460bff548166fdfde49815f35e3b56d3d8aee2ce)

## Find a survey response by IP

In a **Study**, click the **Quick Search** input field. You can either type out the entire **IP** (e.g. 123.1.2.3), or type **ip:XXX.XX.XX.XX** which has the ability to match multiple IPs (e.g. ip:127.1.2.3)

![](/files/04c62bd439e678c54a1f0e375d21238dc14b3808)

To find panelist profiles who share the same IP, [read this article](/private-panels/panel-management/track-panelist-ip-and-country.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/studies/duplicate-ip-protection.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.
