diff --git a/mpg/create-and-connect.html.md b/mpg/create-and-connect.html.md
index cccba3bbc8..2cd7bb5aec 100644
--- a/mpg/create-and-connect.html.md
+++ b/mpg/create-and-connect.html.md
@@ -18,7 +18,7 @@ date: 2025-07-11
You'll be prompted to set your clusters:
- Cluster name (must be unique within your organization)
-- Region (see [available MPG regions](/docs/mpg/overview/#regions))
+- Region (see [available MPG regions](/docs/reference/regions/))
- A plan with predefined hardware resources:
- Basic: 2 shared vCPUs, 1GB RAM
- Starter: 2 shared vCPUs, 2GB RAM
diff --git a/mpg/index.html.md b/mpg/index.html.md
index aca506eb52..f39a1755be 100644
--- a/mpg/index.html.md
+++ b/mpg/index.html.md
@@ -45,20 +45,7 @@ We're working on expanding these capabilities and will provide updates as they b
## Regions
-The current regions available for deploying Fly.io Managed Postgres are:
-
-- `ams` - Amsterdam, Netherlands
-- `fra` - Frankfurt, Germany
-- `gru` - São Paulo, Brazil
-- `iad` - Ashburn, Virginia, USA
-- `lax` - Los Angeles, California, USA
-- `lhr` - London, United Kingdom
-- `nrt` - Tokyo, Japan
-- `ord` - Chicago, Illinois, USA
-- `sin` - Singapore
-- `sjc` - San Jose, California, USA
-- `syd` - Sydney, Australia
-- `yyz` - Toronto, Canada
+See the [regions reference](/docs/reference/regions/) for where you can create a Managed Postgres cluster, or run `fly platform regions`.
We'll be rolling out more regions as soon as we can. Choose a region close to your application for optimal performance.
diff --git a/mpg/overview.html.md b/mpg/overview.html.md
index c7f70edd2c..a780027992 100644
--- a/mpg/overview.html.md
+++ b/mpg/overview.html.md
@@ -104,20 +104,7 @@ This command is useful when you want to connect to your database from your local
## Regions
-The current regions available for deploying Fly.io Managed Postgres are:
-
-- `ams` - Amsterdam, Netherlands
-- `fra` - Frankfurt, Germany
-- `gru` - São Paulo, Brazil
-- `iad` - Ashburn, Virginia, USA
-- `lax` - Los Angeles, California, USA
-- `lhr` - London, United Kingdom
-- `nrt` - Tokyo, Japan
-- `ord` - Chicago, Illinois, USA
-- `sin` - Singapore
-- `sjc` - San Jose, California, USA
-- `syd` - Sydney, Australia
-- `yyz` - Toronto, Canada
+See the [regions reference](/docs/reference/regions/) for where you can create a Managed Postgres cluster, or run `fly platform regions`.
We'll be rolling out more regions as soon as we can. Choose a region close to your application for optimal performance.
diff --git a/reference/regions.html.markerb b/reference/regions.html.markerb
index da0c6c33d8..ba478923c6 100644
--- a/reference/regions.html.markerb
+++ b/reference/regions.html.markerb
@@ -18,28 +18,29 @@ Run fly platform regions to get a list of regions.
You can host your apps in any of the following regions.
-| Region ID | Region Location | Gateway |
-|-----------|-------------------------------|-------------|
-| ams | Amsterdam, Netherlands | ✓ |
-| arn | Stockholm, Sweden | ✓ |
-| bom | Mumbai, India | ✓ |
-| cdg | Paris, France | ✓ |
-| dfw | Dallas, Texas (US) | ✓ |
-| ewr | Secaucus, NJ (US) | ✓ |
-| fra | Frankfurt, Germany | ✓ |
-| gru | Sao Paulo, Brazil | |
-| iad | Ashburn, Virginia (US) | ✓ |
-| jnb | Johannesburg, South Africa | |
-| lax | Los Angeles, California (US) | ✓ |
-| lhr | London, United Kingdom | ✓ |
-| nrt | Tokyo, Japan | ✓ |
-| ord | Chicago, Illinois (US) | ✓ |
-| sin | Singapore, Singapore | ✓ |
-| sjc | San Jose, California (US) | ✓ |
-| syd | Sydney, Australia | ✓ |
-| yyz | Toronto, Canada | ✓ |
+| Region ID | Region Location | Gateway | MPG |
+|-----------|-------------------------------|-------------|-------------|
+| ams | Amsterdam, Netherlands | ✓ | ✓ |
+| arn | Stockholm, Sweden | ✓ | |
+| bom | Mumbai, India | ✓ | |
+| cdg | Paris, France | ✓ | |
+| dfw | Dallas, Texas (US) | ✓ | ✓ |
+| ewr | Secaucus, NJ (US) | ✓ | |
+| fra | Frankfurt, Germany | ✓ | ✓ |
+| gru | Sao Paulo, Brazil | | ✓ |
+| iad | Ashburn, Virginia (US) | ✓ | ✓ |
+| jnb | Johannesburg, South Africa | | |
+| lax | Los Angeles, California (US) | ✓ | ✓ |
+| lhr | London, United Kingdom | ✓ | ✓ |
+| nrt | Tokyo, Japan | ✓ | ✓ |
+| ord | Chicago, Illinois (US) | ✓ | ✓ |
+| sin | Singapore, Singapore | ✓ | ✓ |
+| sjc | San Jose, California (US) | ✓ | ✓ |
+| syd | Sydney, Australia | ✓ | ✓ |
+| yyz | Toronto, Canada | ✓ | ✓ |
- **Gateway regions:** "Gateway" regions also have WireGuard gateways, through which you connect to your organization's private network.
+- **MPG regions:** "MPG" regions can host [Managed Postgres](/docs/mpg/) clusters.
## Discovering your app's region