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

# Subgraph Analyzer

Subgraph Analyzer is a web-based tool that allows you to visualize and interact with subgraph data in real-time. Subgraphs are open-source tools for building custom GraphQL APIs with blockchain data. Subgraph Analyzer helps you to:

* Verify the correctness and completeness of your subgraph data
* Explore the relationships and properties of your subgraph entities
* Filter and sort your subgraph data by any attribute or value
* Build custom dashboards with charts, tables, and maps to gain deeper insights into your subgraph data

### How to use Subgraph Analyzer

To use Subgraph Analyzer, you need to have a subgraph endpoint that exposes a GraphQL API. You can create your own subgraph using The Graph or use one of the many existing subgraphs hosted on The Graph Network.

To start visualizing your subgraph data, follow these steps:

1. Go to [Subgraph Analyzer](https://dapplooker.com/subgraph-analyzer) and enter your subgraph endpoint in the input box. Click on the **Connect** button to load your subgraph data.

<figure><img src="/files/TNrTgaXM1GbfdeWVHENe" alt=""><figcaption></figcaption></figure>

2. You will see a list of entities that your subgraph defines on the left panel. Click on any entity to see its attributes and values on the right panel.

<figure><img src="/files/AyKqlNOuQGruQcpWtb60" alt=""><figcaption></figcaption></figure>

3. You can filter and sort your subgraph data by clicking on the **Filter** and **Sort** buttons on the top right corner of the right panel. You can also search for specific values using the **Search** box.

<figure><img src="/files/EJcwAtVn9kHyj3tnVlzY" alt=""><figcaption></figcaption></figure>

4. By clicking on the Dashboard button on the top left corner of the left panel. You will be redirected to the Register project page.

<figure><img src="/files/IDFxGt2Gp7tiRNnAUayP" alt=""><figcaption></figcaption></figure>

5. You may choose the network and project name on the Register project page. If your subgraph is already registered, it will indicate that your data is indexed. If not, you can tick the box to indicate that it is a Graph Decentralized Network Subgraph. Click on Register if it isn't.

<figure><img src="/files/7N9uxMngAuXT1gDfTN4F" alt=""><figcaption></figcaption></figure>

6. After that, You can create your dashboards. You can add, remove, resize, and rearrange widgets that display your subgraph data in different ways. You can also save and share your dashboards with others.

<figure><img src="/files/5jfI2pMAQQ3CvFcczThS" alt=""><figcaption></figcaption></figure>

### Subgraph Analyzer Features

Subgraph Analyzer offers many features to help you explore and analyze your subgraph data, such as:

* **Real-time data updates**: Subgraph Analyzer automatically updates your data whenever there is a new block on the blockchain or a change in your subgraph schema
* **Responsive design**: Subgraph Analyzer adapts to any screen size and device, so you can use it on your desktop, laptop, tablet, or phone
* **Export options**: Subgraph Analyzer allows you to export your data and dashboards in various formats, such as CSV, PNG,&#x20;


---

# 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.dapplooker.com/dapplooker-analytics/products/subgraph-analyzer.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.
