# 分享工作流

创建了值得分享的工作流？你可以与团队共享任何工作流，以保持一致性，或将其提供给组织外的任何人使用。共享工作流意味着每个人都遵循相同的步骤，使用相同的设置，并且每次都能获得相同质量的输出。

以下是共享工作流的方法：

* 在组织内部：点击仪表板中任意工作流上的三点菜单（···），然后选择“复制链接”。组织内的任何人都可以使用此链接查看并运行该工作流。
* 在组织外部：点击你创建的某个工作流上的三点菜单（···），选择“共享”，打开“外部共享”，然后点击“复制外部链接”。任何拥有此链接的人都可以查看并运行该工作流，即使在组织外部也是如此。

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