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

共有する価値のあるワークフローを作成しましたか？ どのワークフローでもチームと共有して、作業を一貫したものにしたり、組織外の人でも利用できるようにしたりできます。共有されたワークフローでは、全員が同じ手順に従い、同じ設定を使い、毎回同じ品質の出力を得られます。

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

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

これが、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/jp/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.
