> 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.md).

# 자산

업로드하거나 생성한 모든 항목이 보관되는 곳과, 팀이 어떤 파일에서든 그것에 접근하는 방법.

Morphic에서 업로드하거나 생성한 모든 항목은 자산 라이브러리에 저장됩니다. 이는 조직 전체에서 공유되며 모든 파일에서 사용할 수 있으므로, 한 곳에 추가한 내용은 어디에서나 표시됩니다.

언제든지 라이브러리를 열 수 있는 곳은 [studio.morphic.com/library](https://studio.morphic.com/library), 또는 `에셋` 왼쪽 사이드바의 탭입니다. 자산은 세 곳에서 작업할 수 있습니다:

* 해당 [`에셋`](https://studio.morphic.com/library) 대시보드의 페이지.
* 해당 `에셋` 모든 파일 내부의 패널.
* [Copilot 채팅](https://studio.morphic.com/chat).

이 섹션에서는 다음 내용을 다룹니다:

* [에셋 업로드](/docs/kr/getting-started/assets/upload-assets.md): 자신의 파일을 Morphic으로 가져오세요.
* [태그 및 즐겨찾기](/docs/kr/getting-started/assets/tags-and-favorites.md): 자산에 라벨을 붙이고 간추려 쉽게 찾을 수 있도록 합니다.
* [여러 자산 관리](/docs/kr/getting-started/assets/manage-multiple-assets.md): 여러 자산을 선택해 한 번에 작업합니다.

***

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