# Features

- [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.


---

# 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.chainlens.com/features.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.
