> 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-around/upload-assets.md).

# 에셋 업로드

Morphic에서는 프로젝트 전반에서 사용할 수 있도록 직접 만든 에셋을 업로드할 수 있습니다. Canvas에서 작업하든 Copilot에서 작업하든, 키보드 단축키, 에셋 패널, 드래그 앤 드롭, 또는 마우스 오른쪽 버튼 메뉴를 사용해 파일을 가져올 수 있습니다.

### Morphic에서 에셋을 업로드하는 방법은 다음과 같습니다:

Morphic 어디서든 에셋을 가장 빠르게 업로드하는 방법은 키보드 단축키를 사용하는 것입니다. 다음을 누르세요 `Cmd + O` (Mac) 또는 `Ctrl + O` (Windows)를 Canvas 또는 Copilot에서 눌러 파일 선택기를 연 다음, 업로드할 파일을 선택하세요.

### Canvas에서

Canvas에서 작업할 때 에셋을 업로드하는 방법이 세 가지 더 있습니다:

* 컨텍스트 메뉴: Canvas의 빈 공간을 마우스 오른쪽 버튼으로 클릭하고 '에셋 업로드'를 선택하세요.

<div align="left"><figure><img src="/files/28f431f4efb48c890668ad98cd6d996c6e6f127e" alt=""><figcaption></figcaption></figure></div>

* 에셋 패널: 왼쪽 사이드바에서 에셋 탭을 클릭한 다음 패널 하단의 '에셋 업로드'를 클릭하세요.

<figure><img src="/files/f5305784e346ffb1756d0b20df50ca4efc3a0884" alt=""><figcaption></figcaption></figure>

* 드래그 앤 드롭: 컴퓨터에서 파일이 들어 있는 폴더를 열고, 하나 이상을 선택한 다음 Canvas로 끌어다 놓으세요.

업로드한 에셋은 Canvas와 왼쪽 사이드바의 에셋 탭에 표시됩니다.

팁: 업로드한 에셋을 Canvas에 깔끔하게 정리하려면 모든 에셋을 선택한 다음 마우스 오른쪽 버튼을 클릭하고 '정렬'에 마우스를 올리세요. 다음 중에서 선택할 수 있습니다:

* 그리드로 정렬
* 가로로 쌓기
* 세로로 쌓기

<div align="left"><figure><img src="/files/5350e168452369cd6b3f176318cf812bccaaa50c" alt=""><figcaption></figcaption></figure></div>

### Copilot에서

Copilot에서는 키보드 단축키 외에 에셋을 업로드하는 추가 방법이 하나 더 있습니다:

* 에셋 패널: 왼쪽 사이드바에서 에셋 탭을 클릭한 다음 패널 하단의 '에셋 업로드'를 클릭하세요.

<figure><img src="/files/19581657a129ee5e10f05ed2c66f94886bcb61df" alt=""><figcaption></figcaption></figure>

업로드한 에셋은 왼쪽 사이드바의 에셋 탭에 표시됩니다.

***


---

# 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:

```
GET https://morphic.com/docs/kr/getting-around/upload-assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
