# Robotrade Documentation

## Robotrade Documentation

- [Legal and Liability Disclaimer](https://robotrade-ai.gitbook.io/untitled/overview/legal-and-liability-disclaimer.md)
- [Welcome to the Robotrade Telegram Bot!](https://robotrade-ai.gitbook.io/untitled/overview/welcome-to-the-robotrade-telegram-bot.md)
- [Video overview](https://robotrade-ai.gitbook.io/untitled/overview/video-overview.md)
- [Changelog](https://robotrade-ai.gitbook.io/untitled/overview/changelog.md): BRB... fixing bugs
- [FAQ](https://robotrade-ai.gitbook.io/untitled/overview/faq.md): Robotrade Telegram Bot FAQs
- [Our Token](https://robotrade-ai.gitbook.io/untitled/robo-token/our-token.md)
- [Token Distribution](https://robotrade-ai.gitbook.io/untitled/robo-token/token-distribution.md)
- [Using our bot!](https://robotrade-ai.gitbook.io/untitled/guides/using-our-bot.md): Get started using out bot with /start!
- [/start (CEX)](https://robotrade-ai.gitbook.io/untitled/guides/start-cex.md): Centralized Exchange (CEX) Trading Setup
- [/backtest](https://robotrade-ai.gitbook.io/untitled/guides/backtest.md): Test some configurations before you setup your CEX
- [/onchain](https://robotrade-ai.gitbook.io/untitled/guides/onchain.md): Test some configurations before you setup your on-chain account to trade
- [/jupiter](https://robotrade-ai.gitbook.io/untitled/guides/jupiter.md)
- [/dydx](https://robotrade-ai.gitbook.io/untitled/guides/dydx.md)
- [/purchase](https://robotrade-ai.gitbook.io/untitled/guides/purchase.md)
- [/history](https://robotrade-ai.gitbook.io/untitled/guides/history.md): Test some configurations before you setup your on-chain account to trade
- [Updating/Resetting Preferences](https://robotrade-ai.gitbook.io/untitled/guides/updating-resetting-preferences.md): Managing Your Wallets
- [API Key Setup Example](https://robotrade-ai.gitbook.io/untitled/guides/api-key-setup-example.md): Setting Up an API Key on Kraken (similar for other CEXs)
- [API Troubleshooting](https://robotrade-ai.gitbook.io/untitled/guides/api-troubleshooting.md)
- [Available Strategies](https://robotrade-ai.gitbook.io/untitled/guides/available-strategies.md): Our Telegram bot offers a variety of pre-defined trading strategies suitable for different trading styles and market conditions.
- [Available Exchanges](https://robotrade-ai.gitbook.io/untitled/guides/available-exchanges.md): Our Telegram bot offers a variety CEXs.
- [Other commands](https://robotrade-ai.gitbook.io/untitled/guides/other-commands.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://robotrade-ai.gitbook.io/untitled/overview/legal-and-liability-disclaimer.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.
