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

# 运行工作流

从图库中任选一个工作流，只需几个步骤即可运行。你可以通过 Canvas 或 Copilot 中提示栏上方的“工作流”按钮，或仪表板中的“工作流”选项卡查找并运行工作流。每个工作流都会逐步引导你，因此你始终清楚下一步该做什么。

以下是运行工作流的方法：

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

1. 从 Canvas、Copilot 或仪表板中打开“工作流”
2. 从图库中浏览、搜索或筛选工作流
3. 点击“运行工作流”
4. 按照步骤操作，并提供所需的任何输入（上传资源、选择偏好设置等）
5. 当所有步骤完成后，工作流会运行并生成你的输出

这就是你在 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/run-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.
