# IP Authorization

The **IP Authorization** feature allows you to restrict login access to selected IP addresses or entire ranges. This ensures that even if your password is compromised, access to your account remains secure.

To configure this option:

1. Log in to the application.
2. Go to **Account** → **Settings** → **Security**.
3. In the **IP Authorization** section, find the field for entering addresses.
4. Enter a specific IP address or provide an IP mask to define the entire access range, then click **Add**. To remove an IP address, click the **Delete** button next to the corresponding entry in the IP list.

<figure><img src="/files/UozQKXZFX5ecjfQaz5eQ" 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://docs.messageflow.com/account/user-panel/settings/ip-authorization.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.
