# developers

- [Aavegotchi Contracts](https://docs.aavegotchi.com/developers/aavegotchi-contracts.md)
- [Reading from Aavegotchi Contracts](https://docs.aavegotchi.com/developers/aavegotchi-contracts/reading-from-aavegotchi-contracts.md)
- [Fetching Onchain SVGs](https://docs.aavegotchi.com/developers/aavegotchi-contracts/reading-from-aavegotchi-contracts/onchain-svgs.md): Overview of Aavegotchi's onchain data storing
- [Writing to Aavegotchi Contracts](https://docs.aavegotchi.com/developers/aavegotchi-contracts/writing-to-aavegotchi-contracts.md)
- [Extending Aavegotchi Contracts](https://docs.aavegotchi.com/developers/aavegotchi-contracts/extending-aavegotchi-contracts.md)
- [Upgrading](https://docs.aavegotchi.com/developers/aavegotchi-contracts/extending-aavegotchi-contracts/upgrades.md): Upgrading the Aavegotchi Diamond
- [Security](https://docs.aavegotchi.com/developers/aavegotchi-contracts/extending-aavegotchi-contracts/aavegotchi-lock.md): Locking Aavegotchi state before trading
- [Deployment](https://docs.aavegotchi.com/developers/aavegotchi-contracts/extending-aavegotchi-contracts/deployment.md): Deploying the Aavegotchi Diamond
- [Governance](https://docs.aavegotchi.com/developers/aavegotchi-contracts/extending-aavegotchi-contracts/governance.md): High-level overview of the governance mechanism for Aavegotchi Contracts
- [About EIP-2535 Diamonds](https://docs.aavegotchi.com/developers/aavegotchi-contracts/diamond-standard.md): High-level overview of EIP-2535 Diamonds
- [Facets](https://docs.aavegotchi.com/developers/aavegotchi-contracts/diamond-standard/facets.md): Brief overviews of each facet in the Aavegotchi Diamond.
- [maTokens](https://docs.aavegotchi.com/developers/aavegotchi-contracts/matokens.md): Aave's aTokens on Matic Network
- [Concepts](https://docs.aavegotchi.com/developers/aavegotchi-contracts/overview.md): High-level overview of the most important concepts in the Aavegotchi game.
- [Deployed Contracts](https://docs.aavegotchi.com/developers/aavegotchi-contracts/deployed-contracts.md)
- [Aavegotchi Diamond](https://docs.aavegotchi.com/developers/aavegotchi-contracts/deployed-contracts/aavegotchi-diamond.md): The primary diamond in the Aavegotchi ecosystem.
- [Forge Diamond](https://docs.aavegotchi.com/developers/aavegotchi-contracts/deployed-contracts/forge-diamond.md)
- [Wearable Diamond](https://docs.aavegotchi.com/developers/aavegotchi-contracts/deployed-contracts/wearable-diamond.md)
- [Gotchiverse Realm Diamond](https://docs.aavegotchi.com/developers/aavegotchi-contracts/deployed-contracts/gotchiverse-realm-diamond.md)
- [Installation Diamond](https://docs.aavegotchi.com/developers/aavegotchi-contracts/deployed-contracts/installation-diamond.md)
- [Tile Diamond](https://docs.aavegotchi.com/developers/aavegotchi-contracts/deployed-contracts/tile-diamond.md)
- [Subgraphs](https://docs.aavegotchi.com/developers/subgraphs.md)
- [General](https://docs.aavegotchi.com/developers/subgraphs/general.md): General overview over Subgraphs
- [Core Matic Subgraph](https://docs.aavegotchi.com/developers/subgraphs/core-matic-subgraph.md)
- [SVG Subgraphs](https://docs.aavegotchi.com/developers/subgraphs/svg-subgraph.md)
- [Gotchiverse Subgraph](https://docs.aavegotchi.com/developers/subgraphs/gotchiverse-subgraph.md): The subgraph for the Gotchiverse
- [FAKE Gotchi Subgraph](https://docs.aavegotchi.com/developers/subgraphs/svg-subgraph-1.md)


---

# 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.aavegotchi.com/developers.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.
