diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx
index a365ee1..2401e47 100644
--- a/manage/blueprints.mdx
+++ b/manage/blueprints.mdx
@@ -1008,7 +1008,7 @@ private-resources:
- Allowed TCP ports or ranges.
+ Allowed TCP ports or ranges. Use comma-separated values for multiple ports or ranges, such as `22,443,8000-9000` or `*` for all ports or leave empty for no ports.
**Default**: `*`
@@ -1017,7 +1017,7 @@ private-resources:
- Allowed UDP ports or ranges.
+ Allowed UDP ports or ranges. Use comma-separated values for multiple ports or ranges, such as `22,443,8000-9000` or `*` for all ports or leave empty for no ports.
**Default**: `*`