diff --git a/content/doc/addons/mongodb/_index.md b/content/doc/addons/mongodb/_index.md
index f296ca27..afb8ea4c 100644
--- a/content/doc/addons/mongodb/_index.md
+++ b/content/doc/addons/mongodb/_index.md
@@ -30,19 +30,15 @@ In order to comply with [MongoDB Server Side Public License](https://www.mongodb
### Higher Versions
-If you puchased a higher version from MongoDB and you want to deploy your database on Clever Cloud, please [contact us](https://www.clever-cloud.com/contact/).
-
-## About Free Databases
-
-Free plans are recommended for test and development usage only. Using these databases in production is not recommended, because performance may vary depending on the global usage of the cluster. Therefore, before switching to production, consider upgrading to a dedicated database for better performance.
+If you purchased a higher version from MongoDB and you want to deploy your database on Clever Cloud, [contact us](https://www.clever-cloud.com/contact/).
{{< callout type="warning" >}}
-The ability to create free plan for MongoDB is currently turned off. It may come back in the future.
+DEV plan is no longer available for MongoDB.
{{< /callout >}}
-### Important Note About Fair Use on Free Databases
+### Important note about fair use on DEV plans
-Heavy usage of free databases may impact the shared cluster they rely upon. It will degrade performance of the other databases. To that extent, we set a soft limit of **15 operations/second**. Going above the limit will expose your database to disconnection, would you not answer our notices.
+Heavy usage of DEV databases may impact the shared cluster they rely upon. It will degrade performance of the other databases. To that extent, DEV plan has a limit of **15 operations/second**. Going above the limit might disconnect your database.
{{% content/db-backup %}}
diff --git a/content/doc/find-help/faq.md b/content/doc/find-help/faq.md
index fd4f29bc..ac276f07 100644
--- a/content/doc/find-help/faq.md
+++ b/content/doc/find-help/faq.md
@@ -229,3 +229,11 @@ This way, even if one data center has an accident, your backup are still safe in
To create add-ons, you need to complete your account information, including your city and ZIP code.
For instance, you cannot create a Matomo add-on until you provide these details.
+
+## What is a DEV plan ?
+
+DEV plan is a free-tier plan available for some databases, designed to let customers explore and test these products. They operate on shared clusters, which may result in variable performance; they also have no SLA guarantees.
+
+Some features such as simultaneous connections numbers, functions... might be reduced or unavailable.
+
+Support is not able to provide help in case of DEV plan.
diff --git a/layouts/shortcodes/software_versions_shared_dedicated.html b/layouts/shortcodes/software_versions_shared_dedicated.html
index b742f71c..c5a9728f 100644
--- a/layouts/shortcodes/software_versions_shared_dedicated.html
+++ b/layouts/shortcodes/software_versions_shared_dedicated.html
@@ -33,6 +33,6 @@
{{ if $has_dev }}
- {{ $.Page.RenderString "{{< callout type=\"warning\">}} Important: Dev plans are free and solely for testing purposes. They don't provide the same guarantees or SLAs as dedicated plans. {{< /callout >}}" | safeHTML }}
+ {{ $.Page.RenderString "{{< callout type=\"warning\">}} Important: DEV plan is free, for testing purposes only. It has lower performances and no SLA. You can find more info [in the FAQ](/doc/find-help/faq.md) {{< /callout >}}" | safeHTML }}
{{ end }}