# Browsing the Site

- [Homepage](https://docs.aptscan.ai/browsing-the-site/homepage.md)
- [Search Engine](https://docs.aptscan.ai/browsing-the-site/search-engine.md)
- [Blockchain](https://docs.aptscan.ai/browsing-the-site/blockchain.md)
- [Blocks](https://docs.aptscan.ai/browsing-the-site/blockchain/blocks.md)
- [Block Detail Page](https://docs.aptscan.ai/browsing-the-site/blockchain/blocks/block-detail-page.md)
- [Transaction](https://docs.aptscan.ai/browsing-the-site/blockchain/transaction.md)
- [Validator](https://docs.aptscan.ai/browsing-the-site/blockchain/validator.md)
- [Analytics](https://docs.aptscan.ai/browsing-the-site/analytics.md)
- [Aptos Network](https://docs.aptscan.ai/browsing-the-site/analytics/aptos-network.md)
- [Coin List](https://docs.aptscan.ai/browsing-the-site/coin-list.md): The one-pager of all Aptos coins.
- [Coins](https://docs.aptscan.ai/browsing-the-site/coin-list/coins.md): Aptscan's coin tab.
- [Token List](https://docs.aptscan.ai/browsing-the-site/token-list.md): Aptoscan's NFT Collection Page
- [Project page](https://docs.aptscan.ai/browsing-the-site/token-list/project-page.md): Click to view your favorite NFT Collection and Individual NFT
- [Individual NFT page](https://docs.aptscan.ai/browsing-the-site/token-list/project-page/individual-nft-page.md)
- [Top Accounts](https://docs.aptscan.ai/browsing-the-site/top-accounts.md)
- [Transaction Details](https://docs.aptscan.ai/browsing-the-site/transaction-details.md)
- [User Transaction](https://docs.aptscan.ai/browsing-the-site/transaction-details/user-transaction.md)
- [Overview](https://docs.aptscan.ai/browsing-the-site/transaction-details/user-transaction/overview.md)
- [Coins balance change](https://docs.aptscan.ai/browsing-the-site/transaction-details/user-transaction/coins-balance-change.md)
- [Events](https://docs.aptscan.ai/browsing-the-site/transaction-details/user-transaction/events.md)
- [Payload](https://docs.aptscan.ai/browsing-the-site/transaction-details/user-transaction/payload.md)
- [Changes](https://docs.aptscan.ai/browsing-the-site/transaction-details/user-transaction/changes.md)
- [Account](https://docs.aptscan.ai/browsing-the-site/account.md)
- [Transactions](https://docs.aptscan.ai/browsing-the-site/account/transactions.md)
- [Coin transfers](https://docs.aptscan.ai/browsing-the-site/account/coin-transfers.md)
- [NFT transfers](https://docs.aptscan.ai/browsing-the-site/account/nft-transfers.md)
- [Portfolio](https://docs.aptscan.ai/browsing-the-site/account/portfolio.md)
- [Module](https://docs.aptscan.ai/browsing-the-site/account/module.md)
- [Resources](https://docs.aptscan.ai/browsing-the-site/account/resources.md)


---

# 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.aptscan.ai/browsing-the-site.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.
