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