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

# 分享工作流

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

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

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

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