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

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

1つずつ処理する代わりに、多数のアセットにまとめて操作を適用する方法。

ライブラリ内で複数のアセットを一度に選択し、1回の操作でタグ付け、お気に入り登録、移動、共有、ダウンロード、削除ができるので、大量のアセットの管理を1つずつ行うより素早くできます。

Morphicで複数のアセットを管理する方法を簡単にご紹介します：

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

1. へ移動 [アセット](https://studio.morphic.com/library) を左サイドバーから。
2. 押しながら `Cmd` Macでは、または `Ctrl` WindowsではCtrlを押しながら、含めたい各アセットをクリックします。選択したアセットにはすべてチェックマークが付き、画面下部に選択数を示すバーが表示されます。
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/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.
