# Allocation Overview

* **Allocation settings are fully customizable, allowing project admins to set:**&#x20;
  * Token amount for the stakeholder
  * Distribution type (Airdrop, Claim, or mix of both)
  * Percentage of tokens unlocking at vesting start
  * Duration of and percentage of tokens unlocking at the first cliff
  * Vesting frequency (e.g., daily, monthly, yearly) and duration
* **Allocations can be added individually or in bulk:** Allocations in Magna can be uploaded individually or in bulk, using a CSV import template. Our team also provides white-glove onboarding service to work with you to make sure all your data is accurately imported into Magna.
* **Distributions can be set up as an Airdrop or Claim:** Airdrop distributions are managed such that a project admin logs into Magna periodically (e.g. once a month) to transfer tokens directly from the company’s wallet to the recipients. For Claim distributions, tokens are deposited into an escrow vesting contract from which recipients can claim tokens automatically based on the vesting or unlock schedule logic within the contract.

Please ensure you have thoroughly read through our explainer on [The Difference Between Airdrop vs. Claim](https://www.magna.so/blog/airdrop-vs-smart-contract-which-is-better-for-token-vesting) to ensure you are selecting the correct distribution type for your allocations.


---

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