# About BillyBot

## Overview

**BillyBot** is the Telegram bot for Runes. From buy alerts to floor price charts and more, BillyBot's got you covered. [See all features](#features) 👇

[**Quickstart**](/billybot/quickstart.md)

## BillyBot Telegram

Add BillyBot to your Telegram group chat: [**https://t.me/billiondollarcatbot**](https://t.me/billiondollarcatbot)

{% hint style="info" %}
Use **/help** command in **BillyBot** to see all supported commands
{% endhint %}

## Features

1. [Buy Alerts](/billybot/rune-buy-alerts.md) - Alert Telegram group chats when someone buys a Rune
2. [Dip Alerts](/billybot/price-dip-alerts.md) - Alert Telegram group chats when price dips for a Rune
3. [Floor Price Chart](/billybot/floor-price-chart.md) - See a chart for the price depth for a Rune
4. [Compare Runes](/billybot/compare-runes.md) - Compare market data for two Runes
5. [Rune Info](/billybot/rune-info.md) - View market data about a Rune
6. [Billy PFP](/billybot/billy-pfp.md) - Put Billy glasses on supported ordinals & NFTs

<figure><img src="/files/JeNS80YNoXKEaDoU6x2H" alt=""><figcaption><p>BillyBot help command in Telegram</p></figcaption></figure>


---

# 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.billiondollarcat.com/billybot/about-billybot.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.
