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

# 从 Copilot 拖放到 Canvas

如何通过拖拽或通过素材菜单，将 Copilot 聊天中的图像或视频移动到画布上。

Copilot 生成的任何内容都可以直接放到画布上，因此你可以对其进行排列、编辑，或围绕它构建镜头，而无需再下载并重新上传。

下面是一个快速教程，教你如何在 Morphic 上将结果从 Copilot 移到画布：

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

1. 打开一个文件，然后点击顶部栏中的“画布”
2. 打开左侧边栏中的“聊天”标签，并选择你的聊天。它会在画布旁边的面板中打开
3. 将面板中的任意结果拖到画布上

它会在你放下的位置作为一个新的画板落下，并以其提示词命名，下面带有提示栏，方便你进行下一次修改。

### 一次添加所有结果

当一条回复返回多个结果时，你可以一次性移动整个集合，而不是逐个拖动。

下面是一个快速教程，教你如何在 Morphic 上批量将素材添加到画布：

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

1. 在画布旁边的面板中打开聊天
2. 点击包含这些结果的回复下方的“...”
3. 选择“添加到画布”

该回复中的所有内容都会以一个以聊天命名的区块形式落到画布上，并以网格方式排列。这个操作位于画布旁边的聊天面板中；完整 Copilot 视图里的同一菜单没有这个选项。

你也可以让 Copilot 来做：在聊天面板中，告诉它把刚生成的文件放到画布上，它会将它们作为一个命名区块添加进去，同时画布会显示正在忙碌。

### 了解一下

* 画布提示栏中的“打开聊天”会在新聊天中打开同一个面板，而无需经过侧边栏。
* 若想不拖动就移动某个结果，将鼠标悬停其上，点击“...”，然后选择“添加到画布”。
* 结果角落里的“+”是“作为参考附加”，不是画布操作。它会把该素材提供给你的下一条提示词。
* 面板顶部的“在 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/zh/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.
