> For the complete documentation index, see [llms.txt](https://docs.elven.com/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elven.com/v3/bookkeeping/accounting-with-business-data/importing-business-data-with-csv-file.md).

# Importing business data with CSV file

{% hint style="info" %}
This page illustrates how to add and edit integration types in the Integration Management module, upload and view business data, manage the identification status of the data and generation of journal entries.
{% endhint %}

## 1. Accessing Integration Management

1. On the project homepage, navigate to the **Ledger** page.
2. In the **Ledger** page, click the **"Integration"** button on the upper right corner of your page.

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

## 2. Add/Edit Integration types

1. Click the "+ Add new integration" button, and enter a name for the data to create a integration type.

   <figure><img src="/files/ePM2ZOITr0h9IfnGk5yv" alt=""><figcaption></figcaption></figure>
2. Click on the "pencil" icon on the side to change the name of an integration type.&#x20;

   <figure><img src="/files/9augH6n2ESaXFdBTnLtp" alt=""><figcaption></figcaption></figure>

## 3. Adding Business Data

1. Click on the **"Add Data"** button and select **"CSV Upload"**.

   <figure><img src="/files/yfGoNcAuhnsGnj0kCko3" alt=""><figcaption></figcaption></figure>
2. Upload your CSV data in the window to add it into Elven.
3. The format of CSV file must be consistent within each integration type, otherwise data importing will fail.&#x20;

## 4. View Business Data

1. Click on the underlined number next to the data name to open the data explorer window.

   <figure><img src="/files/OycFeYs0VXYAJ139n8Wd" alt=""><figcaption></figcaption></figure>
2. In the data explorer window, you can view the business data uploaded and its identifcation status. For business data that has bookkeeping rules set, the identification status will show the number of generated journal entries.


---

# 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://docs.elven.com/v3/bookkeeping/accounting-with-business-data/importing-business-data-with-csv-file.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.
