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

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

Copilot が生成したものは何でもそのままキャンバスに置けるので、ダウンロードして再アップロードし直すことなく、配置したり、編集したり、それを中心にショットを組んだりできます。

Morph ic の Canvas に Copilot の結果を移動する方法を、簡単にご紹介します：

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

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

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

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

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

Morph ic の Canvas にアセットをまとめて追加する方法を、簡単にご紹介します：

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

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

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

### 覚えておくと便利

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

これで、Copilot から Morphic の Canvas に作業を移動できます。結果を編集したり配置したりしたいときに使ってください。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/hajimeni/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.
