# 编辑工作流

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

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

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

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