# Aptscan.ai Documentation

## Aptscan.ai Documentation

- [Aptoscan Introduction](https://docs.aptscan.ai/aptoscan-introduction.md)
- [Aptos Blockchain Platform](https://docs.aptscan.ai/aptos-blockchain-platform.md)
- [FAQs](https://docs.aptscan.ai/faqs.md)
- [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)
- [API](https://docs.aptscan.ai/developer/api.md)
- [Custom RPC](https://docs.aptscan.ai/developer/custom-rpc.md)
- [Update your Coin/Token Info](https://docs.aptscan.ai/developer/update-your-coin-token-info.md)
- [Sign up & Manage your Account](https://docs.aptscan.ai/aptoscan-account-management/sign-up-and-manage-your-account.md)
- [Watchlist & Personal Label](https://docs.aptscan.ai/aptoscan-account-management/watchlist-and-personal-label.md)
- [Notification](https://docs.aptscan.ai/aptoscan-account-management/notification.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.aptscan.ai/aptoscan-introduction.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.
