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

# 分享工作流

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

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

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

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