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

# game-design

- [Product Vision Brief — The War Effort](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/01-product-vision-brief.md)
- [Core Gameplay And Player Verbs](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/02-core-gameplay-and-player-verbs.md)
- [Game Loops And Onboarding](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/03-game-loops-and-onboarding.md)
- [World Map And Combat Systems](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/04-world-map-and-combat-systems.md)
- [Progression, Economy, And Collections](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/05-progression-economy-and-collections.md)
- [Social And Scoring Systems](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/06-social-and-scoring-systems.md)
- [Content, Audio, And Feature Inventory](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/07-content-audio-and-feature-inventory.md)
- [Production Roadmap And Phase A Spec](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/08-production-roadmap-and-phase-a-spec.md)
- [Risk, Boredom, And Integrity Audit](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/09-risk-boredom-and-integrity-audit.md)
- [Technical Design And Game Projection](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/10-technical-design-and-game-projection.md)
- [Open Questions And Change Log](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/11-open-questions-and-change-log.md)
- [Utility/Admin Hold-Out Inventory](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/12-utility-admin-holdout-inventory.md)
- [Implementation Phase Outline — The War Effort](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/13-implementation-phase-outline.md)
- [Implemented Phases - The War Effort](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/14-implemented-phases.md)
- [Phases Yet To Be Implemented - The War Effort](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/15-phases-yet-to-be-implemented.md)
- [Game Design Documentation](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/readme_game-design.md)
- [Game Design Assets Manifest](https://faction-os.gitbook.io/faction-os-docs/docs/game-design/manifest.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://faction-os.gitbook.io/faction-os-docs/docs/game-design.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.
