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

# 创建工作流

你可以使用 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 中创建工作流的方法。准备好后，你可以运行它、编辑它，或者与团队共享。

如果您遇到任何问题或有任何疑问，请随时联系我们。我们很乐意为您提供帮助。请通过以下地址写信给我们： [**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/create-a-workflow.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.
