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

# Manage multiple assets

You can select several assets at once in your library and tag, favorite, move, share, download, or delete them in a single step, so managing a large set is quick instead of one-by-one.

Here's a quick tutorial on how to manage multiple assets on Morphic:

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

1. Go to [Assets](https://studio.morphic.com/library) from the left sidebar.
2. Hold `Cmd` on Mac or `Ctrl` on Windows and click each asset you want to include. A checkmark marks every selected asset, and a bar appears at the bottom of the screen showing how many are selected.
3. Use the bar to act on the whole selection at once. The actions are `Add tag`, `Favorite`, `Move`, `Share`, `Download`, and `Delete`, and each one applies to every selected asset.
4. `Add tag` and `Favorite` label or shortlist the whole selection in one step. `Move` sends the selection into a folder you pick. `Delete` removes the selected assets.
5. Choose `Download` to bundle the selection into one ZIP file.
6. Choose `Share` to turn on external sharing for the selection, which makes those assets viewable and downloadable by anyone with the link. `Share` appears when your selection includes an image or video.
7. Click a selected asset again to remove it from the selection.

### Download as a ZIP

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

Morphic prepares the file and shows `ZIP ready`. Click `Download` to save it, or `Close` to dismiss.

Selecting several assets at once keeps a growing library tidy. Package a set of deliverables as one ZIP, move a whole batch into a project folder, or tag an entire shoot as `Approved` in a single pass, without repeating the same action on each file.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/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.
