diff --git a/src/content/docs/durable-objects/reference/data-location.mdx b/src/content/docs/durable-objects/reference/data-location.mdx
index 176475c99cdba5..57a260277b2b98 100644
--- a/src/content/docs/durable-objects/reference/data-location.mdx
+++ b/src/content/docs/durable-objects/reference/data-location.mdx
@@ -78,17 +78,22 @@ Hints are a best effort and not a guarantee. Unlike with jurisdictions, Durable
### Supported locations
-| Parameter | Location |
-| --------- | --------------------- |
-| wnam | Western North America |
-| enam | Eastern North America |
-| sam | South America |
-| weur | Western Europe |
-| eeur | Eastern Europe |
-| apac | Asia-Pacific |
-| oc | Oceania |
-| afr | Africa |
-| me | Middle East |
+| Parameter | Location |
+| --------- | -------------------------- |
+| wnam | Western North America |
+| enam | Eastern North America |
+| sam | South America 2 |
+| weur | Western Europe |
+| eeur | Eastern Europe |
+| apac | Asia-Pacific |
+| oc | Oceania |
+| afr | Africa 2 |
+| me | Middle East 2 |
1 Dynamic relocation of existing Durable Objects is planned for the
future.
+
+2 Durable Objects currently do not spawn in this location. Instead,
+the Durable Object will spawn in a nearby location which does support Durable
+Objects. For example, Durable Objects hinted to South America spawn in Eastern
+North America instead.