# Individual Token Pages

Every token in our app has individual token pages in our bot app. They differ between trending, newly mentioned, or search tokens and “Telegram Calls”, tokens that have been called in Telegram Call channels.&#x20;

If you go the first route and click on a token, you are now in the token specific page.

You now see:

1. The token & cashtag + Chain the token is trading on + Token price + balance in token and in US$
2. The price chart from the last 30 days, 7 days, 1 day, and the last 24 hours
3. The key-accounts mentioning the token in the specific timeframe (from the price chart)
4. The amount of key-accounts mentioning the token
5. The amount of key-mentions
6. The token price
7. The marketcap
8. The volume in the last 24h

At the bottom of the app, you can buy (and sell) the token. You can either quickly buy with 0.1, 0.5, or 1 ETH, or choose a custom amount.

<br>


---

# 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://alphascan.gitbook.io/docs/product-guide/telegram-sniping-bot/individual-token-pages.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.
