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

# 工作流

一次构建可重复的流程，然后在需要时对新输入运行它。

工作流会将多个步骤串联起来，这样你已经设计好的流程就可以再次运行，而无需重新搭建。先运行别人创建的工作流，然后再把它编辑成自己的。\
\
以下是 Morphic 上使用工作流的完整指南：

{% embed url="<https://www.youtube.com/watch?v=FTVRf9D4E_k>" %}

* [探索工作流](/docs/zh/workflows/explore-workflows.md)：在从头构建之前，先浏览已有内容
* [运行工作流](/docs/zh/workflows/run-a-workflow.md)：输入内容并获取结果
* [创建工作流](/docs/zh/workflows/create-a-workflow.md)：用你自己的步骤构建一个
* [编辑工作流](/docs/zh/workflows/edit-a-workflow.md)：更改步骤、输入和输出
* [版本历史](/docs/zh/workflows/version-history.md)：返回到较早的版本
* [嵌套工作流](/docs/zh/workflows/nested-workflows.md)：在另一个工作流内部调用一个工作流
* [共享工作流](/docs/zh/workflows/share-a-workflow.md)：转交给队友或发布它

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/workflows.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.
