> 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/kr/getting-started/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. 'Add to Canvas'를 선택하세요

그 답변의 모든 내용이 채팅 이름을 딴 하나의 섹션에 그리드 형태로 배치되어 들어갑니다. 이 동작은 캔버스 옆의 채팅 패널에서 사용할 수 있으며, 전체 Copilot 보기의 같은 메뉴에는 없습니다.

### 알아두면 좋아요

* 캔버스 프롬프트 바의 'Open Chat'은 사이드바를 거치지 않고 새 채팅에서 같은 패널을 엽니다.
* 드래그하지 않고 하나의 결과를 옮기려면 마우스를 올리고 '...'를 클릭한 다음 '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/kr/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.
