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

# ワークフローを共有する

共有する価値のあるワークフローを作りましたか？ どんなワークフローでもチーム内で共有して、手順を統一したり、組織外の誰にでも公開したりできます。共有されたワークフローでは、全員が同じ手順に従い、同じ設定を使い、毎回同じ品質の出力を得られます。

ワークフローを共有する方法は次のとおりです。

* 組織内で共有する場合：ダッシュボード上の任意のワークフローで3点メニュー（···）をクリックし、「リンクをコピー」を選択します。組織内の誰でも、このリンクを使ってワークフローを表示・実行できます。
* 外部に共有する場合：作成したワークフローで3点メニュー（···）をクリックし、「共有」を選択して、「外部共有」をオンにし、「外部リンクをコピー」をクリックします。このリンクを持っている人なら、組織外でもワークフローを表示・実行できます。

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/jp/wkufur/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.
