> For the complete documentation index, see [llms.txt](https://docs.weka.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weka.io/4.1/install/weka-installation-on-gcp/required-services-and-supported-regions.md).

# Required services and supported regions

The region must support the services used in WEKA on GCP. The following sections list these services and the regions that support them.

{% hint style="info" %}
If you need to use a region that is missing from the list, contact the [Customer Success Team](/4.1/support/getting-support-for-your-weka-system.md#contact-customer-success-team).&#x20;
{% endhint %}

## Required services used in WEKA on GCP

* Cloud Build API
* Cloud Deployment Manager V2 API
* Cloud DNS API
* Cloud Functions API
* Cloud Logging API
* Cloud Resource Manager API
* Cloud Scheduler API
* Compute Engine API
* Secret Manager API
* Serverless VPC Access API
* Service Usage API
* Workflow Executions API
* Workflows API

Other services used or enabled:

* App Engine
* IAM
* Google Cloud Storage

## Supported regions

* Americas
  * Oregon (us-west1)
  * Las Vegas (us-west4)
  * Iowa (us-central1)
  * South Carolina (us-east1)
  * N. Virginia (us-east4)
  * Montréal (northamerica-northeast1)
  * São Paulo (southamerica-east1)
  * Columbus (us-east5)
  * Santiago (southamerica-west1)
* Europe
  * London (europe-west2)
  * Belgium (europe-west1)
  * Netherlands (europe-west4)
  * Zurich (europe-west6)
  * Frankfurt (europe-west3)
  * Hamina (europe-north1)
* Asia Pacific
  * Mumbai (asia-south1)
  * Delhi (asia-south2)
  * Singapore (asia-southeast1)
  * Taiwan (asia-east1)
  * Tokyo (asia-northeast1)
  * Osaka (asia-northeast2)
  * Sydney (australia-southeast1)

**Related information**

[GCP locations](https://cloud.google.com/about/locations)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.weka.io/4.1/install/weka-installation-on-gcp/required-services-and-supported-regions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
