> ## Documentation Index
> Fetch the complete documentation index at: https://docs.playflowcloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Server Regions

> Deploy your game servers across the globe to ensure the lowest latency for your players.

PlayFlow operates a global network of data centers, allowing you to deploy your dedicated servers as close to your players as possible. Choosing the right region is the most effective way to reduce latency and provide a smooth gameplay experience.

The `region` field is **required** when you start a server. You select it when launching a new server via the dashboard or through the [Game Servers API](/unity/game-servers).

## Available Regions

Below is the full list of currently supported deployment regions.

| Region Name                | Region ID              | Location             | Flag |
| :------------------------- | :--------------------- | :------------------- | :--: |
| North America (US East)    | `us-east`              | Secaucus, New Jersey | 🇺🇸 |
| North America (US Central) | `us-south`             | Dallas, Texas        | 🇺🇸 |
| North America (US West)    | `us-west`              | Los Angeles          | 🇺🇸 |
| Europe (Sweden)            | `eu-north`             | Stockholm            | 🇸🇪 |
| Europe (Germany)           | `eu-west`              | Frankfurt            | 🇩🇪 |
| Europe (United Kingdom)    | `eu-uk`                | London               | 🇬🇧 |
| Asia (India)               | `ap-south`             | Mumbai               | 🇮🇳 |
| Asia (Singapore)           | `sea`                  | Singapore            | 🇸🇬 |
| Asia (Japan)               | `ap-north`             | Tokyo                | 🇯🇵 |
| Australia                  | `ap-southeast`         | Sydney               | 🇦🇺 |
| Africa (South Africa)      | `south-africa`         | Johannesburg         | 🇿🇦 |
| South America (Brazil)     | `south-america-brazil` | São Paulo            | 🇧🇷 |
| South America (Chile)      | `south-america-chile`  | São Paulo (nearest)  | 🇨🇱 |

<Info>
  Region IDs are case-insensitive — pass the exact `Region ID` value shown above (lowercase) when you start a server.
</Info>
