> For the complete documentation index, see [llms.txt](https://xzombiehunter.gitbook.io/xgang-zombie-hunters-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xzombiehunter.gitbook.io/xgang-zombie-hunters-whitepaper/lore.md).

# Lore

#### &#x20;    In a world overrun by the undead, a group of survivors banded together to form XGang Zombie Hunters. Led by the skilled trackers and strategists, they roamed the wasteland in search of safety and resources.

#### &#x20;     Their mission was simple: to find and destroy as many of the undead as possible in order to protect the remaining human population. Armed with a variety of weapons, they became expert zombie killers, using their skills and knowledge of the undead to outmanoeuvre their enemies.&#x20;

#### &#x20;     As they travelled, they encountered countless other survivors, some of whom joined their ranks, while others were left behind to fend for themselves. But the XGang Zombie Hunters never wavered in their mission, and they became a beacon of hope for those struggling to survive in a world gone mad.

#### &#x20;    Despite their best efforts, the group was not immune to tragedy. Many of their members fell victim to the undead, and their numbers dwindled over time. But the remaining members continued to fight on, determined to rid the world of the undead plague once and for all.

#### &#x20;   And though they may never see the end of the zombie apocalypse, the XGang Zombie Hunters will always be remembered as heroes who risked their lives to protect the living.


---

# 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://xzombiehunter.gitbook.io/xgang-zombie-hunters-whitepaper/lore.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.
