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

# Warlords

- [What is EthXY: Warlords?](https://docs.ethxy.com/warlords/what-is-ethxy-warlords.md)
- [How to Play](https://docs.ethxy.com/warlords/how-to-play.md): ETHXY: Warlords
- [Shotgun mode](https://docs.ethxy.com/warlords/shotgun-mode.md): Fast-paced dice duels in Town
- [Character Progression](https://docs.ethxy.com/warlords/character-progression.md): The attribute effects are not finalized and may be revised prior to launch.
- [Referrals](https://docs.ethxy.com/warlords/referrals.md): Invite friends, grow the world, earn rewards
- [EthXY Spaces Summary](https://docs.ethxy.com/warlords/ethxy-spaces-summary.md): Recap every conversation, all in one place.
- [Space 01](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-01.md): EthXY Twitter Space Summary – Interview with Founder J
- [Space 02](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-02.md): Warlords Prelaunch: Early Harvest Explained
- [Space 03](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-03.md): EthXY Warlords Launch - Day Special!
- [Space 04](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-04.md): EthXY Warlords - Loot, Levels & Skins: ETHXY's Next Evolution!
- [Space 05](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-05.md): Bandit Mode & New Loot Cards: EthXY Weekly Space
- [Space 06](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-06.md): Cards, Guilds & Mercenaries — Exploring New Ways to Play
- [Space 07](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-07.md): ETHXY: Cards for Creators
- [Space 08](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-08.md): T3 - What’s new?
- [Space 09](https://docs.ethxy.com/warlords/ethxy-spaces-summary/space-09.md): Castles of Venture — About the World
- [FAQs](https://docs.ethxy.com/warlords/faqs.md): Frequently Asked Questions
- [Game Philosophy](https://docs.ethxy.com/warlords/game-philosophy.md): Freedom Through Emotional Rewards


---

# 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.ethxy.com/warlords.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.
