diff --git a/docs/user-guide/admin-usage/namepsace.md b/docs/user-guide/admin-usage/namepsace.md
new file mode 100644
index 00000000000..6b2601d26e7
--- /dev/null
+++ b/docs/user-guide/admin-usage/namepsace.md
@@ -0,0 +1,48 @@
+# Namespace Management
+
+## 1. Background and Explanation
+
+Currently, when managing gateways for different business line needs, multiple sets of ShenYu Admin and ShenYu Gateway are often deployed simultaneously. To ensure data independence, each gateway usually connects to only one ShenYu Admin. However, this architecture increases user and operational costs. To provide a more convenient user experience, ShenYu Admin introduces namespaces for data isolation, allowing management of gateway data across different business lines with just one set of ShenYu Admin and ShenYu Bootstrap services.
+
+Note: To facilitate usage, a default namespace already exists in the system; please do not manually delete the default namespace records in the database.
+
+## 2.Usage Process
+
+### 1.Create a New Namespace
+
+Users log into the ShenYu Admin backend and select 【Basic Config - Namespace】.
+
+
+
+In the namespace management module, click Add Data to create a new namespace. Simply fill in the 【Name】 and 【Description】 fields; the system will automatically generate a namespaceId.
+
+
+
+After successful creation, a unique namespaceId will be automatically generated.
+
+
+
+### 2.Configure Namespace for Downstream Services (shenyu-client)
+
+Once you have the namespaceId, you can configure it in the downstream services (already integrated with shenyu-client) in the configuration file to use one or more namespaceIds.
+
+
+
+### 3.Manage Data the Namespace
+
+Once data from Shenyu-client is registered under the specified namespace in Shenyu-admin, the backend management supports isolated gateway data. Users can switch between different namespaces for operations via the button in the upper right corner.
+
+
+
+### 4.Configure Namespace for Gateway (bootstrap)
+
+Note: A gateway can only bind to a single unique namespaceId
+
+
+
+## 3.Important Changes
+
+#### 1. The concept of Plugins in the old version has changed to Plugin Templates. The current Plugin model is now under the namespace, while in the database, Plugin Templates correspond to the plugin table, and Plugins correspond to the namespace_plugin_rel table.
+
+#### 2. The Apidoc module has been decoupled from selectors, Rules, etc.
+
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md
new file mode 100644
index 00000000000..4bb7d45400d
--- /dev/null
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md
@@ -0,0 +1,48 @@
+# 命名空间(namespace)管理
+
+## 1. 背景与说明
+
+目前在管理不同业务线需求的网关时,常常需要同时部署多套 ShenYu Admin 和 ShenYu Gateway。为了确保数据独立性,通常每个网关只能连接一 个 ShenYu Admin。但是,这样的架构会增加用户使用成本和运维成本。 为了提供更便捷的使用体验,ShenYu Admin 引入了命名空间来实现数据隔离,用 于管理不同业务线的网关数据。企业或个人用户只需配置一套ShenYu Admin 和 ShenYu Bootstrap 服务,然后通过命名空间来管理不同业务线的网关数据。
+
+特别说明:为了方便大家的使用,系统中已经存在默认的命名空间,请不要在数据库中手动删除默认命名空间的记录;
+
+## 2.使用流程
+
+### 1.创建新命名空间
+
+用户登录shenyu-admin后台,选择【基础配置-命名空间管理】
+
+
+
+命名空间管理模块下点击添加数据即可新增命名空间,只需填写【名字】和【描述】系统会自动生成namespaceId
+
+
+
+创建成功后会自动生成唯一namespaceId
+
+
+
+### 2.下游服务配置命名空间(shenyu-client)
+
+得到namespaceId以后,我们可以在下游服务(已经引入shenyu-client),配置文件中配置单个或多个namespaceId
+
+
+
+### 3.管理命名空间下的数据
+
+在Shenyu-client的数据注册到Shenyu-admin指定的命名空间下后。在后台管理端中,支持命名空间隔离的网关数据,用户可以通过右上角按钮切换到不同命名空间下进行操作
+
+
+
+### 4.网关配置命名空间(bootstrap)
+
+注意:一个网关只能绑定唯一namespaceId
+
+
+
+## 3.重要改动说明
+
+#### 1.旧版本的【插件】的概念已经变成【插件模板】概念,现在的【插件】模型已经是命名空间下的插件,而在数据库中【插件模板】对应plugin表,【插件】对应namespace_plugin_rel 表
+
+#### 2.Apidoc模块已经与selector、Rule等解绑
+
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-Id-en.png b/static/img/shenyu/basicConfig/namespace/namespace-Id-en.png
new file mode 100644
index 00000000000..c418dc51637
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-Id-en.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-Id.png b/static/img/shenyu/basicConfig/namespace/namespace-Id.png
new file mode 100644
index 00000000000..f3a24b3092c
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-Id.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-add-en.png b/static/img/shenyu/basicConfig/namespace/namespace-add-en.png
new file mode 100644
index 00000000000..ea3fe0aa616
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-add-en.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-add.png b/static/img/shenyu/basicConfig/namespace/namespace-add.png
new file mode 100644
index 00000000000..c5396c3d09f
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-add.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-bootstrap.png b/static/img/shenyu/basicConfig/namespace/namespace-bootstrap.png
new file mode 100644
index 00000000000..2ab42e65135
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-bootstrap.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-divide-en.png b/static/img/shenyu/basicConfig/namespace/namespace-divide-en.png
new file mode 100644
index 00000000000..b6554e2ca4f
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-divide-en.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-divide.png b/static/img/shenyu/basicConfig/namespace/namespace-divide.png
new file mode 100644
index 00000000000..c3b1f845df7
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-divide.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-manager-en.png b/static/img/shenyu/basicConfig/namespace/namespace-manager-en.png
new file mode 100644
index 00000000000..cba1fc231af
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-manager-en.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-manager.png b/static/img/shenyu/basicConfig/namespace/namespace-manager.png
new file mode 100644
index 00000000000..288045a109a
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-manager.png differ
diff --git a/static/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png b/static/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png
new file mode 100644
index 00000000000..6d73d033f20
Binary files /dev/null and b/static/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png differ