# 探索工作流

Morphic 中的工作流可让你把创建的任何内容都变成可重复使用的 AI 工作流。你可以借助 Copilot 从零开始构建一个工作流，或者把你已经打磨完善的流程保存为工作流，以便一键再次运行。

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

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

### 访问工作流

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

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

### 搜索工作流

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

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

### 按类别浏览

工作流图库按类别组织，因此你可以快速找到所需内容。

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


---

# Agent Instructions: 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.
