> 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.md).

# 工作流

- [探索工作流](https://morphic.com/docs/zh/gong-zuo-liu/explore-workflows.md): 在哪里找到工作流、如何搜索和排序图库，以及你能对找到的任何工作流做什么。
- [运行工作流](https://morphic.com/docs/zh/gong-zuo-liu/run-a-workflow.md): 如何启动工作流、提供它请求的输入，并获得输出。
- [创建工作流](https://morphic.com/docs/zh/gong-zuo-liu/create-a-workflow.md): 构建工作流的两种方式：从零开始使用 Copilot，或基于你已经在聊天中完成的任务。
- [编辑工作流](https://morphic.com/docs/zh/gong-zuo-liu/edit-a-workflow.md): 如何修改你已构建的工作流，无论是从创建它的聊天中，还是从工作流编辑器中。
- [版本历史](https://morphic.com/docs/zh/gong-zuo-liu/version-history.md): 查看工作流的每个版本、查看较早版本，并发布它以重新投入使用。任何内容都不会被覆盖，因此失败的编辑始终可以撤销。
- [嵌套工作流](https://morphic.com/docs/zh/gong-zuo-liu/nested-workflows.md): 如何将一个工作流作为另一个工作流中的一步，从而让你已经构建好的流程成为构建模块。
- [共享工作流](https://morphic.com/docs/zh/gong-zuo-liu/share-a-workflow.md): 如何将工作流传给你的团队，以及如何让组织外的人也能使用它。


---

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