> 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/zh/ru-men/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/zh/ru-men/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.
