# Bulk actions

You can perform **download** and **delete** actions on **multiple files at once**.

{% hint style="info" %}
Note: Multiple selection does **not** apply to folders.
{% endhint %}

Both actions are permission-based.

Users without the required permissions will not see these options - either for single or bulk actions.

**Steps to Download or Delete Multiple Files**

1. Select the files checking the box to the left of each file you want to download or delete.
2. To select all files in a folder:
   * Check the box in the column header.
   * A toggle switch appears at the top of the table. Enable it to select all files in the folder.
   * The total number of selected files is displayed. This is helpful when working with folders containing hundreds of files.
3. Open the **Actions** drop-down menu and select:
   * **Download**: files are compressed into a ZIP archive named\
     `<date>_<time>_<folderName>.zip` and saved to your local drive.
   * **Delete**: a confirmation message appears showing the number of files to be deleted and warning that deleted files cannot be recovered.
     * Click **Confirm** to proceed.
     * A tooltip displays the operation status and any errors. This is especially useful when deleting large batches of files.

Bulk actions are configured in the configuration-wui.json file. To modify options, see the [How to customize bulk actions](/data-mover-1.21/file-manager/customize-file-manager-externals/how-to-customize-bulk-actions.md) page.


---

# 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.primeur.com/data-mover-1.21/file-manager/use-the-file-manager/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.
