# Multi Selectable

The **Multi Selectable** feature adds a checkbox to the first column of the data table, allowing users to select multiple records at once. This functionality enables users to easily select or deselect multiple records and perform batch actions on the selected records.

***

### :small\_orange\_diamond: Steps to Enable Multi Selectable

1. Click the **Multi Selectable** **toggle** button to activate the feature.\\

   <figure><img src="/files/8ERmhsxmdNNLiggqAx1S" alt="" width="308"><figcaption><p>Datatable Setup in the side panel.</p></figcaption></figure>
2. Verify that a checkbox appears in the first column of the datatable.\\

   <figure><img src="/files/K6j4QWz56gkUjSksackC" alt="" width="563"><figcaption><p>Multi Selectable Configuration Confirmation</p></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://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/datatable-setup/multi-selectable.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.
