# 运行工作流

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

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

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

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

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


---

# Agent Instructions: 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.
