diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx
index b5577d1..5774cfb 100644
--- a/manage/blueprints.mdx
+++ b/manage/blueprints.mdx
@@ -698,10 +698,53 @@ public-resources:
- Value to compare against, such as an IP, CIDR, path, country code, ASN, or region.
+ Value to compare against, such as an IP, CIDR, path, two letter country code, ASN, or region.
YAML: `value: US`
Container label: `pangolin.public-resources.web-app.rules[0].value=US`
+
+ When using match: region, the value must be a supported region code. The following region IDs are available, based on the United Nations geoscheme:
+
+ - 002: Africa
+
+ - 015: Northern Africa
+ - 014: Eastern Africa
+ - 017: Middle Africa
+ - 018: Southern Africa
+ - 011: Western Africa
+
+ - 019: Americas
+
+ - 029: Caribbean
+ - 013: Central America
+ - 005: South America
+ - 021: Northern America
+
+ - 142: Asia
+
+ - 143: Central Asia
+ - 030: Eastern Asia
+ - 035: South-Eastern Asia
+ - 034: Southern Asia
+ - 145: Western Asia
+
+ - 150: Europe
+
+ - 151: Eastern Europe
+ - 154: Northern Europe
+ - 039: Southern Europe
+ - 155: Western Europe
+
+ - 009: Oceania
+
+ - 053: Australia and New Zealand
+ - 054: Melanesia
+ - 057: Micronesia
+ - 061: Polynesia
+
+
+ Use the top-level code (e.g., 019 for all Americas) or a subregion code (e.g., 021 for Northern America) as needed.
+