# Token Search

Located in the header, the search bar allows users to find any token by name or contract address.&#x20;

Press <kbd>/</kbd> to focus instantly.

Typing a query returns a live list of matching tokens with real-time market data:

* Price
* Liquidity
* Volume
* Market Cap (with 24h delta/change in %)

Each result also includes token age and quick links to chart, explorer, website, etc. Contract address can be copied directly from the row.

Search is optimized for speed and decision-making - use it to verify tokens, compare stats, and get straight to action.


---

# 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.bonkbot.io/telemetry/insights/token-search.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.
