# 에셋 업로드

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

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

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

### Canvas에서

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

* 컨텍스트 메뉴: Canvas의 빈 공간을 마우스 오른쪽 버튼으로 클릭한 다음 'Upload Assets'를 선택합니다.

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

* 에셋 패널: 왼쪽 사이드바에서 에셋 탭을 클릭하고 패널 하단의 'Upload assets'를 클릭합니다.

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

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

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

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

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

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

### Copilot에서

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

* 에셋 패널: 왼쪽 사이드바에서 에셋 탭을 클릭하고 패널 하단의 'Upload assets'를 클릭합니다.

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

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

***


---

# Agent Instructions: 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.
