> 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/create-a-workflow.md).

# 创建工作流

你可以使用 Copilot 从零开始创建自己的工作流，或者将你已经完成的某项操作转变为可重复使用的工作流。Copilot 会引导你完成整个过程，因此你无需进行任何技术设置即可开始使用。

以下是创建工作流的方法：

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

1. 前往 Canvas 或 Copilot
2. 点击提示栏上方的“工作流”按钮
3. 点击图库右下角的“构建工作流”
4. Copilot 会询问你几个有关想要创建的工作流类型的问题
5. 按照引导步骤进行，并且在过程中随时添加你自己的上下文或自定义指令
6. Copilot 会构建你的工作流。准备就绪后，你可以立即运行它，或者点击三点菜单（···）进行编辑、复制链接或添加到收藏夹

你也可以从仪表板开始，在侧边栏的“工作流”选项卡下点击“+ 新建工作流”。

提示：你也可以基于已完成的操作创建工作流。在 Copilot 中完成一项任务后，输入“从此创建一个工作流”，Copilot 就会将其保存为可重复使用的工作流。

这就是在 Morphic 上创建工作流的方法。准备就绪后，你可以运行、编辑，或与团队共享。


---

# 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/create-a-workflow.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.
