# IP Access Control

## What is IP access control ?

The IP security item will restrict access to the form based on the respondent IP.

{% 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 Access control properties

* **`IP`**&#x69;s the IP that should be either allowed or denied access to the survey. IP masks using \* within the IP are fully supported.


---

# 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-access-control.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.
