> For the complete documentation index, see [llms.txt](https://documentation.proto.cx/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.proto.cx/docs/settings/workspace/ip-allowlist.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.proto.cx/docs/settings/workspace/ip-allowlist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
