> For the complete documentation index, see [llms.txt](https://airbotfarm.gitbook.io/airbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://airbotfarm.gitbook.io/airbot/how-airbot-works/using-the-airdrop-automation-bot.md).

# Using the Airdrop Automation Bot

{% embed url="<https://www.youtube.com/watch?v=zrU26SGMixQ>" fullWidth="true" %}

Once you have added wallets and proxies in the Accounts section, using AIRBOT involves the following steps:

1. Select Network: On the main dashboard, choose the desired blockchain network, such as Zksync, LayerZero, etc., to focus on airdrops for that specific network.
2. Add Tasks: Click the "Add Task (+)" button on the dashboard to access the task configuration menu.
3. Configure Tasks: Select the wallets you want to perform the task with, then choose the tasks you want to perform, and configure any other task details required.
4. Run Tasks: After configuring, click "Run Tasks," and the tasks will be automatically executed across the selected wallets.
5. Monitor Status: Check the task’s logs on the dashboard to monitor progress. Logs display the detailed status of the tasks.
6. Repeat: Run more tasks for other airdrops to maximize earnings across multiple opportunities.


---

# 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://airbotfarm.gitbook.io/airbot/how-airbot-works/using-the-airdrop-automation-bot.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.
