> 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 채팅에서 이미지나 비디오를 캔버스로 옮기는 방법으로, 드래그하거나 에셋 메뉴에서 할 수 있습니다.

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 보기의 같은 메뉴에는 없습니다.

Copilot에게 직접 요청할 수도 있습니다. 채팅 패널에서 방금 만든 파일을 캔버스에 올리라고 하면, 캔버스가 작업 중으로 표시되는 동안 이름이 붙은 섹션으로 추가합니다.

### 알아두면 좋은 점

* 캔버스 프롬프트 바의 'Open Chat'은 사이드바를 거치지 않고 새 채팅으로 같은 패널을 엽니다.
* 드래그하지 않고 하나의 결과를 옮기려면, 마우스를 올리고 '...'을 클릭한 다음 '캔버스에 추가'를 선택하세요.
* 결과 모서리의 '+'는 캔버스 작업이 아니라 '참조로 첨부'입니다. 대신 해당 자산을 다음 프롬프트에 참고 자료로 제공합니다.
* 패널 상단의 '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.
