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

# 자산 업로드

Morphic을 사용하면 프로젝트 전반에서 사용할 수 있도록 직접 에셋을 업로드할 수 있습니다. Canvas 또는 Copilot에서 작업하든, 키보드 단축키, 에셋 패널, 드래그 앤 드롭 또는 마우스 오른쪽 버튼 메뉴를 사용해 파일을 가져올 수 있습니다. 업로드한 모든 항목은 다음 위치의 라이브러리에 표시됩니다 [studio.morphic.com/library](https://studio.morphic.com/library).

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

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

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**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/assets/upload-assets.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.
