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

# 编辑工作流

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

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

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

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