diff --git a/docusaurus/docs/cms/api/rest.md b/docusaurus/docs/cms/api/rest.md
index 72b8c61e52..8c501a1078 100644
--- a/docusaurus/docs/cms/api/rest.md
+++ b/docusaurus/docs/cms/api/rest.md
@@ -1,15 +1,17 @@
----
+---
title: REST API reference
-description: Interact with your Content-Types using the REST API endpoints Strapi generates for you.
+description: >-
+ Interact with your Content-Types using the REST API endpoints Strapi generates
+ for you.
displayed_sidebar: cmsSidebar
tags:
-- API
-- Content API
-- documentId
-- Documents
-- plural API ID
-- REST API
-- singular API ID
+ - API
+ - Content API
+ - documentId
+ - Documents
+ - plural API ID
+ - REST API
+ - singular API ID
---
# REST API reference
diff --git a/docusaurus/docs/cms/features/admin-panel.md b/docusaurus/docs/cms/features/admin-panel.md
index ce220a0b12..3755639d22 100644
--- a/docusaurus/docs/cms/features/admin-panel.md
+++ b/docusaurus/docs/cms/features/admin-panel.md
@@ -3,10 +3,10 @@ title: Admin panel
description: Learn to use the admin panel.
toc_max_heading_level: 5
tags:
-- admin panel
-- profile
-- light mode
-- dark mode
+ - admin panel
+ - profile
+ - light mode
+ - dark mode
---
# Administration panel
@@ -130,6 +130,35 @@ Both logos can also be customized programmatically via the Strapi application's
}}
/>
+### Managing admin seats
+
+**Path to configure the admin panel:** *Settings > Global settings > Overview*
+
+The Admin Seats section displays information about the number of admin seats in use and the total number of permitted seats. This information is crucial for managing your Strapi application's user capacity.
+
+
+
+The Admin Seats section shows:
+
+- The current number of seats in use
+- The total number of permitted seats
+- A warning icon if you're at or over the seat limit
+
+If you're using all available seats or have exceeded the limit, you'll see options to manage your seats:
+
+- For Self-Hosted (Gold) users: A "Contact sales" link to request additional seats
+- For Cloud users: A "Manage seats" link to adjust your seat allocation
+
+:::note
+If you're over the seat limit, you won't be able to invite new users until you either increase your seat allocation or remove existing users.
+:::
+
## Usage
:::caution