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

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

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

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

* 組織内で共有する場合: ダッシュボードの任意のワークフローにある三点メニュー（···）をクリックし、「リンクをコピー」を選択します。組織内の誰でも、このリンクを使ってワークフローを表示して実行できます。
* 組織外で共有する場合: 作成したワークフローの三点メニュー（···）をクリックし、「共有」にカーソルを合わせます。「外部共有」をオンにしてから、「外部リンクをコピー」をクリックしてコピーするか、「システム経由で共有...」をクリックして別のアプリに直接渡します。このリンクを持つ人なら、組織外でもワークフローを表示して実行できます。

{% hint style="info" %}
「共有」パネルには、Morphic がマーケティング目的で共有ワークフローを使用する場合があると記載されています。クライアント向けの作業で外部共有をオンにする前に、覚えておくとよいでしょう。
{% endhint %}

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