# Guides

- [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: 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://robotrade-ai.gitbook.io/untitled/guides.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.
