> 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，输入工作流名称，然后从结果中选择它

### 你的工作流和社区工作流

图库分为两部分。

顶部的“组织工作流”包含你的组织创建的工作流。点击标题旁边的“查看更多”可打开完整列表。

下面的“社区”包含在 Morphic 上公开共享、任何人都可以运行的工作流。使用顶部的标签来缩小范围，例如“电影制作”“动画”或“产品拍摄”。“热门”显示当前正在使用的内容，“全部”显示所有内容。

### 对图库排序

每一部分在标题旁边都有自己的排序下拉菜单。

* 组织工作流可按“最后修改”“创建日期”或“字母顺序”排序
* 社区可按“最后修改”“使用次数最多”或“字母顺序”排序
* 在同一下拉菜单的“顺序”下，可以反转方向，例如用“最早优先”代替“最新优先”

### 你可以用工作流做什么

将鼠标悬停在任意工作流卡片上，然后点击“···”菜单：

* “详情”会打开该工作流的专属页面，其中包含它的步骤和示例输出
* “复制”会创建你自己的副本，供你随意修改
* “复制链接”和“分享”可将其传递给他人。见 [分享工作流](/docs/zh/gong-zuo-liu/share-a-workflow.md)
* “版本历史”会显示每个版本，并可将较早版本恢复使用。见 [版本历史](/docs/zh/gong-zuo-liu/version-history.md)
* “添加到收藏”让它触手可及

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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.
