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

# 从 Copilot 拖放到画布

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

下面是一个关于如何在 Morphic 中将结果从 Copilot 移到画布的快速教程：

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

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

它会在你放下的位置生成一个新的画板，名称取自其提示词，下方的提示栏已准备好接受你的下一次修改。

### 一次添加所有结果

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

下面是一个关于如何在 Morphic 中批量将资源添加到画布的快速教程：

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

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

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

### 提示

* 画布提示栏中的“Open Chat”会在新的聊天中打开同一个面板，无需经过侧边栏。
* 要在不拖拽的情况下移动某个结果，只需将鼠标悬停其上，点击“...”，然后选择“添加到画布”。
* 结果角落里的“+”是“作为参考附加”，不是画布操作。它会把该资源提供给你的下一条提示词。
* 面板顶部的“Open in Copilot”会带你返回完整聊天界面。

这就是在 Morphic 中将工作从 Copilot 移到画布的方法。当你想编辑或整理某个结果时，可以使用它。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/ru-men/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.
