# Bulk Download

## Overview

The "Bulk Download" function operates similarly to the "Bulk Print Detail" function, with the primary distinction being that it allows users to download the files directly in PDF format. This feature is particularly advantageous for users looking to save multiple files quickly and efficiently without needing to initiate a separate print command for each document. Consequently, it streamlines the process, significantly enhancing productivity by reducing manual steps and offering a more convenient solution for managing and storing documents in bulk.

## How to Use

* **Go to Table List View**: Navigate to the table you want to edit from side menu and click it to open the list view, which displays all the records in a tabular format.
* **Select Records**: Choose one or more records that you want to edit by clicking on checkbox. You can select multiple records by clicking on each record. You can also select all by clicking the checkbox in the title row.
* **Open the Bulk Operations Panel**: After selecting the records, the bulk operations panel will appear in front of the list.
* **Click the "Actions" Button**: In the bulk operations panel, click "Actions" from the dropdown, select "Download".
* **Perform Download**: Clicking will open a new tab for each selected record. After download, the tab will be closed automatically.


---

# 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.labii.com/user-guide/list-view/bulk-operations/bulk-download.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.
