# ⛔️ IP Allowlist

Limiting IP access to your nodes is a crucial security measure to prevent unauthorized use.&#x20;

By restricting access to specific IP addresses, you can significantly reduce the risk of malicious attacks, unauthorized access, and data breaches.&#x20;

To do so, navigate to the [Settings page](https://rpc.forbole.com/en/settings), click on the IP Allowlist section and add your IPs there.

## **Allow IP address**

* Allow an IP address or range to access the services of DevTools;
* Save your changes by clicking on `Allow this IP` button.
* Ensure that the IP restrictions are enabled.

<figure><img src="/files/zTqEmWWWRrgvUL6RKLX0" alt=""><figcaption><p>Allow IP</p></figcaption></figure>

## **Remove IP Address from allowed list**

* To remove IP addresses from the allowed list;
* Click on the `Remove IP` button;
* Select the IPs you want to remove;
* Click on `Confirm` .

<figure><img src="/files/LGdeHO0SY4mh0MXfTTrF" alt=""><figcaption><p>Remove IP</p></figcaption></figure>


---

# 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.rpc.forbole.com/rpc-api-documentation/guide-to-rpc/settings/ip-allowlist.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.
