> For the complete documentation index, see [llms.txt](https://docs.talesofelleria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talesofelleria.com/references.md).

# References

- [Quick Start](https://docs.talesofelleria.com/references/quick-start.md): A checklist & summarized way to help you get started or continue your journey.
- [Terms of Service](https://docs.talesofelleria.com/references/terms-of-service.md)
- [Official Links](https://docs.talesofelleria.com/references/official-links.md): Official Game Site: https://app.talesofelleria.com
- [GraphQL Documentation](https://docs.talesofelleria.com/references/graphql-playground.md): To query/validate off-chain data.
- [IDs & Mappings](https://docs.talesofelleria.com/references/graphql-playground/ids-and-mappings.md)
- [Technology & Innovations](https://docs.talesofelleria.com/references/technology-and-innovations.md)
- [Token Vesting Dapp](https://docs.talesofelleria.com/references/technology-and-innovations/token-vesting-dapp.md): https://locker.talesofelleria.com/
- [Changelogs](https://docs.talesofelleria.com/references/changelogs.md): (Whitepaper Changes)
- [Testnet](https://docs.talesofelleria.com/references/changelogs/testnet.md)
- [Archived World Boss Mechanics](https://docs.talesofelleria.com/references/archived-world-boss-mechanics.md)
- [World Boss: A Rift in Reality (Season 1)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-a-rift-in-reality-season-1.md)
- [World Boss: A Rift in Reality ft. Smolverse (Season 2)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-a-rift-in-reality-ft.-smolverse-season-2.md)
- [World Boss: A Rift in Reality (Season 3)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-a-rift-in-reality-season-3.md)
- [World Boss: Emerging Danger ft. LifeDAO (Season 4)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-emerging-danger-ft.-lifedao-season-4.md)
- [World Boss: Emerging Danger (Season 5)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-emerging-danger-season-5.md)
- [World Boss: Emerging Danger (Season 6)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-emerging-danger-season-6.md)
- [World Boss: Bloborg the Slime Overlord (Season 7 - Dawn Heroes Only)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-bloborg-the-slime-overlord-season-7-dawn-heroes-only.md)
- [World Boss: Bloborg the Slime Overlord (Season 8)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-bloborg-the-slime-overlord-season-8.md)
- [World Boss: Pixelmon ft. Kevin (Season 9)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-pixelmon-ft.-kevin-season-9.md)
- [World Boss: Defi Kingdom Bloater (Season 10)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-defi-kingdom-bloater-season-10.md): ⚠️ Breaking News from Elleria's Depths! ⚠️
- [World Boss: Spellborne Woodot (Season 11/12)](https://docs.talesofelleria.com/references/archived-world-boss-mechanics/world-boss-season-11.md): ⚠️ The ground trembles and a wild woodot appears! ⚠️


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.talesofelleria.com/references.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
