> 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/create-allocation-individual.md).

# Create Allocation (Individual)

To add allocations one-at-a-time, click on "Create Allocation" in the top right to fill out a form per-person. This is the best option if you have just one or a few stakeholders you want to upload.&#x20;

[**See video demo here.**](https://www.loom.com/share/16366b184c314f48886dc8964c5e1324?t=277\&sid=d66d82e9-e656-4bd6-909a-2464df326d4c)

1. Once you click "Create Allocations", select or create the 'Stakeholder'
2. Add a wallet for them, or leave blank for them to add their own wallet
3. Enter the 'Token Amount' you'd like to allocate
4. Select or create the 'Category' this allocation corresponds to (i.e. investor, employee, influencer, etc.)
5. Select the 'Distribution Type' (Claim vs. Airdrop)
6. Select the 'Unlock Schedule' this allocation should follow
7. Enter the 'Unlock Start' date and time (optional). NOTE: the time defaults to UTC so please make sure to convert accordingly.


---

# 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/create-allocation-individual.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.
