# IP Whitelist

The whitelist can be managed in **User Portal → Project → Selected Instance -> Application Management -> IP Whitelist** section. You may add, remove, edit, and toggle individual whitelist items.

A maximum of 20 whitelist items can be added.

### Add IP

To add an IP, tap the button *Add IP* on the top right, then set the label, hosts, paths, and desired IPs.

![](/files/88dftZBho5cQMPeWPxhb)

### Enable the whitelist

Enabling whitelisting will restrict access to the specified hosts' paths. Access to them will be possible only from the IP addresses added to the whitelist. Those who will try to access the page using an IP address that is not on the list will see a 403 HTTP error page, meaning that access is restricted.

Once a whitelist item is added it will appear in the list. By default all the new items in the list are disabled. To enable the whitelist item, click on the *Enabled* toggle.

<figure><img src="/files/hwZrsKvhgrf15rg8duOS" alt=""><figcaption></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://help.readymage.com/application-management/ip-whitelist.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.
