# MapsIndoors SDK Firewall

If you need to work with MapsIndoors SDK from behind a firewall, you might need to allowlist the following IP addresses:

| Service               | URL                         | IP                | Port | Regions                                                           | Other                                  |
| --------------------- | --------------------------- | ----------------- | ---- | ----------------------------------------------------------------- | -------------------------------------- |
| Auth API/Login        | auth.mapsindoors.com        | 34.34.4.115       | 443  | Europe                                                            |                                        |
| Booking API           | booking.mapsindoors.com     | 34.34.4.115       | 443  | Europe                                                            |                                        |
| Integration API       | integration.mapsindoors.com | 34.34.4.115       | 443  | Europe                                                            |                                        |
| Live data API         | liveapi.mapsindoors.com     | 34.34.4.115       | 443  | Europe                                                            |                                        |
| Manager API           | v2.mapsindoors.com          | 34.34.4.115       | 443  | Europe                                                            |                                        |
| Livedata MQ Websocket | livedata-mq.mapsindoors.com | 34.34.4.115       | 8084 | Europe                                                            |                                        |
| Map Template          | map.mapsindoors.com         | 35.190.36.244     | 443  | Europe                                                            |                                        |
| Client API            | api.mapsindoors.com         | 35.190.6.186      | 443  | US Central, US East, EU West, Asia Southeast, Australia Southeast |                                        |
| Tiles CDN             | tiles.mapsindoors.com       | 34.126.226.211    | 443  | Global                                                            |                                        |
| Media API             | media.mapsindoors.com       | 34.104.35.183     | 443  | Global                                                            |                                        |
| Assets                | app.mapsindoors.com         | CDN non static IP | 443  | Global                                                            | ip-ranges.amazonaws.com/ip-ranges.json |

Additionally, to work with Mapbox or Google Maps from behind a firewall, you might need to allow the addresses listed in the following documents:

* <https://docs.mapbox.com/help/troubleshooting/firewalls/>
* <https://developers.google.com/maps/domains>


---

# 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.mapsindoors.com/mapsindoors-sdk-firewall.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.
