# Bulk Upload Users

You can bulk upload users to ShareMint using a CSV file. This makes it easy to import users from other sources such as Premint or Alphabot and attribute a referrer to these users.

To bulk import users, go to your project's dashboard, and click the "*Add Affiliate"* button. Then go to the "*Bulk"* tab.

Click "*Choose file"* and select the CSV file to be uploaded.

The CSV file should have a header line followed by the users you'd to upload. The file must contain a column called "wallet\_address" representing the users address. You can also add a column called "referrer" which represents the referrers the address.

If you'd like to attribute all users to a single a referrer address fill in the "Referrer address" field. If the CSV already has a referrer value for a user this will be used instead. User rows without a referrer field will use the referrer you set in the "Referrer address" field in the form.

When you're ready click "Upload". Once complete you can go to the "Referee" tab of the dashboard to view the newly added users.

<figure><img src="/files/6pZMqGE7Xttj9CQnoMhM" alt=""><figcaption><p>Bulk upload users via CSV</p></figcaption></figure>


---

# 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://docs.sharemint.xyz/fundamentals/bulk-upload-users.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.
