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

# Insights

## Scope

The Insights section allows you to analyze any asset on the blockchain:

* ERC20 tokens
* ERC721 NFT collections
* ERC1155 NFT collections&#x20;
* Individual wallets&#x20;
* Other key addresses such as exchanges, staking contracts, etc. *<mark style="color:orange;">(soon)</mark>*

## Where do I start?

The Insights tab is broken out into two sections: My Assets and Watchlist.&#x20;

The My Assets list is used to track collections that you own, manage or support on your platform. The Watchlist is used to track any other assets that you'd like to monitor. You can add any asset on the blockchain to either of these lists.

From here, you can click into the individual assets to see detailed insights such as revenue, audiences, holder details, and much more.

You can also search for any asset through the search bar at the top of the screen.


---

# 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:

```
GET https://docs.absolutelabs.io/features/insights.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.
