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

# The Platform

- [The Legend of Aurum Draconis (Game) ⚔️](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/hunt-for-the-golden-dragon-game.md): “Strong as a bear. Fierce as a wolverine. Fear cuts deeper than swords. The man who fears losing has already lost.”
- [Tiny Dragons Arena 🏟️](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/tiny-dragons-arena.md): "From the ashes, a fire shall be woken."
- [Dragon Fire Lottery! 🌟](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/dragon-fire-lottery.md): "If more of us valued food and cheer and song above hoarded gold, it would be a merrier world."
- [Yield Farming 👨‍🌾](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/yield-farming.md): "I loved a maid as fair as summer, with sunlight in her hair."
- [Deposit Fee Distribution 💵](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/yield-farming/deposit-fee-distribution.md)
- [Contracts 📜](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/contracts.md): “Sleep is good,” he said. “And books are better.”
- [Other Features 🛠️](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/features.md)
- [Security ⛨](https://docs.dragoncryptogaming.network/the-dragons-quest-platform/security.md): "There is no creature on earth half so terrifying as a truly just man."


---

# 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.dragoncryptogaming.network/the-dragons-quest-platform.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.
