diff --git a/content/en/references/configuration.md b/content/en/references/configuration.md
index 20b2cf33c5..35c96f7924 100644
--- a/content/en/references/configuration.md
+++ b/content/en/references/configuration.md
@@ -357,6 +357,7 @@ To learn more about these configuration options, see [Cloud Pods]({{< ref "user-
| `AUTO_LOAD_POD` | | Comma-separated list of Cloud Pods to be automatically loaded at startup time. This feature is disabled when snapshot persistence is set via the `PERSISTENCE` variable. |
| `POD_LOAD_CLI_TIMEOUT` | 60 (default) | Timeout in seconds to wait before returning from load operations on the Cloud Pods CLI |
| `POD_ENCRYPTION` | `0` (default) \| `1` | Whether to encrypt the Cloud Pods artifacts at rest. |
+| `ENABLE_POD_RESOURCES=1` | `0` (default) \| `1` | Whether to save a detailed Stack Overview including available resources for the Cloud Pod |
## Extensions
diff --git a/content/en/user-guide/state-management/cloud-pods/cloud-pod-details.png b/content/en/user-guide/state-management/cloud-pods/cloud-pod-details.png
new file mode 100644
index 0000000000..2d5cdde5da
Binary files /dev/null and b/content/en/user-guide/state-management/cloud-pods/cloud-pod-details.png differ
diff --git a/content/en/user-guide/state-management/cloud-pods/index.md b/content/en/user-guide/state-management/cloud-pods/index.md
index 6eb607946a..69ef947aa9 100644
--- a/content/en/user-guide/state-management/cloud-pods/index.md
+++ b/content/en/user-guide/state-management/cloud-pods/index.md
@@ -205,6 +205,7 @@ The LocalStack Web Application enables you to :
- Browse your Cloud Pods and access your version history.
- Export & import Cloud Pods to and from LocalStack instances.
+- View Cloud Pods metadata, resources, regions, and version history.
### Browse Cloud Pods
@@ -222,6 +223,25 @@ The Cloud Pods Browser provides the following functionalities:
- **View Cloud Pod storage**: View the organization storage usage and user storage usage on top of the Cloud Pods Browser.
- **Delete Cloud Pod**: Delete a Cloud Pod by selecting the Cloud Pod and navigating to the **Actions** button, followed by **Delete**.
+### View Cloud Pods metadata
+
+You can view Cloud Pods metadata by selecting any Cloud Pod in the [Cloud Pods Browser](https://app.localstack.cloud/pods).
+The metadata includes details such as:
+
+- The user who created the Cloud Pod
+- The creation timestamp
+- The LocalStack version used to create the Cloud Pod
+- The size of the Cloud Pod
+- The service resources contained in the Cloud Pod
+
+You can view detailed information within a Cloud Pod, including available resources, categorized services with configurations, and quick access to resource identifiers and endpoints—all without loading the Cloud Pod into your LocalStack runtime.
+
+To save metadata with resource details in the Cloud Pod, ensure your LocalStack container is running and save the Cloud Pod with `ENABLE_POD_RESOURCES=1`.
+Cloud Pods saved without this configuration enabled will not display granular details.
+
+
+
+
### Export & Import Cloud Pods
You can export and import your LocalStack infrastructure state as a Cloud Pod using the LocalStack Web Application.