# How to use Avascan

- [Introduction](https://docs.avascan.info/how-to-use-avascan/introduction.md): How to explore the Avalanche network with Avascan
- [Homepage](https://docs.avascan.info/how-to-use-avascan/homepage.md): Every Avalanche data at a glance
- [Unified Transaction List](https://docs.avascan.info/how-to-use-avascan/unified-transaction-list.md)
- [Blocks](https://docs.avascan.info/how-to-use-avascan/blocks.md)
- [Assets](https://docs.avascan.info/how-to-use-avascan/assets.md)
- [Token page](https://docs.avascan.info/how-to-use-avascan/token-page.md)
- [Verified contracts](https://docs.avascan.info/how-to-use-avascan/verified-contracts.md)
- [Marketcap](https://docs.avascan.info/how-to-use-avascan/marketcap.md)
- [Network Activity](https://docs.avascan.info/how-to-use-avascan/network-activity.md)
- [Avalanche Bridge](https://docs.avascan.info/how-to-use-avascan/avalanche-bridge.md)
- [Transaction Details](https://docs.avascan.info/how-to-use-avascan/transaction-details.md)
- [Blockchains](https://docs.avascan.info/how-to-use-avascan/blockchains.md): Browse blockchain on Avalanche network with Avascan
- [X-Chain](https://docs.avascan.info/how-to-use-avascan/x-chain.md): X-Chain indexing is provided by Norge, Avascan's powerful custom Avalanche indexer.
- [C-Chain](https://docs.avascan.info/how-to-use-avascan/c-chain.md)
- [Staking](https://docs.avascan.info/how-to-use-avascan/staking.md): Browse validators and delegations on the Avalanche network with Avascan
- [Whale Transactions](https://docs.avascan.info/how-to-use-avascan/whale-transactions.md): Browse the latest and top transactions over 100,000 AVAX
- [Rich List](https://docs.avascan.info/how-to-use-avascan/rich-list.md): Top addresses by AVAX balance
- [Hot dApps](https://docs.avascan.info/how-to-use-avascan/hot-dapps.md): Discover the most used dApps in the last 7 days
- [Burned Fees](https://docs.avascan.info/how-to-use-avascan/burned-fees.md)
- [AVAX Genesis](https://docs.avascan.info/how-to-use-avascan/avax-genesis.md)
- [Avalanche Market Cap](https://docs.avascan.info/how-to-use-avascan/avalanche-tokens-list.md): Aggregating all tokens on the Avalanche network
- [Keyboard shortcuts](https://docs.avascan.info/how-to-use-avascan/keyboard-shortcuts.md): If you're a geek like us, you'll enjoy Avascan keyboard shortcuts.
- [Universal Search v0.1](https://docs.avascan.info/how-to-use-avascan/universal-search-v0.1.md): Search addresses, tokens, NFTs, validators and delegations across the Avalanche network
- [Metamask configuration](https://docs.avascan.info/how-to-use-avascan/browse-c-chain-on-web3-wallets.md): Configuration of Avalanche C-Chain on Metamask


---

# 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.avascan.info/how-to-use-avascan.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.
