# IP Protection

## 💻 What is IP protection ?

The IP security item will protect our form against multiple submissions by recording the IP of the respondent and not allow him to fill the form a second time after he submits his answers.

{% hint style="info" %}
ngSurvey will read the forwarded IP if respondents is behind a firewall or proxy.&#x20;
{% endhint %}

{% hint style="warning" %}
Some respondents behind corporate firewalls or proxies might have the same IP address. ngSurvey does its very best to get the real IP but depending on the mode activated on the firewalls or proxies it is sometime impossible to get a unique IP per respondent.
{% endhint %}

## 🔅 IP Protection properties

* **`IP Expires after`** is the number of minutes after a respondent IP that was recorded will be allowed to submit answers again .


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/form-management/security/security-items/ip-protection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
