# Chainlens

## Chainlens

- [Overview](https://docs.chainlens.com/getting-started/overview.md): Chainlens web3 data and analytics platform
- [Chainlens versions](https://docs.chainlens.com/getting-started/chainlens-versions.md): Explore Chainlens, the blockchain explorer, featuring Hosted and Developer editions. Sign up now for the Hosted edition or try out the Developer edition for free.
- [Navigation](https://docs.chainlens.com/features/navigation.md): Explore with Chainlens – your intuitive blockchain explorer. Dashboard metrics, NFTs, tokens, accounts, contracts, and advanced sorting at your fingertips.
- [NFTs](https://docs.chainlens.com/features/nfts.md): Non-fungible Token Support
- [REST API](https://docs.chainlens.com/features/rest-api.md): Chainlens provides a RESTful API which can be used for bespoke reporting.
- [Mobile Experience](https://docs.chainlens.com/features/mobile-experience.md): Chainlens provides a fully responsive user experience.
- [Source Code Verification](https://docs.chainlens.com/features/source-code-verification.md): Chainlens block explorer provides a source code verification feature that allows deployed contracts on blockchain networks to be verified and interacted with via the Chainlens user interface.
- [Chain Syncing](https://docs.chainlens.com/features/chain-syncing.md): Chainlens Blockchain Explorer provides node synchronisation information.
- [Roadmap](https://docs.chainlens.com/help-and-faqs/roadmap.md): Upcoming and planned features
- [Release Notes](https://docs.chainlens.com/help-and-faqs/release-notes.md)
- [FAQs](https://docs.chainlens.com/help-and-faqs/faqs.md): If you cannot find an answer to your questions about Chainlens here, please get in touch.


---

# 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.chainlens.com/getting-started/overview.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.
