> For the complete documentation index, see [llms.txt](https://docs.avanoo.ai/public-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avanoo.ai/public-knowledge-base/expenses-manage-your-saas-expenses/how-to-bulk-add-expenses-with-csv.md).

# How to Bulk Add Expenses with CSV

**Importing expenses can be done in the following ways:**

* **Automatically** import SaaS expenses into Sonar by connecting your ERP/Expense system like Netsuite or Expensify into Sonar `(search for the desired app in our help center and follow the integration instructions)`
* **Manually  -** import the expenses by uploading the expense report
* **Via API**
* **In bulk using CSV** (described below): import many expenses by uploading the expense report

This article will show the manual process of importing an expense report.

## Template

Send a csv file with at least the following columns in any order:

* Transaction date
* Description
* Amount
* Currency (euros/dollars)

Optionnals:

* File name (in case there is an invoice linked)
* File url (in case there is an invoice linked)
* Vendor/merchant/supplier

You can add any other fields, but it might not be supported.


---

# 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:

```
GET https://docs.avanoo.ai/public-knowledge-base/expenses-manage-your-saas-expenses/how-to-bulk-add-expenses-with-csv.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.
