# IP Filtering

IP filtering allows you to restrict access to Hummingbird by specifying allowed IP addresses or ranges. This ensures that only users connecting from trusted networks are able to access your Hummingbird organization.

## Setting up IP filtering

Any admin user can configure IP filtering through the organization settings in the Hummingbird app.

1. Navigate to **Organization Settings** and locate the [IP Filters section](https://app.hummingbird.co/settings/organization-settings/security-ip-filters).
2. Click **"Add IP Address or CIDR Range"** to create a new allowlist entry.
3. Enter an individual IP address or a [CIDR range](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing), and click "Save."
4. Click "Add IP Address or CDR Range" again to add multiple entries to your allowlist.

## Important notes

* **Default behavior**: If no IP addresses or ranges are added, all traffic is allowed regardless of originating IP.
* **Access protection**: The system will verify your current IP address when saving to ensure you don't lock yourself out.
* **Environment separation**: Settings for IP filters are not shared between your Sandbox and Production environments.
* **Best practice**: Test any changes in your Sandbox environment before applying to Production.

## Troubleshooting

If you accidentally lock yourself out of Hummingbird, contact your Customer Success Manager or [Customer Support](mailto:support@hummingbird.co), who can modify the filter settings and restore your access.


---

# 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://help.hummingbird.co/account-and-access-management/ip-filtering.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.
