# Subgraphs

{% hint style="warning" %}
With only 24 days notice, The Graph has stopped indexing Lens Chain 232 :disappointed\_relieved:. The schema persists for use in the SDK. And, new decentralised and open options are the works.
{% endhint %}

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

A public hosted subgraph for constructing queries and retrieving data from the Kinora Quest Data Contract is available for both Polygon Mainnet and Mumbai suites.

The SDK provides a series of [helper functions](/sdk-reference/helpers.md) for querying the data, however, for more complex and comprehensive queries, it's suggested to create your own from the available schema.

* [Kinora Lens Mainnet Subgraph](https://thegraph.com/explorer/subgraphs/Ajf3LcbRNx92R25fVFaUMVxQTUafksyQXLVdLXAoaYqD?view=Query\&chain=arbitrum-one)

Depreciated V2 Subgraphs.

* [Kinora Mumbai Subgraph](https://thegraph.com/hosted-service/subgraph/digitalax/kinora-mumbai)
* [Kinora Mainnet Subgraph](https://thegraph.com/hosted-service/subgraph/digitalax/kinora)


---

# 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://codex.irrevocable.dev/subgraphs.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.
