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

# 複数のアセットを管理する

ライブラリ内で複数のアセットを一度に選択し、タグ付け、お気に入り登録、移動、共有、ダウンロード、削除をまとめて行えるので、多数の項目も1件ずつ処理するよりすばやく管理できます。

Morphicで複数のアセットを管理する簡単なチュートリアルです：

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

1. に移動します [アセット](https://studio.morphic.com/library) を左側のサイドバーから。
2. 押し続けて `Cmd` （Mac）または `Ctrl` （Windows）を押しながら、含めたい各アセットをクリックします。選択されたアセットにはチェックマークが付き、画面下部に選択数を示すバーが表示されます。
3. このバーを使って、選択全体にまとめて操作できます。操作は `タグを追加`, `お気に入り`, `移動`, `共有`, `ダウンロード`、 `削除`で、各操作は選択されたすべてのアセットに適用されます。
4. `タグを追加` および `お気に入り` 選択全体にラベルを付けるか、ショートリスト化します。 `移動` 選択した内容を、指定したフォルダーに移動します。 `削除` 選択したアセットを削除します。
5. 選択してください `ダウンロード` 選択内容を1つのZIPファイルにまとめます。
6. 選択してください `共有` 選択に外部共有を有効にすると、そのアセットはリンクを知っている人なら誰でも閲覧およびダウンロードできるようになります。 `共有` 選択に画像または動画が含まれている場合に表示されます。
7. 選択から削除するには、選択済みのアセットをもう一度クリックします。

### ZIPとしてダウンロード

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

Morphicがファイルを準備し、 `ZIPの準備完了`。クリック `ダウンロード` 保存するか、 `閉じる` 閉じます。

複数のアセットを一度に選択すると、増え続けるライブラリを整理しやすく保てます。納品物一式を1つの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/jp/hajimeni/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.
