# IP restriction

{% hint style="warning" %}
IP restriction is only available on our [Business plan](https://missiveapp.com/pricing).
{% endhint %}

IP restriction refers to a security measure that allows or denies access to Missive based on the IP address of the user. By configuring IP restrictions, you can control who can access Missive and from where.

For example, you could allow access from specific IP addresses, such as those belonging to your company, to prevent unauthorized access from outside the network. IP restriction can also be used to prevent access from known malicious IP addresses, mitigate hacking attempts, and protect sensitive data.

{% hint style="info" %}
Please note that IP restriction applies to non-admin users only. Therefore, if you’re testing this feature logged in as an admin, it will not work.
{% endhint %}

#### Availability

Once you've upgraded to the Business plan, you will be able to manage IP restrictions in your **Settings > Organization**.

#### How IP restriction works

Each time a non-admin user interacts with Missive – whether it's fetching new emails, chatting, or sending an email, etc. – Missive verifies that the user's IP address matches one defined in the IP restriction settings.

To put it plainly, when IP restriction is activated, any non-admin or non-owner user who is logged in from an IP address that doesn't match the allowed list will be immediately logged out of Missive.


---

# 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://missiveapp.com/docs/administration/security/ip-restriction.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.
