# Bulk Create

Data from a CSV file can be used to create numerous documents at once. For Bulk Merge to work, first [setup at-least one delivery](https://help.docupilot.app/deliveries) under your template. Follow below steps to create numerous documents at once using Bulk Merge.

* Navigate to the **`Create`** tab in template details page, then click on the **`Bulk Merge`** tab.
* Upload desired CSV file. Ensure that the first row of CSV contains column headers
* Once the file has been uploaded, tokens present in the template should be mapped to corresponding columns. If the column names are similar Docupilot will automatically map the fields for you. The mapping will be remembered across bulk-merge invocations so you wouldn't have to re-map every-time.
* The total number of documents that will be generated can be viewed under **Execution History**.
* Documents that are generated will be delivered to all the configured deliveries.

![Bulk Merge](https://191679573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDwD-wIOendMUiQ8uVr%2Fuploads%2FNyy1CqDlZ6lOuIGLSkCt%2FBulk%20merge.gif?alt=media\&token=645d4b16-6e5c-4eda-a1f7-97199e625c1e)

{% hint style="warning" %}
In test mode, documents will be generated only from the first 10 records and the generated documents will contain watermark on them.
{% 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://help.docupilot.app/create-document/bulk-create.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.
