# Geofencing

[Organization](/core-concepts/organizations.md) administrators can choose to limit access to their organization to certain IP address ranges and zones through a feature we call *Geofencing*.

## Geofencing your organization

From the *Organization* page, navigate to the Geofencing tab, then enable the toggle that appears. You will see the following:

<figure><img src="/files/cOFbq93bDYwAuyDUCGqv" alt=""><figcaption></figcaption></figure>

Add the IP ranges and zones which will be allowed to access your organization, then click on *Apply IP and Zone Restrictions* to enable geofencing.

{% hint style="danger" %}
By applying the wrong geofencing settings, you may permanently lock yourself, and everyone else, out of your organization.

Before applying geofencing settings, please ensure that your IP, or your zone, is included in the IP or zones list.
{% endhint %}

{% hint style="info" %}
Zones and IP ranges are cumulative, meaning that if you select an IP range and a country, people from the IP range *and* the country will be able to access your organization.
{% endhint %}

To disable geofencing, enter the *Geofencing* section of the *Organization* page, and turn off the toggle.

## Verifying whether your organization is geofenced

Next to your organization's name in the organization switcher, you will be able to see whether or not your organization is geofenced.

If the "world" icon is grey and without a padlock, your organization is not geofenced:

<figure><img src="/files/2YoFYiTwYc6BTfse0py7" alt="" width="563"><figcaption></figcaption></figure>

If the icon is green and showing a padlock, your organization is geofenced. Hovering over the icon will provide details about the geofencing settings:

<figure><img src="/files/fpWCz4YeY0RLySunOI4u" alt="" width="563"><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.imerit.net/core-concepts/geofencing.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.
