> For the complete documentation index, see [llms.txt](https://docs.themarketstalker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themarketstalker.com/our-tools/telegram-bot.md).

# Telegram Bot

{% hint style="info" %}
Telegram Bot will soon transition from channel access to DM's with the Telegram bot to make way for future upgrades such as filtering, automated trading and more.
{% endhint %}

The Market Stalker Telegram Bot is currently undergoing a complete restructuring. For now, signals are currently presented in either the **Market Stalker Signals** channel or **Market Stalker Premium Signals** channel.&#x20;

Both channels provide the same signals, but the information that comes with the signal is more in-depth in the Premium channel.

<table><thead><tr><th></th><th data-type="checkbox">Standard</th><th data-type="checkbox">Premium</th></tr></thead><tbody><tr><td>Tier Info</td><td>true</td><td>true</td></tr><tr><td>Token Age</td><td>false</td><td>true</td></tr><tr><td>Tracked Buyer Count</td><td>true</td><td>true</td></tr><tr><td>Large Buy Indicator</td><td>false</td><td>true</td></tr><tr><td>Social Links</td><td>false</td><td>true</td></tr><tr><td>Volume Stats</td><td>false</td><td>true</td></tr><tr><td>Security Info</td><td>false</td><td>true</td></tr><tr><td>Funder Info</td><td>false</td><td>true</td></tr></tbody></table>

An example of basic & Premium notifications can be seen below.

<figure><img src="/files/hlHzOcuHzFDJmDYCtmc3" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/orIGTrclQxbAH8KJCOnf" %}
[Access Our Tools](/our-tools/access-our-tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/ts2SLNMRf2WJ5dW6MyKj" %}
[Compare Plans](/packages/compare-plans.md)
{% endcontent-ref %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.themarketstalker.com/our-tools/telegram-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
