# How should I configure my firewall settings?

Hummingbird uses several domains that are required for the application to function. If your users connect to Hummingbird through a firewall, this list will help you configure your network by allowing access to the listed addresses. Multipart file uploads need to be allowed for these URLs.

Production environments:

* [https://app.hummingbird.co/](https://app.hummingbird.co)
* <https://s3.us-west-2.amazonaws.com/hummingbird.transient-uploads.prod/>
* <https://s3.us-west-2.amazonaws.com/hummingbird.transient-responses.prod/>

Sandbox environments:

* [https://sandbox.hummingbird.co/](https://sandbox.hummingbird.co)
* <https://s3.us-west-2.amazonaws.com/hummingbird.transient-uploads.sandbox/>
* <https://s3.us-west-2.amazonaws.com/hummingbird.transient-responses.sandbox/>

{% hint style="info" %}
This list is subject to change. Please reach out to the Hummingbird team (<support@hummingbird.co>) for the most updated list.
{% 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://help.hummingbird.co/platform-administration/how-should-i-configure-my-firewall-settings.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.
