diff --git a/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md b/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md
index f31b6ae832..c408986d9b 100644
--- a/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md
+++ b/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md
@@ -4,7 +4,7 @@ description: Instructions to include content in a release
displayed_sidebar: userDocsSidebar
---
-# Including content in a release
+# Including content in a release
Using the [Releases](/user-docs/releases/introduction) feature, you can group several entries to publish them altogether. Adding entries to a release is done from the Content Manager. You can also remove an entry from a release while updating the entry.
diff --git a/docusaurus/docs/user-docs/releases/creating-a-release.md b/docusaurus/docs/user-docs/releases/creating-a-release.md
index cd1f945c3b..2d890f49b0 100644
--- a/docusaurus/docs/user-docs/releases/creating-a-release.md
+++ b/docusaurus/docs/user-docs/releases/creating-a-release.md
@@ -3,7 +3,7 @@ title: Creating a release
description: Instructions to create a release from the admin panel
---
-# Creating a release
+# Creating a release
The [Releases](/user-docs/releases/introduction) page allows creating new releases that will be used to organize entries.
diff --git a/docusaurus/docs/user-docs/releases/introduction.md b/docusaurus/docs/user-docs/releases/introduction.md
index 5f47d8b94d..7bb1d4664c 100644
--- a/docusaurus/docs/user-docs/releases/introduction.md
+++ b/docusaurus/docs/user-docs/releases/introduction.md
@@ -3,11 +3,10 @@ title: Introduction to Releases
description: Introduction to the Releases feature that enables content managers to organize entries to publish/unpublish simultaneously
---
-# Releases
+# Releases
Releases enables content managers to organize entries into containers that can perform publish and unpublish actions simultaneously. A release can contain entries from different content types and can mix locales.
-
-
+
Releases is currently only available as an experimental feature. To enable it, set the appropriate future flag. See future flags documentation for instructions on how to enable a future flag.
diff --git a/docusaurus/docs/user-docs/releases/managing-a-release.md b/docusaurus/docs/user-docs/releases/managing-a-release.md
index 2658995430..3b6eee5f35 100644
--- a/docusaurus/docs/user-docs/releases/managing-a-release.md
+++ b/docusaurus/docs/user-docs/releases/managing-a-release.md
@@ -3,7 +3,8 @@ title: Managing a release
description: Instructions on how to manage a Release from the admin panel
---
-# Managing a release
+
+# Managing a release
Adding entries to a [release](/user-docs/releases/introduction) allow viewing them altogether on a single page.
@@ -35,12 +36,14 @@ You can rename a release. To do so, while on a release page:
3. In the modal, change the name of the release in the _Name_ field.
4. Click **Continue** to save the change.
-
-
+:::callout 🚧 Beta feature
+Use the following command to install the latest version of this feature:
+`npx create-strapi-app@beta`
+:::
-
+A release page can display entries either grouped by locale, content-type, or action (publish or unpublish). To change how entries are grouped, click the **Group by …** dropdown and select an option from the list.
## Publish or unpublish entries
diff --git a/docusaurus/static/img/assets/releases/release-details.png b/docusaurus/static/img/assets/releases/release-details.png
index 836354d4e6..b91df82cd8 100644
Binary files a/docusaurus/static/img/assets/releases/release-details.png and b/docusaurus/static/img/assets/releases/release-details.png differ
diff --git a/docusaurus/static/img/assets/releases/release-details_DARK.png b/docusaurus/static/img/assets/releases/release-details_DARK.png
index 8af2ba24d0..0a59844135 100644
Binary files a/docusaurus/static/img/assets/releases/release-details_DARK.png and b/docusaurus/static/img/assets/releases/release-details_DARK.png differ