> For the complete documentation index, see [llms.txt](https://docs.quaiscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quaiscan.io/using-quaiscan.md).

# Using Quaiscan

- [Getting Started](https://docs.quaiscan.io/using-quaiscan/overviews.md)
- [Glossary of Terms](https://docs.quaiscan.io/using-quaiscan/overviews/glossary-of-terms.md)
- [Main Menu](https://docs.quaiscan.io/using-quaiscan/overviews/top-menu.md)
- [Blocks](https://docs.quaiscan.io/using-quaiscan/overviews/blocks.md)
- [Transaction Types](https://docs.quaiscan.io/using-quaiscan/overviews/transaction-types.md)
- [My Account](https://docs.quaiscan.io/using-quaiscan/my-account.md)
- [Watch list](https://docs.quaiscan.io/using-quaiscan/my-account/watchlist.md)
- [Private tags](https://docs.quaiscan.io/using-quaiscan/my-account/private-tags.md)
- [Public tags](https://docs.quaiscan.io/using-quaiscan/my-account/public-tags.md): Request a tag or report an incorrect tag
- [API keys](https://docs.quaiscan.io/using-quaiscan/my-account/api-keys.md)
- [Custom ABI](https://docs.quaiscan.io/using-quaiscan/my-account/custom-abi.md)
- [Verified addresses](https://docs.quaiscan.io/using-quaiscan/my-account/verified-addresses.md)
- [For developers](https://docs.quaiscan.io/using-quaiscan/my-account/for-developers.md): When setting up My Account for Quai Network
- [DAppscout Apps Marketplace](https://docs.quaiscan.io/using-quaiscan/blockscout-apps.md): DAppscout is a curated collection of on-chain applications
- [DApp Integration](https://docs.quaiscan.io/using-quaiscan/blockscout-apps/dapp-integration.md): Prepare your DApp for submission to the DAppscout marketplace
- [Token Approval Tracker](https://docs.quaiscan.io/using-quaiscan/blockscout-apps/token-approval-tracker.md): Check, manage and revoke token approvals
- [CSV Exports](https://docs.quaiscan.io/using-quaiscan/export-to-csv.md): Export of blockchain entities related to address into a CSV file
- [Token Support](https://docs.quaiscan.io/using-quaiscan/token-support.md)
- [ERC-1155 Support](https://docs.quaiscan.io/using-quaiscan/token-support/erc-1155-support.md): Basic support for ERC-1155s


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.quaiscan.io/using-quaiscan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
