> 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/explore-workflows.md).

# ワークフローを探索する

Morphic のワークフローを使うと、作成したものを何でも再利用可能な AI ワークフローに変えられます。Copilot を使ってゼロから作成することも、すでに完成させたプロセスを、ワンクリックで再実行できるワークフローとして保存することもできます。

利用可能なすべてのワークフローをこちらで確認できます： <https://morphic.com/workflows>.

{% embed url="<https://youtu.be/gZ7UWRoWUmw>" %}

### ワークフローにアクセス

すでに Morphic で作業している場合は、ほかに 3 か所からも Workflows ギャラリーを開けます：

* Canvas のプロンプトバー上にある Workflows ボタン
* Copilot のプロンプトバー上にある Workflows ボタン
* ダッシュボードのサイドバーにある Workflows タブ

### ワークフローを検索

特定のワークフローを見つける方法は 2 通りあります：

* Workflows ギャラリー上部の検索バーを使って、名前やキーワードで検索する
* Morphic のどこからでも Cmd/Ctrl + K を押し、ワークフロー名を入力して、結果から選択する

### カテゴリ別に閲覧

Workflows ギャラリーはカテゴリ別に整理されているので、必要なものをすばやく見つけられます。

* ギャラリー上部のフィルタータグを使って、種類ごとにワークフローを絞り込む
* Trending と All を切り替えて、人気のものや最近追加されたものを確認する
* ワークフローをアルファベット順、最も使用された順、または最終更新順で並べ替える
* 保存したワークフローをもう一度使うには Favorites を確認する


---

# 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/explore-workflows.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.
