# Commands

- [Statistics](https://docs.bitbot.tools/commands/statistics.md): Commands that fetch and display cryptocurrency statistics.
- [info](https://docs.bitbot.tools/commands/statistics/info.md)
- [price](https://docs.bitbot.tools/commands/statistics/price.md)
- [ticker](https://docs.bitbot.tools/commands/statistics/ticker.md)
- [global](https://docs.bitbot.tools/commands/statistics/global.md)
- [convert](https://docs.bitbot.tools/commands/statistics/convert.md)
- [trending](https://docs.bitbot.tools/commands/statistics/trending.md)
- [fg](https://docs.bitbot.tools/commands/statistics/fg.md)
- [Configuration](https://docs.bitbot.tools/commands/configuration.md): Commands that adjust or show server settings.
- [News](https://docs.bitbot.tools/commands/configuration/news.md)
- [news configure](https://docs.bitbot.tools/commands/configuration/news/news-configure.md)
- [news manage](https://docs.bitbot.tools/commands/configuration/news/news-manage.md)
- [Alerting](https://docs.bitbot.tools/commands/configuration/alerting.md): Commands to manage cryptocurrency price alerts for a server.
- [alerts manage](https://docs.bitbot.tools/commands/configuration/alerting/alerts-manage.md)
- [Add Alerts Dialog](https://docs.bitbot.tools/commands/configuration/alerting/add-alert-dialog.md)
- [Following](https://docs.bitbot.tools/commands/configuration/following.md): Commands to manage cryptocurrency follow configurations for a server.
- [follows manage](https://docs.bitbot.tools/commands/configuration/following/follows-manage.md)
- [Add Follow Dialog](https://docs.bitbot.tools/commands/configuration/following/add-follow-dialog.md)
- [Blockchain](https://docs.bitbot.tools/commands/blockchain.md): Commands that retrieve information from blockchains.
- [address](https://docs.bitbot.tools/commands/blockchain/address.md)
- [track](https://docs.bitbot.tools/commands/blockchain/track.md)
- [minestats](https://docs.bitbot.tools/commands/blockchain/minestats.md)
- [minecalc](https://docs.bitbot.tools/commands/blockchain/minecalc.md)
- [Utility](https://docs.bitbot.tools/commands/utility.md): Commands that display bot information.
- [help](https://docs.bitbot.tools/commands/utility/help.md)
- [stats](https://docs.bitbot.tools/commands/utility/stats.md)
- [addemoji](https://docs.bitbot.tools/commands/utility/addemoji.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://docs.bitbot.tools/commands.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.
