> For the complete documentation index, see [llms.txt](https://docs.stargazer.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stargazer.sh/stargazer-platform/how-to-prompt.md).

# How to Prompt

One token per query. Ticker or contract address. Six EVM chains: Ethereum, BNB Chain, Base, Arbitrum, Optimism, Polygon.

Examples:

* "What do you think about $AAVE?": full behavioral breakdown.
* "What’s with VIRTUAL?": works with or without $.
* "Do you know about 0xE31700c6BD46638D207991fB5CC5c0daD3D1e3DA?": by contract address for newer tokens.

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

Important:

* AI chat won't give you exact numbers. Check the interface for those.
* AI chat only answers messages with a ticker or contract address. It's not built for small talk.
* If responses look off, delete the chat and start a new one.
* Chat covers the last 7 days. For custom periods, use API/MCP.
* Stablecoins and wrapped assets: trend reflects usage patterns and attention type, not price.

Each query costs 5 credits.


---

# 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:

```
GET https://docs.stargazer.sh/stargazer-platform/how-to-prompt.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.
