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

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

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

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

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

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

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

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

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

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

### カテゴリ別に閲覧する

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

* ギャラリー上部のフィルタータグを使って、種類ごとにワークフローを絞り込む
* Trending と All を切り替えて、人気の項目や最近追加された項目を確認する
* ワークフローを Alphabetical、Most used、Last updated で並べ替える
* Favorites をチェックして、保存したワークフローを再表示する


---

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