> For the complete documentation index, see [llms.txt](https://docs.magna.so/admins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magna.so/admins/product-guides/how-to-add-and-edit-allocations/how-to-add-allocations-and-stakeholders/import-allocations-bulk.md).

# Import Allocations (Bulk)

Click "Import Allocations" if you'd like to upload a CSV file with multiple allocations. This is the best option if you have a significant amount of stakeholders you want to upload all at once.&#x20;

[**See video demo here.**](https://www.loom.com/share/16366b184c314f48886dc8964c5e1324?t=219\&sid=4c10256d-c3e7-4d2f-a19b-6c3ab7a84643)

1. Once you click "Import Allocations", select or create a 'Contract' based on if the allocations are going to be distributed via Airdrop or Claim ([see here for more info](https://docs.magna.so/admins/product-guides/magna-quickstart-guide/step-1-set-up-key-project-details/step-1d-how-to-create-a-vesting-contract))
2. Select or add the 'Project Wallet' that will be used to fund the tokens to your stakeholders.
3. Click the "Upload CSV" box to select your file (you may also drag and drop)
4. Click "Continue to review" to review and ensure everything looks correct >&#x20;
5. If everything looks good, then click "Next" -> click "Complete"

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


---

# 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.magna.so/admins/product-guides/how-to-add-and-edit-allocations/how-to-add-allocations-and-stakeholders/import-allocations-bulk.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.
