> 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/getting-started/copilot/copilot-to-canvas.md).

# CopilotからCanvasへドラッグ＆ドロップ

Copilotチャットの画像や動画を、ドラッグするか素材メニューからCanvasへ移動する方法。

Copilotが生成したものはどれでも、そのままキャンバスに置けるので、ダウンロードして再アップロードしなくても、配置したり編集したり、その周りにショットを組み立てたりできます。

CopilotからMorphicのキャンバスへ結果を移動する方法を、簡単に説明します:

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

1. ファイルを開き、上部バーの「Canvas」をクリックします
2. 左サイドバーの「Chats」タブを開き、チャットを選びます。すると、キャンバスの横のパネルに開きます
3. パネル内の任意の結果をキャンバスへドラッグします

ドロップした場所に、新しいアートボードとして配置され、プロンプトにちなんだ名前が付き、下には次の変更に備えたプロンプトバーが表示されます。

### すべての結果を一度に追加する

返信で複数の結果が返ってきた場合、1つずつドラッグする代わりに、まとめて一度に移動できます。

Morphicのキャンバスにアセットをまとめて追加する方法を、簡単に説明します:

{% embed url="<https://youtu.be/4B-fHYWdGvQ>" %}

1. キャンバスの横にあるパネルでチャットを開きます
2. 結果が入っている返信の下にある「...」をクリックします
3. 「Add to Canvas」を選びます

その返信内のすべてが、チャット名の付いた1つのセクションに、グリッド状に配置されて追加されます。この操作はキャンバス横のチャットパネルにあり、Copilotのフルビューにある同じメニューにはありません。

Copilotに頼むこともできます。チャットパネルで、今作ったファイルをキャンバスに置くよう指示すると、キャンバスが処理中であることを示しながら、名前付きセクションとして追加されます。

### 知っておくと便利

* キャンバスのプロンプトバーにある「Open Chat」は、サイドバーを経由せずに、新しいチャットを同じパネルで開きます。
* ドラッグせずに1つの結果を移動するには、その上にカーソルを置き、「...」をクリックして、「Add to Canvas」を選びます。
* 結果の隅にある「+」は「参照として添付」であり、キャンバス操作ではありません。代わりに、そのアセットを次のプロンプトに取り込みます。
* パネル上部の「Open in Copilot」をクリックすると、フルチャットに戻れます。

これで、Copilotから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/getting-started/copilot/copilot-to-canvas.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.
