# Token page

The page of any token is divided into several blocks, let's consider each of them.

### Upper block

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

The following functions are available in this block

* [**Token price**](/use/tokens/interface/token-page/price.md) chart
* [**Volume** ](/use/tokens/interface/token-page/trading-volume.md)chart
* [**TVL** ](broken://pages/O5ExJrTq4t35dX1GPAFl)chart
* [**Add liquidity**](/use/pools/how-to/add-liquidity.md) - click to go to the page for adding liquidity paired with this token
* [**Trade** ](/use/swap.md)- swap this token
* [**Open in explorer**](/use/tokens/interface/token-page/open-in-explorer.md) - click on the arrow in the upper right corner of the top block to go to the token page in the explorer

Also on the right side of this block you can see information about:

* [**TVL**](/use/tokens/interface/token-page/tvl.md)
* [**Trading volume**](/use/tokens/interface/token-page/trading-volume.md) for the last 24 hours
* [**Trading volume**](/use/tokens/interface/token-page/trading-volume.md) for the last 7 days
* **Number of transactions** in the last 24 hours

### [Pairs block](/use/tokens/interface/token-page/pairs.md)

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

### [Transactions block](/use/tokens/interface/token-page/transactions.md)

<figure><img src="/files/zN0tYznpyTEVlrcChjud" alt=""><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.flatqube.io/use/tokens/interface/token-page.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.
