diff --git a/.gitignore b/.gitignore
index d21242a..a71fe13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,7 @@ venv.bak/
.idea/
.ideaDataSources/
-.vscode/
\ No newline at end of file
+.vscode/
+
+# Mac files
+.DS_Store
\ No newline at end of file
diff --git a/zh_CN/SUMMARY.md b/zh_CN/SUMMARY.md
index 0d87778..efcdfbb 100644
--- a/zh_CN/SUMMARY.md
+++ b/zh_CN/SUMMARY.md
@@ -33,6 +33,7 @@
## 探索
+* [发现](explore/chat.md)
* [智聊](explore/chat.md)
## 进阶使用
diff --git a/zh_CN/explore/app.md b/zh_CN/explore/app.md
new file mode 100644
index 0000000..d631047
--- /dev/null
+++ b/zh_CN/explore/app.md
@@ -0,0 +1,15 @@
+# 发现
+## 模版应用
+在**发现**中,提供了一些常用的模版应用。这些应用涵盖了人力资源,助手,翻译,编程和写作。
+
+
+如果要使用某个模版应用,点击模版的“添加到工作区”按钮。在左侧的工作区中,可以使用该应用。
+
+
+如果要修改某个模版来创建一个新的应用,点击模版的“自定义”按钮。
+
+## 工作区
+工作区是应用的导航。点击工作区里的应用,可以直接使用该应用。
+
+
+工作区中的应用包括:自己的应用和其他团队添加到工作区中的应用。
\ No newline at end of file
diff --git a/zh_CN/explore/images/creat-customize-app.jpg b/zh_CN/explore/images/creat-customize-app.jpg
new file mode 100644
index 0000000..aa6db32
Binary files /dev/null and b/zh_CN/explore/images/creat-customize-app.jpg differ
diff --git a/zh_CN/explore/images/explore-app.jpg b/zh_CN/explore/images/explore-app.jpg
new file mode 100644
index 0000000..c41022f
Binary files /dev/null and b/zh_CN/explore/images/explore-app.jpg differ
diff --git a/zh_CN/explore/images/workspace.jpg b/zh_CN/explore/images/workspace.jpg
new file mode 100644
index 0000000..7647251
Binary files /dev/null and b/zh_CN/explore/images/workspace.jpg differ