# IP Allowlist

{% hint style="info" %}
IP Allowlist is available with the Total plan and above.
{% endhint %}

To manage the IP Allowlist, go to the [settings panel](/docs/settings/settings.md) and select **IP Allowlist**. The option is only visible for workspaces with the Total subscription plan and above.

***

## Settings

{% hint style="warning" %}
Once you apply allowlist settings, you will loose access to the platform if your IP isn't in the configured IP range. You can exempt admins to ensure you won't be locked out.
{% endhint %}

In IP Allowlist settings:

* **Enable IP allowlist** — toggles the IP allowlist on/off.
* **Exempt admins** — toggles an exemption for the admin [user role](/docs/settings/workspace/roles-and-permissions.md), which can sign-in from any IP address.
* **Allowed IP ranges** — each entry whitelists the starting and ending IP address, plus all addresses in-between. For instance, if starting with *100.0.0.0* and ending with *100.0.0.9*, a total of 10 IP addresses are whitelisted for sign-in. When whitelisting a single IP address, apply it as both the starting and ending values.
  * **Add Range** — adds a new IP range entry to the list.
  * **Delete Range** (trash icon) — deletes the respective entry.
* **Save** — saves edits to any of the above.


---

# 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://documentation.proto.cx/docs/settings/workspace/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.
