# Aragon Connect

Aragon has a GraphQL API Endpoint hosted by [The Graph](https://thegraph.com/docs/about/introduction#what-the-graph-is) called a subgraph for indexing and organizing data from the Aragon smart contracts.

Subgraph information is serviced by a decentralized group of server operators called Indexers.

### Ethereum Mainnet <a href="#ethereum-mainnet" id="ethereum-mainnet"></a>

* [Explorer Page](https://thegraph.com/hosted-service/subgraph/1hive/aragon-goerli)
* Graphql Endpoint: <https://api.studio.thegraph.com/query/40931/connect-gnosis/v0.0.1>
* [Code Repo](https://github.com/1Hive/connect/tree/master/packages/connect-thegraph/subgraph)

### Helpful Resources <a href="#helpful-resources" id="helpful-resources"></a>

* [Video Tutorial on creating an API Key](https://www.youtube.com/watch?v=UrfIpm-Vlgs)
* [Managing your API Key & setting your indexer preferences](https://thegraph.com/docs/en/studio/managing-api-keys/)
* [Querying from an application](https://thegraph.com/docs/en/developer/querying-from-your-app/)
* [How to use the explorer and playground to query on-chain data](https://medium.com/@chidubem_/how-to-query-on-chain-data-with-the-graph-f8507488215)
* [Deploy your own subgraph](https://thegraph.com/docs/en/developing/creating-a-subgraph/)
* [New to GraphQL? - Read Here](https://graphql.org/learn/)


---

# 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://wiki.1hive.org/developers/subgraphs/aragon-connect.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.
