# 创建工作流

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

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

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

1. 前往 Canvas 或 Copilot
2. 点击提示栏上方的“Workflows”按钮
3. 点击画廊右下角的“Build a workflow”
4. Copilot 会询问你几个关于想要创建的工作流类型的问题
5. 按照引导步骤操作，并随时添加你自己的上下文或自定义说明
6. Copilot 会构建你的工作流。准备就绪后，你可以立即运行它，或者点击三点菜单（···）来编辑它、复制链接或将其添加到收藏夹

你也可以从仪表板开始，点击侧边栏中 Workflows 选项卡下的“+ New workflow”。

提示：你也可以基于你已经完成的内容创建工作流。在 Copilot 中完成一项任务后，输入“Create a workflow from this”，Copilot 会将其保存为可重复使用的工作流。

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


---

# 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/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.
