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