diff --git a/cloud/assets/product-features-automatic-storage-extension-edit-configuration.png b/cloud/assets/product-features-automatic-storage-extension-edit-configuration.png
new file mode 100644
index 0000000000..6c202bb974
Binary files /dev/null and b/cloud/assets/product-features-automatic-storage-extension-edit-configuration.png differ
diff --git a/cloud/cloud-features.mdx b/cloud/cloud-features.mdx
index e09dbc34a8..c600a3ab7b 100644
--- a/cloud/cloud-features.mdx
+++ b/cloud/cloud-features.mdx
@@ -245,10 +245,66 @@ This feature is available only for *RavenDB* **7.0 and newer**.
## Automatic Storage Extension
-*RavenDB Cloud* allows you to automatically extend your *RavenDB Cloud* instances disk storage upon reaching set threshold of used memory percentage.
+*RavenDB Cloud* can automatically extend the disk storage of your instances when usage exceeds
+a configured threshold. This helps prevent running out of disk space without manual intervention.
-Click **Configure** Button in *Automatic Storage Extension* feature row in order to configure the threshold.
+The feature is **enabled by default** on all eligible products with a threshold of **90%** used disk space,
+and is available **free of charge**.
-
+
+Automatic Storage Extension is available for **Development** and **Production** tier products.
+It is **not** available for Free tier products, Dev10 instance types, or PN-type instances.
+
+
+### How It Works
+
+Disk usage is monitored periodically on each instance node. When the used disk space exceeds the configured
+threshold, the system automatically extends the disk to the next available size for your instance type.
+
+You will receive an email notification when storage is successfully extended, including the previous size,
+new size, and maximum available size.
+
+### Configuration
+
+Click the **Configure** button in the *Automatic Storage Extension* feature row to view and adjust the threshold.
+
+| Parameter | Description |
+|---|---|
+| Disk Space Used Threshold | The percentage of used disk space that triggers automatic storage extension. Range: **70%** to **95%**. Default: **90%**. |
+
+
+
+Click the **Edit** button to change the threshold.
+
+
+
+### Enabling and Disabling
+
+Automatic Storage Extension is enabled by default on all eligible products.
+To disable or re-enable it, use the toggle in the *Automatic Storage Extension* feature row on the product page.
+
+
+For products on a **yearly contract**, the Automatic Storage Extension feature cannot be toggled on or off,
+and its threshold cannot be changed through the portal. Please contact [support](../cloud/cloud-support.mdx)
+to make changes.
+
+
+### Storage Extension Limits
+
+In some cases, automatic storage extension cannot proceed. When this happens, you will receive an email
+notification explaining the reason.
+
+
+
+Storage will **not** be automatically extended in the following cases:
+
+- **Maximum disk size for instance type reached** — the largest disk size available for your current
+ instance type has been reached. Upgrade to a higher instance type to allow further extension.
+- **Maximum root disk size exceeded** — the cloud provider's maximum root disk size has been reached
+ (AWS: 1,000 GB, Azure: 1,024 GB, GCP: 1,000 GB). Consider migrating to a
+ [Data Disk](../cloud/cloud-scaling.mdx#data-disks) for storage beyond this limit.
+- **Yearly contracts** — automatic storage extension is blocked for products on yearly contracts.
+
+
diff --git a/cloud/cloud-scaling.mdx b/cloud/cloud-scaling.mdx
index 8afec568e2..1cf0d4d850 100644
--- a/cloud/cloud-scaling.mdx
+++ b/cloud/cloud-scaling.mdx
@@ -95,6 +95,12 @@ There are two types of storage: **Standard** and **Premium**. They differ signif
depending on the cloud provider in question. Pick either to change your current storage capacity.

+
+
+*RavenDB Cloud* can also extend storage **automatically** when disk usage exceeds a configured threshold.
+See [Automatic Storage Extension](../cloud/cloud-features.mdx#automatic-storage-extension) for details.
+
+
### AWS Disks
#### AWS Standard & Premium - Default Performance