diff --git a/content/en/docs/project-user-guide/application-workloads/deployments.md b/content/en/docs/project-user-guide/application-workloads/deployments.md
index 81d913197..800adcdac 100644
--- a/content/en/docs/project-user-guide/application-workloads/deployments.md
+++ b/content/en/docs/project-user-guide/application-workloads/deployments.md
@@ -141,3 +141,35 @@ You can set a policy for node scheduling and add metadata in this section. When
### Revision records
After the resource template of workload is changed, a new log will be generated and Pods will be rescheduled for a version update. The latest 10 versions will be saved by default. You can implement a redeployment based on the change log.
+
+### Matadata
+
+Click the **Metadata** tab to view the labels and annotations of the Deployment.
+
+
+
+### Monitoring
+
+1. Click the **Monitoring** tab to view the CPU usage, memory usage, outbound traffic, and inbound traffic of the Deployment.
+
+ 
+
+2. Click the drop-down menu in the top-right corner to customize the time range and time interval.
+
+ 
+
+3. Click
/
in the top-right corner to start/stop automatic data refreshing.
+
+4. Click
in the top-right corner to manually refresh the data.
+
+### Environment variables
+
+Click the **Environment Variables** tab to view the environment variables of the Deployment.
+
+
+
+### Events
+
+Click the **Events** tab to view the events of the Deployment.
+
+
\ No newline at end of file
diff --git a/static/images/docs/project-user-guide/workloads/deployments_autorefresh_start.png b/static/images/docs/project-user-guide/workloads/deployments_autorefresh_start.png
new file mode 100644
index 000000000..ece8e01f8
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_autorefresh_start.png differ
diff --git a/static/images/docs/project-user-guide/workloads/deployments_autorefresh_stop.png b/static/images/docs/project-user-guide/workloads/deployments_autorefresh_stop.png
new file mode 100644
index 000000000..e02450c69
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_autorefresh_stop.png differ
diff --git a/static/images/docs/project-user-guide/workloads/deployments_env_variable.png b/static/images/docs/project-user-guide/workloads/deployments_env_variable.png
new file mode 100644
index 000000000..e36c50f29
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_env_variable.png differ
diff --git a/static/images/docs/project-user-guide/workloads/deployments_events.png b/static/images/docs/project-user-guide/workloads/deployments_events.png
new file mode 100644
index 000000000..10bead467
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_events.png differ
diff --git a/static/images/docs/project-user-guide/workloads/deployments_metadata.png b/static/images/docs/project-user-guide/workloads/deployments_metadata.png
new file mode 100644
index 000000000..0fd123428
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_metadata.png differ
diff --git a/static/images/docs/project-user-guide/workloads/deployments_monitoring.png b/static/images/docs/project-user-guide/workloads/deployments_monitoring.png
new file mode 100644
index 000000000..14b086cb6
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_monitoring.png differ
diff --git a/static/images/docs/project-user-guide/workloads/deployments_refresh.png b/static/images/docs/project-user-guide/workloads/deployments_refresh.png
new file mode 100644
index 000000000..7cbe7aeb1
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_refresh.png differ
diff --git a/static/images/docs/project-user-guide/workloads/deployments_time_range.png b/static/images/docs/project-user-guide/workloads/deployments_time_range.png
new file mode 100644
index 000000000..694bf6751
Binary files /dev/null and b/static/images/docs/project-user-guide/workloads/deployments_time_range.png differ