# Overview

- [How to setup the bot](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/how-to-setup-the-bot.md): Instructions to setup the bot
- [How to setup Telegram Scraper](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/how-to-setup-telegram-scraper.md): Guide to setup telegram scraper
- [How to use Telegram scraper](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/how-to-use-telegram-scraper.md): Guide to use the telegram scraper
- [Add Dex, Coins or RPC](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/add-dex-coins-or-rpc.md): How to set up new Dex, Coins or RPC
- [Our Features](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/our-features.md): Main features - Aviddot 2.0 - sniperbot.aviddot.com
- [Referrals](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/referrals.md): Earn with us
- [Find Mempool methodId from network scanners](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/find-mempool-methodid-from-network-scanners.md): Simple guide with examples to check methoids from a contract
- [Find mempool MethoId from the bot](https://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/find-mempool-methoid-from-the-bot.md): Simple guide with examples to check methoids from the bot


---

# 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://aviddot-2-0.gitbook.io/aviddot-2.0-guide/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.
