# Chainlife

## Chainlife

- [Introduction](https://docs.chainlife.xyz/start-here/introduction.md): For project updates, follow @MonkMatto on Twitter.
- [Quickstart Guide](https://docs.chainlife.xyz/start-here/quickstart-guide.md)
- [Chapter 1: Find your token\*](https://docs.chainlife.xyz/start-here/quickstart-guide/chapter-1-find-your-token.md): \*Or choose someone else's token you want to play with
- [Chapter 2: Chainlife World](https://docs.chainlife.xyz/start-here/quickstart-guide/chapter-2-chainlife-world.md)
- [Chapter 3: World Interaction](https://docs.chainlife.xyz/start-here/quickstart-guide/chapter-3-world-interaction.md)
- [Chapter 4: Open your token!](https://docs.chainlife.xyz/start-here/quickstart-guide/chapter-4-open-your-token.md)
- [Chapter 5: Interact with token](https://docs.chainlife.xyz/start-here/quickstart-guide/chapter-5-interact-with-token.md): (oh boy, this is the big one...)
- [Chapter 6: Shift token level](https://docs.chainlife.xyz/start-here/quickstart-guide/chapter-6-shift-token-level.md)
- [Chapter 7: Play a level](https://docs.chainlife.xyz/start-here/quickstart-guide/chapter-7-play-a-level.md)
- [Optional: Set custom rule](https://docs.chainlife.xyz/start-here/quickstart-guide/optional-set-custom-rule.md)
- [Optional: Esoterra](https://docs.chainlife.xyz/start-here/quickstart-guide/optional-esoterra.md)
- [The Artist](https://docs.chainlife.xyz/start-here/the-artist.md)
- [FAQ](https://docs.chainlife.xyz/start-here/faq.md)
- [Examples](https://docs.chainlife.xyz/chainlife-tokens/examples.md)
- [Token Info](https://docs.chainlife.xyz/chainlife-tokens/token-info.md)
- [Maturation](https://docs.chainlife.xyz/chainlife-tokens/maturation.md)
- [Seed Evolution - TECHNICAL](https://docs.chainlife.xyz/chainlife-tokens/maturation/seed-evolution-technical.md)
- [Token Legend](https://docs.chainlife.xyz/chainlife-tokens/token-legend.md)
- [Rulesets](https://docs.chainlife.xyz/chainlife-tokens/token-legend/rulesets.md): Rulesets describe what conditions result in a cell to be born or survive (and by extension, die).
- [Palette Maturity](https://docs.chainlife.xyz/chainlife-tokens/token-legend/palette-maturity.md): Chainlife palettes mature, changing their default state and unlocking interactive functions.
- [World View](https://docs.chainlife.xyz/chainlife-tokens/token-legend/world-view.md): The space the live cells have within a Chainlife token is the world, and various icons reveal nature of the world as it matures.
- [Logic Gate](https://docs.chainlife.xyz/chainlife-tokens/token-legend/logic-gate.md): Every transfer, a different logic gate is used to calculate the population of live cells in every Chainlife token.
- [Interactivity](https://docs.chainlife.xyz/chainlife-tokens/interactivity.md)
- [Starting Interactivity](https://docs.chainlife.xyz/chainlife-tokens/interactivity/starting-interactivity.md)
- [Unlockable Interactivity](https://docs.chainlife.xyz/chainlife-tokens/interactivity/unlockable-interactivity.md)
- [Trait-Specific Interactivity](https://docs.chainlife.xyz/chainlife-tokens/interactivity/trait-specific-interactivity.md)
- [ALL INTERACTIVITY](https://docs.chainlife.xyz/chainlife-tokens/interactivity/all-interactivity.md)
- [Room for Growth](https://docs.chainlife.xyz/chainlife-tokens/room-for-growth.md)
- [Chainlife Tokens Coexist](https://docs.chainlife.xyz/chainlife-world/chainlife-tokens-coexist.md)
- [Utility?](https://docs.chainlife.xyz/chainlife-world/utility.md)
- [World Interactivity](https://docs.chainlife.xyz/chainlife-world/world-interactivity.md)
- [Community Traits](https://docs.chainlife.xyz/chainlife-world/community-traits.md)
- [Fighting Climate Change](https://docs.chainlife.xyz/chainlife-impact/fighting-climate-change.md)
- [ENTIRE SECTION IS WIP](https://docs.chainlife.xyz/chainlife-tech/entire-section-is-wip.md)
- [Token Tech](https://docs.chainlife.xyz/chainlife-tech/token-tech.md)
- [App Frontend](https://docs.chainlife.xyz/chainlife-tech/app-frontend.md)
- [Backend](https://docs.chainlife.xyz/chainlife-tech/backend.md)
- [Azure](https://docs.chainlife.xyz/chainlife-tech/backend/azure.md)
- [Public API](https://docs.chainlife.xyz/chainlife-tech/backend/public-api.md)
- [Videos](https://docs.chainlife.xyz/media/videos.md)
- [Terms](https://docs.chainlife.xyz/legal/terms.md): Chainlife NFTs are artworks and not financial products.
- [Privacy](https://docs.chainlife.xyz/legal/privacy.md)
- [Goerli](https://docs.chainlife.xyz/recycle-bin/goerli.md): Goerli contract: 0x04c9E99D134565eB0F0Fef07FB70741A5b615075


---

# 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.chainlife.xyz/start-here/introduction.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.
