diff --git a/en/SUMMARY.md b/en/SUMMARY.md
index b366784..581b171 100644
--- a/en/SUMMARY.md
+++ b/en/SUMMARY.md
@@ -97,6 +97,8 @@
* [Collaboration](guides/workspace/README.md)
* [Discover](guides/workspace/app/README.md)
* [Invite and Manage Members](guides/workspace/invite-and-manage-members.md)
+* [Management](guides/management/README.md)
+ * [Manage App](guides/management/manage-app.md)
## Community
diff --git a/en/guides/application-orchestrate/creating-an-application.md b/en/guides/application-orchestrate/creating-an-application.md
index 92162e7..4320a66 100644
--- a/en/guides/application-orchestrate/creating-an-application.md
+++ b/en/guides/application-orchestrate/creating-an-application.md
@@ -40,28 +40,3 @@ If you have obtained a template (DSL file) from the community or others, you can
Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information.
{% endhint %}
-### Editing Application Information
-
-After creating an application, if you want to modify the application name or description, you can click "Edit info" in the upper left corner of the application to revise the application's icon, name, or description.
-
-
Edit App Info
-
-### Duplicating Application
-
-All applications support copying. Click "Duplicate" in the upper left corner of the application.
-
-### Exporting Application
-
-Applications created in Dify can be exported in DSL format. You can freely import the configuration file into any Dify workspace.
-
-{% hint style="info" %}
-Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information.
-{% endhint %}
-
-### Deleting Application
-
-If you want to remove an application, you can click "Delete" in the upper left corner of the application.
-
-{% hint style="info" %}
-⚠️ The deletion of an application cannot be undone. All users will be unable to access your application, and all prompts, orchestration configurations, and logs within the application will be deleted.
-{% endhint %}
diff --git a/en/guides/management/README.md b/en/guides/management/README.md
new file mode 100644
index 0000000..822ee45
--- /dev/null
+++ b/en/guides/management/README.md
@@ -0,0 +1,2 @@
+# Management
+
diff --git a/en/guides/management/manage-app.md b/en/guides/management/manage-app.md
new file mode 100644
index 0000000..341d46d
--- /dev/null
+++ b/en/guides/management/manage-app.md
@@ -0,0 +1,31 @@
+# Manage App
+
+### Editing Application Information
+
+After creating an application, if you want to modify the application name or description, you can click "Edit info" in the upper left corner of the application to revise the application's icon, name, or description.
+
+
Edit App Info
+
+### Duplicating Application
+
+All applications support copying. Click "Duplicate" in the upper left corner of the application.
+
+### Switch to Workflow Orchestrate
+
+TODO 🚧
+
+### Exporting Application
+
+Applications created in Dify can be exported in DSL format. You can freely import the configuration file into any Dify workspace.
+
+{% hint style="info" %}
+Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information.
+{% endhint %}
+
+### Deleting Application
+
+If you want to remove an application, you can click "Delete" in the upper left corner of the application.
+
+{% hint style="info" %}
+⚠️ The deletion of an application cannot be undone. All users will be unable to access your application, and all prompts, orchestration configurations, and logs within the application will be deleted.
+{% endhint %}