> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/workflows/explore-workflows.md).

# 探索工作流

Morphic 上的工作流让你可以把你创建的任何内容转化为可重复使用的 AI 工作流。你可以用 Copilot 从零开始构建一个，或者把你已经完善好的流程保存为一个工作流，以便一键再次运行。

在以下位置探索所有可用的工作流： <https://morphic.com/workflows>.

{% embed url="<https://youtu.be/gZ7UWRoWUmw>" %}

### 访问工作流

如果你已经在 Morphic 中工作，也可以从另外三个位置打开工作流图库：

* Canvas 上提示栏上方的“工作流”按钮
* Copilot 中提示栏上方的“工作流”按钮
* 仪表板侧边栏中的“工作流”标签

### 搜索工作流

查找特定工作流有两种方式：

* 使用工作流图库顶部的搜索栏按名称或关键词搜索
* 在 Morphic 的任何位置按 Cmd/Ctrl + K，输入工作流名称，然后从结果中选择它

### 按类别浏览

工作流图库按类别组织，方便你快速找到所需内容。

* 使用图库顶部的筛选标签按类型缩小工作流范围
* 在“热门”和“全部”之间切换，浏览流行内容或最近添加的内容
* 按字母顺序、使用最多或最近更新对工作流排序
* 查看“收藏”，重新访问你保存的工作流


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://morphic.com/docs/zh/workflows/explore-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
