> 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/gong-zuo-liu/explore-workflows.md).

# 探索工作流

Morphic 上的工作流让你可以将你创建的任何内容变成可复用的 AI 工作流。你可以借助 Copilot 从零开始构建一个工作流，也可以将你已经完善好的某个流程保存为工作流，以便一键再次运行。

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

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

### 访问工作流

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

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

### 搜索工作流

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

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

### 按类别浏览

工作流图库按类别组织，这样你就能快速找到所需内容。

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

如果您遇到任何问题或有任何疑问，请随时联系我们。我们很乐意为您提供帮助。请通过以下地址写信给我们： [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/gong-zuo-liu/explore-workflows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
