diff --git a/docusaurus/docs/cloud/projects/settings.md b/docusaurus/docs/cloud/projects/settings.md
index 43984894ea..311a14e497 100644
--- a/docusaurus/docs/cloud/projects/settings.md
+++ b/docusaurus/docs/cloud/projects/settings.md
@@ -100,12 +100,16 @@ You can delete any Strapi Cloud project, but it will be permanent and irreversib
## Backups {#backups}
-The  *Backups* tab informs you of the status and date of the latest backup of your Strapi Cloud projects. The databases associated with all existing Strapi Cloud projects are indeed automatically backed up weekly and those backups are retained for a one-month period.
+The  *Backups* tab informs you of the status and date of the latest backup of your Strapi Cloud projects. The databases associated with all existing Strapi Cloud projects are indeed automatically backed up weekly and those backups are retained for a one-month period. Additionally, you can create a single manual backup.
-:::note
-The backup feature is not available for Strapi Cloud projects using the free trial or the Developer plan. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up.
+:::note Notes
+
+- The backup feature is not available for Strapi Cloud projects using the free trial or the Developer plan. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up and to have access to manual backups.
+
+- Only project owners can restore a backup. Maintainers have access to the  *Backups* tab but the **Restore backup** button won't be displayed for them. Refer to [Collaboration](/cloud/projects/collaboration) for more information.
+
+- The manual backup option should become available shortly after project's first succesful deployment.
-Note also that only project owners can restore a backup. Maintainers have access to the  *Backups* tab but the **Restore backup** button won't be displayed for them. Refer to [Collaboration](/cloud/projects/collaboration) for more information.
:::
:::tip
@@ -120,12 +124,22 @@ For projects created before the release of the Backup feature in October 2023, t
}}
/>
+### Creating a manual backup
+
+To create a manual backup, in the  *Backups* section, click on the **Create backup** button.
+
+The manual backup should start immediately, and restoration or creation of other backups will be disabled until backup is complete.
+
+:::caution
+When creating a new manual backup, any existing manual backup will be deleted. You can only have one manual backup at a time.
+:::
+
### Restoring a backup
If you need to restore a backup of your project:
1. In the  *Backups* section, click on the **Restore backup** button.
-2. In the dialog, choose one of the available backups of your project in the *Choose backup* drop-down.
+2. In the dialog, choose one of the available backups (automatic or manual) of your project in the *Choose backup* drop-down.
3. Click on the **Restore** button of the dialog. Once the restoration finished, your project will be back to the state it was at the time of the chosen backup.
## Domains
@@ -282,4 +296,4 @@ The  *Invoices* tab displays the
:::strapi Invoices are also available in your profile settings.
In the *Profile > Invoices* tab, you will find the complete list of invoices for all your projects. Feel free to check the [dedicated documentation](/cloud/account/account-billing#account-invoices).
-:::
\ No newline at end of file
+:::
diff --git a/docusaurus/static/img/assets/cloud/settings_backups.png b/docusaurus/static/img/assets/cloud/settings_backups.png
index 2f8ff80a2a..f3d7e2e900 100644
Binary files a/docusaurus/static/img/assets/cloud/settings_backups.png and b/docusaurus/static/img/assets/cloud/settings_backups.png differ
diff --git a/docusaurus/static/img/assets/cloud/settings_backups_DARK.png b/docusaurus/static/img/assets/cloud/settings_backups_DARK.png
index d3fdbc9e82..e2a94257d3 100644
Binary files a/docusaurus/static/img/assets/cloud/settings_backups_DARK.png and b/docusaurus/static/img/assets/cloud/settings_backups_DARK.png differ