# Gotchiverse

## Gotchiverse

- [What is the Gotchiverse?](https://docs.gotchiverse.io/overview/what-is-the-gotchiverse.md)
- [Roadmap](https://docs.gotchiverse.io/overview/roadmap.md)
- [Getting Started](https://docs.gotchiverse.io/overview/getting-started.md)
- [Important Concepts](https://docs.gotchiverse.io/overview/important-concepts.md)
- [Aadepts Cheat Sheet](https://docs.gotchiverse.io/resources/aadepts-cheat-sheet.md)
- [Crafting Recipes](https://docs.gotchiverse.io/resources/crafting-recipes.md)
- [Altars](https://docs.gotchiverse.io/resources/crafting-recipes/altars.md)
- [Haarvesters & Reservoirs](https://docs.gotchiverse.io/resources/crafting-recipes/haarvesters-and-reservoirs.md)
- [FUD](https://docs.gotchiverse.io/resources/crafting-recipes/haarvesters-and-reservoirs/fud.md)
- [FOMO](https://docs.gotchiverse.io/resources/crafting-recipes/haarvesters-and-reservoirs/fomo.md)
- [ALPHA](https://docs.gotchiverse.io/resources/crafting-recipes/haarvesters-and-reservoirs/alpha.md)
- [KEK](https://docs.gotchiverse.io/resources/crafting-recipes/haarvesters-and-reservoirs/kek.md)
- [Decorations](https://docs.gotchiverse.io/resources/crafting-recipes/decorations.md)
- [NFT Display](https://docs.gotchiverse.io/resources/crafting-recipes/nft-display.md)
- [Tiles](https://docs.gotchiverse.io/resources/crafting-recipes/tiles.md)
- [Tech Tree](https://docs.gotchiverse.io/resources/tech-tree.md)
- [Guides](https://docs.gotchiverse.io/resources/guides.md)
- [Choosing a Gotchi](https://docs.gotchiverse.io/resources/guides/choosing-a-gotchi.md)
- [Choosing a Parcel](https://docs.gotchiverse.io/resources/guides/choosing-a-parcel.md)
- [Gotchi Lending](https://docs.gotchiverse.io/resources/guides/gotchi-lending.md)
- [Farming](https://docs.gotchiverse.io/gameplay/farming.md)
- [Picking up Alchemica](https://docs.gotchiverse.io/gameplay/farming/picking-up-alchemica.md)
- [Alchemical Channeling](https://docs.gotchiverse.io/gameplay/farming/alchemical-channeling.md)
- [Farming your Parcel](https://docs.gotchiverse.io/gameplay/farming/farming-your-parcel.md)
- [Upgrading](https://docs.gotchiverse.io/gameplay/farming/upgrading.md)
- [Demolishing](https://docs.gotchiverse.io/gameplay/farming/demolishing.md)
- [Beautification](https://docs.gotchiverse.io/gameplay/beautification.md)
- [Communication](https://docs.gotchiverse.io/gameplay/communication.md)
- [Emotes](https://docs.gotchiverse.io/gameplay/communication/emotes.md)
- [Text Chat](https://docs.gotchiverse.io/gameplay/communication/text-chat.md)
- [Voice Chat](https://docs.gotchiverse.io/gameplay/communication/voice-chat.md)
- [Combat](https://docs.gotchiverse.io/gameplay/combat.md)
- [Spawning](https://docs.gotchiverse.io/gameplay/spawning.md)
- [Access Rights](https://docs.gotchiverse.io/gameplay/access-rights.md)
- [Subgraph](https://docs.gotchiverse.io/developers/subgraph.md): The subgraph of the Gotchiverse
- [Contract Addresses](https://docs.gotchiverse.io/developers/contract-addresses.md)
- [API Endpoints](https://docs.gotchiverse.io/developers/api-endpoints.md)
- [Community Tools](https://docs.gotchiverse.io/developers/community-tools.md)
- [Securing your Assets](https://docs.gotchiverse.io/support/securing-your-assets.md)
- [Discord Verification](https://docs.gotchiverse.io/support/discord-verification.md): Verify your Discord in the Gotchiverse to unlock a restricted account.
- [Ban Appeal](https://docs.gotchiverse.io/support/ban-appeal.md)
- [Reporting Bugs](https://docs.gotchiverse.io/support/reporting-bugs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gotchiverse.io/overview/what-is-the-gotchiverse.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.
