# Price Bot

## Telegram

You can interact with the bot on Telegram by chatting with ID [@coinhallbot](https://t.me/CoinhallBot), and add it to your group chats.&#x20;

<figure><img src="/files/o6UmaaZssOGedWY4jhE1" alt="" width="319"><figcaption></figcaption></figure>

You can access the list of commands by typing `/help` or selecting `get help` from the Menu button. The commands are:

* `/p` `/pr` `/price` to get the latest traded price of a pair. Pairs are based on the highest liquidity and volume. The DEX will be specified in the bot's response, and you will also be able to toggle between DEXes
* `/c` to get a chart of a pair
* `/mp` to get the latest traded price of multiple assets (when you are tired of typing /p for each pair)

<figure><img src="/files/PirPBQVVu07MQVXrMmLq" alt="" width="375"><figcaption></figcaption></figure>

### Discord&#x20;

To start interacting with the bot on Discord, you need to invite Coinhallbot to the Discord server. Note that you need `Manage Server` permissions before you can add the bot.&#x20;

1. Visit this [link](https://discord.com/oauth2/authorize?client_id=1230033055041847306) to authorise adding the bot&#x20;
2. Choose `Add to Server` option and choose the server of your choice
3. Confirm that all permission boxes are checked before hitting `Authorise`

<figure><img src="/files/GnevuvyDTgoNXJwugdDX" alt="" width="375"><figcaption></figcaption></figure>

4. To only allow specific channels where the Coinhallbot can respond, visit the following breadcrumb:&#x20;

   1. Server Setting -> Scroll down to Integrations under Apps -> Select `Manage` beside Coinhallbot&#x20;
   2. You can decide who gets to interact with the bots' commands and which channel they can do it&#x20;
   3.

   ```
   <figure><img src="/files/zvrcAaegA2SiSJ8RsDby" alt="" width="375"><figcaption></figcaption></figure>
   ```

   4. The commands are the same as above!&#x20;

      * `/p` `/pr` `/price` to get the latest traded price of a pair. Pairs are based on the highest liquidity and volume&#x20;
      * `/c` to get a chart of a pair
      * `/mp` to get the latest traded price of multiple assets

      <figure><img src="/files/k7E1OmqjQKK84TQ4WLC8" alt="" width="350"><figcaption></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.coinhall.org/for-traders/price-bot.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.
