# ワークフローを作成する

Copilot を使って、ゼロから独自のワークフローを作成することも、すでに行った内容を再利用可能なワークフローに変換することもできます。Copilot が手順を案内してくれるので、始めるための技術的なセットアップは必要ありません。

ワークフローを作成する方法は次のとおりです:

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

1. Canvas または Copilot に移動します
2. プロンプトバーの上にある「Workflows」ボタンをクリックします
3. ギャラリーの右下にある「Build a workflow」をクリックします
4. Copilot が、作成したいワークフローの種類についていくつか質問します
5. ガイド付きの手順に従い、必要に応じて途中で独自のコンテキストやカスタム指示を追加してください
6. Copilot がワークフローを作成します。準備ができたら、そのまま実行することも、三点メニュー（···）をクリックして編集したり、リンクをコピーしたり、お気に入りに追加したりすることもできます

サイドバーの Workflows タブの下にある「+ New workflow」をクリックして、ダッシュボードから開始することもできます。

ヒント: すでに行ったことからワークフローを作成することもできます。Copilot でタスクを完了した後、「これからワークフローを作成して」と入力すると、Copilot がそれを再利用可能なワークフローとして保存します。

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