> For the complete documentation index, see [llms.txt](https://docs.pump-bot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pump-bot.com/crypto-pump-bot-guide.md).

# Pump Dump Bot

- [Guide: Pump Dump Bot](https://docs.pump-bot.com/crypto-pump-bot-guide/start.md): MUST READ: Advice if you are new to Pump and Dump or new to the Pump Dump Bot. So yes, you have to read this - all you need to know you'll find here.
- [Settings: configEXCHANGE.json](https://docs.pump-bot.com/crypto-pump-bot-guide/general.md): General information for the PumpBot - the important settings which you need to done before every pump.
- [configEXCHANGE.json](https://docs.pump-bot.com/crypto-pump-bot-guide/general/configexchange-json.md): Here are the configExchange.json files for the different Exchanges we currently offer: Binance, KuCoin and Gate.io.
- [Telegram and Discord Detection Settings](https://docs.pump-bot.com/crypto-pump-bot-guide/general/telegram-and-discord-detection-settings.md): This is for the Telegram and Discord Detection Settings in configEXCHANGE.json. This is the most important page, because here you can make the most wrong.
- [PumpBot - First Test](https://docs.pump-bot.com/crypto-pump-bot-guide/pumpbot-first-test.md): Here is how to test your Free PumpBot to see if it works correctly.
- [PumpBot - Manual Buying](https://docs.pump-bot.com/crypto-pump-bot-guide/pumpbot-first-test/pumpbot-manual-buying.md): Here I explain how you can buy a coin in the manual mode.
- [PumpBot - Telegram Detection](https://docs.pump-bot.com/crypto-pump-bot-guide/pumpbot-first-test/pumpbot-telegram-detection.md): Here is how you can test the Telegram Detection of the PumpBot.
- [Pump and Dump Secrets](https://docs.pump-bot.com/crypto-pump-bot-guide/pump-and-dump-secrets.md): Here I share with you one of the best tips I and many members use when it comes to pump and dumps.


---

# 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.pump-bot.com/crypto-pump-bot-guide.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.
