# IP Authorization

The IP authorization function allows you to restrict login access to specific IP addresses or an entire domain. This enhances the security of your account, even if your password has been compromised.

* Navigate to ‘Account’ > ‘Settings’ > ‘Security’.
* In the ‘IP Authorization’ section, locate the field for entering addresses.
* Enter the IP address you wish to grant access to, or input an IP mask to define the entire range.\ <br>

  <figure><img src="/files/E1gaTHweA3lEePmzVu4H" alt=""><figcaption></figcaption></figure>
* Click the ‘Add’ button to save the authorized IP address.&#x20;
* If you wish to remove an IP address, click the ‘Remove’ button next to the corresponding entry in the IP list.

{% hint style="info" %}
**Important Information:**

* Ensure that the IP addresses or masks are correct; incorrect configurations may result in loss of access to your account.
* We recommend regularly reviewing and updating your authorized IP addresses to maintain security.
  {% endhint %}


---

# 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://newpanel.docs.emaillabs.io/en/first-steps/security/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.
