# Multi-Editing and Bulk Actions

The new Data Editor allows you to manage multiple records using simple checkboxes. You can select individual rows or several at once and apply common actions directly, helping you work faster and keep your data organized.

#### Steps

1. **Select records:** Use the checkbox on the left side of each row to select one or multiple records.
2. **Apply bulk actions:** Once records are selected, the action bar will appear at the top of the table.
3. **Duplicate selected rows:** Click **Duplicate** to instantly create copies of the selected records. New rows will appear with the same field values.
4. **Export selected rows:** Click **Export** to download only the selected records. You can export in different formats.
5. **Delete selected rows:** Click **Delete** to remove the selected records from your table. A confirmation step helps prevent accidental deletion.
6. **Deselect all:** Use the top checkbox in the header row to quickly select or deselect all visible records.

{% @arcade/embed flowId="cJr3fo8pgUykLGqQTw0D" url="<https://app.arcade.software/share/cJr3fo8pgUykLGqQTw0D>" %}

{% hint style="info" %}
**Copy, Paste & Duplicate**\
You can copy and paste data just like in a spreadsheet using Ctrl/Cmd + C and Ctrl/Cmd + V.\
Drag the corner of a cell to fill values down quickly.\
JetAdmin also checks data types when pasting, so invalid values are automatically prevented.
{% endhint %}


---

# 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.jetadmin.io/user-guide/data/multi-editing-and-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.
