# Cloud services and regions

## Overview

In order to allow **Content Creators** to define which services and regions can be used in a Track, a Team **Owner**, must configure which ones are allowed within the team for every cloud provider.

## Configuration

In order to configure which services and regions are allowed in a cloud provider:

{% tabs %}
{% tab title="🌐 Web UI" %}

* Click **Settings -> Cloud providers**.
* In the tabs section, select the desired cloud provider: **AWS**, **GCP** or **Azure**.
* In order to configure the **Services,** click **Manage** button in services section and search for the desired ones. Click on **Save** to update your configuration.
* In order to configure the **Regions**, click **Manage** button in the regions sections and search for the desired ones. Click on **Save** to update your configuration.
* Finally, Content Creators, will be able to select and use those **Services** and **Regions** in their tracks.
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
The complete list of services and regions can be found in [Allowed services and regions](/sandboxes/manage/cloud-services-and-regions/allowed-services-and-regions.md)
{% endhint %}

{% hint style="warning" %}
You will not be able to disallow a service and/or region if it's being used in a track.
{% endhint %}

{% hint style="info" %}
Per track you can specify which services and regions are available. See [Cloud accounts](/sandboxes/cloud-accounts.md) for how to configure it per provider.
{% 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://docs.instruqt.com/sandboxes/manage/cloud-services-and-regions.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.
