# Allow Export

The **Allow Export** feature enables users to export record lists to Excel. With this functionality, users can easily extract selected data in Excel format and save it, **supporting up to 200,000 records in a single export.** This capability is highly beneficial for data analysis and report generation, providing users with a powerful tool to efficiently manage critical information.

***

### :small\_orange\_diamond: Steps to Enable Allow Export

1. Activate the **Allow Export** toggle button.

{% hint style="info" %}
**If you’re exporting a large volume of data or performing complex operations through a DataSource**, you can reduce the **Batch Size** to lessen system load. Reducing the batch size decreases the amount of data processed at once, improving the stability of the export process.
{% endhint %}

<figure><img src="/files/Ujzo7KTcRbtOwCTLS8Ca" alt=""><figcaption><p>Default Setup in the side panel.</p></figcaption></figure>

2. Once enabled, an Excel icon will appear at the top of the data table, allowing users to export the data.

<figure><img src="/files/dWL6d7ij3EBIkuVHM8ra" alt="" width="563"><figcaption><p>An Excel icon appears in the List.</p></figcaption></figure>

***

### :small\_orange\_diamond: Execution Screen

1. When the export feature is enabled in the Builder, an Excel icon appears at the top-right of the list. Clicking the icon opens the Export Data modal.

<figure><img src="/files/iGx3xWwait24ICzxX6aA" alt=""><figcaption></figcaption></figure>

2. If there are columns you want to exclude from the export, uncheck them before proceeding. Once ready, click the Download Excel button to begin the export.

{% hint style="warning" %}
If the export data **exceeds 200,000 records**, only the first 200,000 records will be included. **The excess will be excluded.**
{% endhint %}

<figure><img src="/files/R3kfVTaFW3TPB4wV57Ze" alt=""><figcaption></figcaption></figure>

3. After the export completes, a **`.xls` file** is downloaded automatically. The modal will close a few seconds later. **The file name will match the title of the list.**

<figure><img src="/files/zZC1DwnZDXQxDtrFCx2A" alt=""><figcaption></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/default-setup/allow-export.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.
