> For the complete documentation index, see [llms.txt](https://gnosisbusiness.gitbook.io/quick-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gnosisbusiness.gitbook.io/quick-guide/product-guides/token-to-token-payments/bulk-payments-via-csv-import.md).

# Bulk Payments via CSV Import

***

#### Step 1: Open CSV Import

From the **Dashboard**, click **New Transfer** or **Draft**.

#### Step 2: Select CSV Upload

Click **Add From**, then select **CSV** from the dropdown menu.

#### Step 3: Choose Your CSV File

Upload your CSV file by dragging and dropping it into the upload area or by clicking **Browse computer**.

At this point, you can choose either:

* Your own CSV file
* The sample CSV template (you can download it [here](https://app.hq.xyz/file/HQ-recipients-template.csv) or directly from the upload page)

**CSV File limits**

* Maximum of 500 rows
* Maximum file size of 2 MB

#### Step 4: Continue Based on the File You Uploaded

**If you uploaded your own CSV file:**

You will proceed to the **column mapping** step. Match your CSV columns to the correct platform fields before continuing.

**Required fields**

* Recipient Address
* Token
* Amount

**Optional fields**

* Recipient Name
* Account
* Notes
* Tags

For **Tags**, use semicolons to separate multiple values.

If your CSV includes tags that do not yet exist in your organization, they will be automatically created during import.

**If you are using the sample CSV template and have filled in all required details:**

You do not need to map any columns and can proceed straight to review.

#### Step 5: Review the Payment Details

Click **Continue to Review** and carefully check all payment details.

Make sure to verify:

* Recipient addresses
* Token types
* Payment amounts

#### Step 6: Confirm or Save as Draft

Once everything looks correct, confirm the transaction or save it as a draft for later.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gnosisbusiness.gitbook.io/quick-guide/product-guides/token-to-token-payments/bulk-payments-via-csv-import.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
