# region

Same with the [`provider`](/configuration/configuration-file/provider.md) configuration option, the `region` acts as a default for services to be launched with stackmate. Specifying a `region` means every service deployed with stackmate uses that region as a default, which basically means that you don't have to specify it in the services themselves

### Accepted values

The values accepted for the `region` configuration attribute, depend on the value you specified for the `provider` attribute, meaning that the `region` should be one of the regions that the cloud provider you specified in the `provider` uses.

For reference, you can check out the regions every cloud provider uses:

* For the `aws` provider: <https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/>


---

# 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.stackmate.io/configuration/configuration-file/region.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.
