> For the complete documentation index, see [llms.txt](https://dronewars.gitbook.io/litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dronewars.gitbook.io/litepaper/overview.md).

# Overview

Drone Wars: Conquest of the Known Territories is a browser-based strategy game where players use NFTs (UAPs) to control and develop provinces on a stylized flat-earth map.\
\
The game combines territorial conquest (Risk-style), resource management (CIV-style), and unit progression (Age of Empires-style) in a low-maintenance format, requiring only 15 - 20 minutes of play every few days.

Players mine resources, build province upgrades, and engage in strategic attacks, with gameplay enhanced by NFT crew members (from existing Stacks collections) that provide bonuses.&#x20;

The game evolves through seasonal expansions, introducing new mechanics, maps and NFTs as player engagement grows.\
\
The goal of the game is to control as many provinces as possible, mine their resources which can then be converted into $UAP, adding a P2E element - or competing for prize pools based on achievements in partner tokens like STX, USDH, FLAT, MEME and more.&#x20;


---

# 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://dronewars.gitbook.io/litepaper/overview.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.
