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

# 运行工作流

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

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

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

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

这就是在 Morphic 上运行工作流的方法。想自己构建一个吗？了解如何创建工作流。


---

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

```
GET https://morphic.com/docs/zh/workflows/run-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.
