# The Graph

## What is The Graph?

The Graph is a decentralized protocol that helps developers efficiently access and organize blockchain data. Think of it as a search engine for blockchains—it makes it easy to find and use specific data, like tracking Fan Token transfers or viewing voting results, without having to manually go through the entire blockchain.

## What this means to you

Instead of writing complex code to pull data, developers can use serverless APIs called subgraphs to access just the information they need using only GraphQL queries. This makes creating dashboards, voting platforms, and NFT galleries faster, simpler, and more reliable.

These subgraphs are also:

* Fully customizable.
* Maintained by a network of decentralized indexers, providing better speed & redundancy than a centralized service.
* Supported by on-call engineers on [The Graph's Discord](https://discord.gg/graphprotocol) 24/7.

### See The Graph in action on Chiliz

Here's a full walkthrough of how to build and query a subgraph using PSG Token as an example:

{% content-ref url="/pages/yagAScZC7PvbRGhHVTQS" %}
[Follow transfers of a Fan Token](/develop/advanced/follow-transfers-of-a-fan-token.md)
{% endcontent-ref %}

### Additional Resources

You can visit [The Graph’s official docs](https://thegraph.com/docs/en/) to explore how to build more advanced and optimized subgraphs.

{% embed url="<https://thegraph.com/docs/en/>" %}


---

# 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.chiliz.com/community/chiliz-chain-ecosystem/developer-tools/the-graph.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.
