# IP whitelisting

If you're using our cloud-based SaaS , CARTO will connect to your databases using a set of static IPs for each region. These static IPs can be whitelisted in your security setups as needed. Here’s the list of static IPs, with an endpoint that you can use to validate or retrieve them.

{% hint style="info" %}
**What is my organization's region?**

The region (tenant) is specified when creating the organization. Your region is always visible to your admin in the [Organization Settings](https://docs.carto.com/carto-user-manual/settings).

If you're not an admin you can still check your region by looking at the URL: *`clausa`* stands for US, *`pinea`* for EU, *`thunbergil`* for Japan, and *`radiata`* for Australia.
{% endhint %}

**🇺🇸 us-east1**

* `35.185.63.239`
* `104.196.59.4`
* `34.73.63.7`
* `34.139.239.104`

Get this list via [API](https://workspace-gcp-us-east1.app.carto.com/meta).

**🇪🇺 europe-west1**

* `34.79.53.57`
* `35.195.132.75`
* `34.78.167.2`
* `35.187.123.190`

Get this list via [API](https://workspace-gcp-europe-west1.app.carto.com/meta).

**🇯🇵 asia-northeast1**

* `34.85.15.12`
* `35.200.23.186`

Get this list via [API](https://workspace-gcp-asia-northeast1.app.carto.com/meta).

**🇦🇺 australia-southeast1**

* `34.151.87.148`
* `35.201.15.104`

Get this list via [API](https://workspace-gcp-australia-southeast1.app.carto.com/meta).


---

# 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.carto.com/carto-user-manual/connections/ip-whitelisting.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.
