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

# 编辑工作流

创建了一个工作流，想再调整一下？你可以随时更新你创建的任何工作流。通过与 Copilot 对话，就能添加新步骤、调整偏好设置或优化其工作方式。

以下是编辑工作流的方法：

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

* 在聊天中：如果你刚创建了一个工作流，可以直接在聊天中告诉 Copilot 需要修改什么。描述你想要的更改，Copilot 就会为你更新工作流。
* 在仪表板中：前往侧边栏的 Workflows 选项卡，点击你创建的任意工作流上的三点菜单（···），然后选择“编辑”。这会打开工作流编辑器，左侧显示完整详情，右侧是 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/edit-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.
