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

# 여러 자산 관리

라이브러리에서 여러 자산을 한 번에 선택해 태그를 추가하고, 즐겨찾기에 넣고, 이동하고, 공유하고, 다운로드하거나 삭제할 수 있으므로, 많은 항목을 하나씩 처리하는 대신 빠르게 관리할 수 있습니다.

Morphic에서 여러 자산을 관리하는 방법에 대한 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/iKu6UfCetgc>" %}

1. 이동 [자산](https://studio.morphic.com/library) 를 왼쪽 사이드바에서.
2. 길게 누르세요 `Cmd` 를 Mac에서 또는 `Ctrl` 을 Windows에서 누른 채 포함할 각 자산을 클릭하세요. 선택된 각 자산에는 체크 표시가 붙고, 화면 하단에는 선택된 수를 보여주는 바가 나타납니다.
3. 이 바를 사용해 전체 선택 항목에 한 번에 작업을 적용하세요. 작업은 `태그 추가`, `즐겨찾기`, `이동`, `공유`, `다운로드`, 그리고 `삭제`,이며, 각각 선택된 모든 자산에 적용됩니다.
4. `태그 추가` 그리고 `즐겨찾기` 선택한 전체 항목에 한 번에 레이블을 지정하거나 후보 목록에 추가합니다. `이동` 선택한 항목을 사용자가 고른 폴더로 보냅니다. `삭제` 선택된 자산을 제거합니다.
5. 선택하세요 `다운로드` 선택한 항목을 하나의 ZIP 파일로 묶으려면
6. 선택하세요 `공유` 선택 항목에 대해 외부 공유를 켜면, 해당 자산을 링크가 있는 누구나 보고 다운로드할 수 있게 됩니다. `공유` 선택 항목에 이미지나 동영상이 포함되어 있으면 나타납니다.
7. 선택된 자산을 다시 클릭하면 선택에서 제거됩니다.

### ZIP으로 다운로드

{% embed url="<https://youtu.be/nGHK297Ft_8>" %}

Morphic은 파일을 준비하고 `ZIP 준비 완료`를 표시합니다.  `다운로드` 저장하려면 클릭하거나 `닫기` 를 눌러 닫으세요.

여러 자산을 한 번에 선택하면 늘어나는 라이브러리를 깔끔하게 유지할 수 있습니다. 전달 파일 묶음을 하나의 ZIP으로 패키징하고, 대량의 항목을 프로젝트 폴더로 옮기거나, 전체 촬영본에 `승인됨` 이라고 태그해도, 각 파일마다 같은 작업을 반복하지 않고 한 번에 처리할 수 있습니다.

***

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