> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipsuite.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Imports

> Import point balances from a different system.

> Import functionality allows you to seed an existing community economy, migrate balances from another system, or
> bulk-load users before launching a campaign.

## Step 1 - Open the holders tab

Go to the **Points** tab, open a point system, and select the **Holders** tab. From there you can:

* Search holders by Discord user ID.
* Export the current holder list as CSV.
* Import balances from a CSV file or pasted CSV text.

<Frame caption="Point system holders">
  <img src="https://mintcdn.com/flipsuite/WS3TI9rnIexQzhY0/images/points/point-holders-tab.png?fit=max&auto=format&n=WS3TI9rnIexQzhY0&q=85&s=2241af643a74748c7cb409e3f0d58cbd" className="rounded-lg" width="1699" height="763" data-path="images/points/point-holders-tab.png" />
</Frame>

## Step 2 - Initiate the import

Click the **Import** button, to open the import dialog.

<Frame caption="Import dialog">
  <img src="https://mintcdn.com/flipsuite/WS3TI9rnIexQzhY0/images/points/import-dialog.png?fit=max&auto=format&n=WS3TI9rnIexQzhY0&q=85&s=728a8e26aef6b1113135e9c46d6e9041" className="rounded-lg" width="608" height="587" data-path="images/points/import-dialog.png" />
</Frame>

Inside the import dialog, you can either:

* Upload a `.csv` file containing user balances.
* Paste CSV content directly into the import dialog.

Each CSV row must contain:

1. The user's **Discord ID**
2. The user's **balance**

Example:

```
328218133074804739,2137
144610383091466241,123.45
```

### How imports behave

Imports are additive, not destructive:

* If a user does not exist yet, they become a new holder.
* If a user already exists, the imported amount is **added on top** of the existing balance.
* Existing balances are **not overwritten** by import.

### Export before you import

If you are updating an existing point system, export holders first. That gives you a backup snapshot and a safe base
file to edit before importing new values.
