# Subgraph

In order to provide a useful overview of the Zora ecosystem, we maintain a subgraph on the [Graph Protocol](https://thegraph.com/). This subgraph provides a GraphQL endpoint to all of the media, market activity, and auction houses on Zora, both currently and historically.&#x20;

The subgraph is available on mainnet at <https://thegraph.com/explorer/subgraph/ourzora/zora-v1>

It is also available for Rinkeby on <https://thegraph.com/explorer/subgraph/ourzora/zora-v1-rinkeby>

### Contributing

The implementation of the subgraph is completely open-source. If you'd like to request new data to be added, or to fix any bugs, feel free to file a pull request on the [repository](https://github.com/ourzora/zora-v1-subgraph).

### Additional Resources

* [Github](https://github.com/ourzora/zora-v1-subgraph)
* [The Graph](https://thegraph.com/explorer/subgraph/ourzora/zora-v1)
* [The Graph Querying Docs](https://thegraph.com/docs/query-the-graph)
* [GraphQl](https://graphql.org/)


---

# 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://ourzora.gitbook.io/zoraos/dev/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.
