# Exporting Transactions

## Exporting Transactions as CSV

* Navigate to your "Transactions" page, and select the relevant transactions you wish to export
* Once done, select the black “Actions” button at the top right of the page and select "Export as"
* In the Export Transactions prompt, select "Transactions" as Method
* Under the “Export to” section, select “CSV’
* Choose “Current Selection” and select “Generate CSV”. Then, select “OK”
* Select the white “Past Exports” button at the top right of the page
* Navigate to the “Generated Exports” tab and select “Download”
* Name your CSV file and select “Save”

Congratulations! You’ve completed your first transaction export in CSV format.

💡 Tip: Use our date filters to find all relevant transactions in a given period


---

# 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://gnosisbusiness.gitbook.io/quick-guide/product-guides/bookkeeping-of-transactions/exporting-transactions.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.
