> 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/.spec_system/archive/phases/phase_05.md).

# phase\_05

- [PRD Phase 05: War Room Worker Integration](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/prd_phase_05.md)
- [Session 01: War Room Requirements and Trust Baseline](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/session_01_war_room_requirements_and_trust_baseline.md)
- [Session 02: Worker API Hardening and Client Contract](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/session_02_worker_api_hardening_and_client_contract.md)
- [Session 03: Web Room Lifecycle and State Store](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/session_03_web_room_lifecycle_and_state_store.md)
- [Session 04: Join Approval Presence and Reconnect UX](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/session_04_join_approval_presence_and_reconnect_ux.md)
- [Session 05: Federation Event Redaction and Cockpit Integration](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/session_05_federation_event_redaction_and_cockpit_integration.md)
- [Session 06: Deployment Environment and Diagnostics](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/session_06_deployment_environment_and_diagnostics.md)
- [Session 07: War Room Validation and Documentation Closeout](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/session_07_war_room_validation_and_documentation_closeout.md)
- [War Room Payload Redaction Baseline](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/war_room_payload_redaction_baseline.md)
- [War Room Requirement Routing Matrix](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/war_room_requirement_routing_matrix.md)
- [War Room Requirements And Trust Baseline](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_05/war_room_requirements_trust_baseline.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/.spec_system/archive/phases/phase_05.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.
