> For the complete documentation index, see [llms.txt](https://docs.lootbot.xyz/lootbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootbot.xyz/lootbot/telegram-bot/about-telegram-bot/lootbot-x-ai-integration.md).

# Lootbot x AI integration

## About Lootbot Ai

As AI (Artificial Intelligence) is paying a more and more important role in tech products, Lootbot team has been spending time researching on how we can take your airdrop farming experience to the next level through the integration of AI.&#x20;

Through harnessing the capabilities of the gmAI's gmInfra, Lootbot now enables users to perform airdrop farming tasks through straightforward text commands, thus simplifying interactions between users and the bot. Now, you can bridge, swap, and farm easily with just text commands.&#x20;

## What can Lootbot with AI do

### Airdrop farming

To farm airdrop using Lootbot AI, just simply tell the bot to loot on your desired network, with the wallet that you want to loot with.&#x20;

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

### Bridge

To bridge funds from Ethereum, just simply enter your destination chain name and tell the bot to bridge.

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

### Swap

Swap tokens accross all supported networks by Lootbot by entering the input and output tokens and also the network that you want to&#x20;

<figure><img src="/files/6wGQSNT0B3WtazjrqBR2" alt=""><figcaption></figcaption></figure>

### Check balance

Check your balance accross multiple networks by entering the chain name you want to cehck your balance on.&#x20;

<figure><img src="/files/1lO6foK34AiTAMcanJq1" alt=""><figcaption></figcaption></figure>

### Transfer funds&#x20;

Transfer funds between your wallets on all supported networks by Lootbot by entering the source wallet and the destination wallet, with the chain that you are storing your funds on.

<figure><img src="/files/XAPCeaJiEZMAwgaoDVyE" 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.lootbot.xyz/lootbot/telegram-bot/about-telegram-bot/lootbot-x-ai-integration.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.
