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