# Bulk Print Detail

## Overview

Labii's "Bulk Print Detail" function is a powerful feature that allows users to print the details of multiple records at once, either directly to paper or as a PDF document. This feature is an extension of the standard Print function, which prints a single record's details. With Bulk Print Detail, users can conveniently generate PDF files for multiple records, making it an ideal solution for backup purposes. By streamlining the printing process, Labii's Bulk Print Detail function saves time and increases productivity, allowing users to efficiently manage and archive their records.

## 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 "Print" Button**: In the bulk operations panel, click "Print" From the dropdown, select "Detail".
* **Perform Print**: Clicking will open a new tab for each selected record. Follow Labii's [Print](/user-guide/detail-view.md#print) function to either print to a printer or save as PDF.


---

# 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-print-detail.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.
