# Bulk Actions

## Select Assets

To select an asset, hold the `Ctrl` key down and click on assets you wish to select.

Upon selection, an action bar will appear on top.

<figure><img src="/files/kUsWjfKcVsHT8Z6kNw1e" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Changing to a different collection while assets are selected will clear the selection bar.
{% endhint %}

## Bulk Actions

1. **Download**: downloads the selected assets to your local machine
2. **Share**: create a shortcut to the assets to an existing collection or a new collection
3. **Copy**: duplicate the asset to an existing collection
4. **Copy Link**: Copies a short link for the selected asset. For multiple assets, all short links are copied, separated by a newline.
5. **Organize**: move the assets to a folder in the collection.
6. **Tag**: add a tag to all selected assets
7. **Copy Asset ID**: Copies the Asset ID for the selected asset. For multiple assets, all Asset IDs are copied, separated by a newline.
8. **Delete**: deletes the selected assets from the collection.

## Bulk Actions across Collections

Click the ![](/files/hOKuWJLeEluhvh8jNRv3) icon to open the collections menu and select **All Collections** to perform bulk actions across multiple collections.

<figure><img src="/files/fGoofjvOgnvYEXHAsz56" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.echo3d.com/web-console/manage-pages/content-page/bulk-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
