> 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_17.md).

# phase\_17

- [PRD Phase 17: Notice Board Coordination Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/prd_phase_17.md)
- [Session 01: Protocol Notice Contract Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_01_protocol_notice_contract_parity.md)
- [Session 02: Server Notice Manager Persistence And Context](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_02_server_notice_manager_persistence_and_context.md)
- [Session 03: Server Routes And WebSocket Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_03_server_routes_and_websocket_parity.md)
- [Session 04: Web Store And Cockpit Notice Board](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_04_web_store_and_cockpit_notice_board.md)
- [Session 05: CLI Notice Commands](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_05_cli_notice_commands.md)
- [Session 06: Hook Context And Provider Skill Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_06_hook_context_and_provider_skill_parity.md)
- [Session 07: War Room Worker Relay And Catchup](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_07_war_room_worker_relay_and_catchup.md)
- [Session 08: Local War Room Bridge And Room Notice Convergence](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_08_local_war_room_bridge_and_room_notice_convergence.md)
- [Session 09: Automatic Mission Lifecycle Posts](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_09_automatic_mission_lifecycle_posts.md)
- [Session 10: Validation Documentation And Handoff](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_17/session_10_validation_documentation_and_handoff.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_17.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.
