# Airdrops

You can use the *'Airdrop'* tab for your collection as a way of sending free NFTs to your collectors, your team or yourself.

{% hint style="info" %}
An **airdrop** is nothing more than a way of sending NFTs to different wallets without them having to pay gas or minting fees
{% endhint %}

For **Airdrop-only** collections this is the way in which NFTs in your collection get minted, as there is no public collection page. For all other collections, this is a great way of engaging with your community by providing freebie NFTs through giveaways, contests and the like.

Using the Airdrop tab is straightforward. Simply input an address you'd like to send an airdrop to and click '*Add Address*'. It will then come up under the 'PENDING AIRDROPS' table. You can add as many individual addresses to the Pending Airdrops table as you'd like before going ahead and sending the Airdrop.

<figure><img src="/files/9aJngJ58RFzXGZgN054t" alt=""><figcaption></figcaption></figure>

Once you have added all the wallets you want to airdrop NFTs to, start selecting them using the white checkbox to the left of each address. **You can only airdrop to 20 wallets at a time**. When you're happy with your selection, click 'SEND'. Successfully airdropped wallets will now appear under the 'AIRDROPPED WALLETS' table.&#x20;

<figure><img src="/files/Hx8rt6bVUi66BhH0EKeh" alt=""><figcaption></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.fair.xyz/tutorials-for-creators/drops-and-airdrops/airdrops.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.
