> For the complete documentation index, see [llms.txt](https://arrowbot.gitbook.io/arrowbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arrowbot.gitbook.io/arrowbot/overview/introduction.md).

# Introduction

<figure><img src="/files/0MCSirmKBvbMXGEfxy6l" alt=""><figcaption></figcaption></figure>

**Arrow is a Telegram-based DeFi bot crafted to deliver the lowest fees, and the fastest and easiest trading experience out there.** \
\
The goal with Arrow is to make DeFi accessible and fun for everyone through the Telegram web app, without the need to download any separate apps. Kicking off with Ethereum trading functionalities, Arrow is set to evolve into a bot that integrates a wide array of features, including multi-chain trading, cross-chain trading, and sniping. Here's a sneak peek at some of the core features Arrow plans to roll out, according to its roadmap.

* Ethereum Trading
* Multi-chain Trading
* Cross-chain Trading
* Sniping
* Multi-chain Sniping

Arrow is spicing up the Telegram web app with a variety of DeFi features, offering low fees and a fast and easy trading vibe.


---

# 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://arrowbot.gitbook.io/arrowbot/overview/introduction.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.
