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

# STORY

- [Dustland Background](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-background.md)
- [Dustland History](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history.md)
- [The Past](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/the-past.md)
- [The Flare](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/the-flare.md)
- [The Fall](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/the-fall.md)
- [The Present](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/the-present.md)
- [The Dustcap Network](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/the-dustcap-network.md)
- [Mr N](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/mr-n.md)
- [The Bards](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/the-bards.md)
- [The Future](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-history/the-future.md)
- [Dustland Settlements](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-settlements.md)
- [Kettlemine](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-settlements/kettlemine.md): Glyph: A wave
- [New Alice Springs - Desert Science City](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-settlements/new-alice-springs-desert-science-city.md): Glyph: An old school lightbulb, illuminated.
- [The Glass Hills](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-settlements/the-glass-hills.md)
- [Dustland Characters](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters.md)
- [Lord Percy Ingram](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/lord-percy-ingram.md)
- [Eliz](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/eliz.md)
- [Eric](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/eric.md)
- [Actaeon](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/actaeon.md)
- [Liquid Gold](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/liquid-gold.md)
- [The Vagabond](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/the-vagabond.md)
- [Mayor Jade Meadows](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/mayor-jade-meadows.md)
- [Jax](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-characters/jax.md)
- [Dustland Mission Synopses](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-mission-synopses.md)
- [Episode 1: Kettlemine Falls](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-mission-synopses/episode-1-kettlemine-falls.md)
- [Episode 2: Welcome to the Funhouse](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-mission-synopses/episode-2-welcome-to-the-funhouse.md)
- [Episode 3: And I Alone Escaped](https://olivex-1.gitbook.io/dustland-litepaper/story/dustland-mission-synopses/episode-3-and-i-alone-escaped.md)


---

# 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://olivex-1.gitbook.io/dustland-litepaper/story.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.
