# 10.6 Subgraph

To support the growing complexity and volume of decentralized applications, our ecosystem includes a robust Subgraph service. This component is responsible for efficiently indexing blockchain data, making it easy for dApps to query and retrieve information quickly. By organizing data in a highly accessible format, the Subgraph enhances the performance and scalability of decentralized applications. Developers can build more responsive and user-friendly interfaces, knowing that the underlying data is indexed and available in near real-time. This optimization not only improves the overall user experience but also accelerates the development process, enabling faster innovation and deployment of new dApps.


---

# 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://bitnet-whitepaper.gitbook.io/bitnet-whitepaper/10.-ecosystem/10.6-subgraph.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.
