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

# phase\_19

- [PRD\_phase\_19](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/prd_phase_19.md)
- [Session 01: Protocol And Events](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_01_protocol_and_events.md)
- [Session 02: Server Backbone](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_02_server_backbone.md)
- [Session 03: Web Shell And Store](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_03_web_shell_and_store.md)
- [Session 04: Campaign Workbench](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_04_campaign_workbench.md)
- [Session 05: Attention And Permissions](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_05_attention_and_permissions.md)
- [Session 06: Executor Registry](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_06_executor_registry.md)
- [Session 07: Provider Diagnostics](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_07_provider_diagnostics.md)
- [Session 08: File And Git](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_08_file_and_git.md)
- [Session 09: Heroes And Lineage](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_09_heroes_and_lineage.md)
- [Session 10: Mission Artifacts](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_10_mission_artifacts.md)
- [Session 11: Templates And Planning Context](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_11_templates_and_planning_context.md)
- [Session 12: Terminal And Containers](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_12_terminal_and_containers.md)
- [Session 13: Collaboration And Handoff](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_13_collaboration_and_handoff.md)
- [Session 14: Channels And Scope](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_14_channels_and_scope.md)
- [Session 15: Metrics And Notifications](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_15_metrics_and_notifications.md)
- [Session 16: Ergonomics And Documentation](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_19/session_16_ergonomics_and_documentation.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_19.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.
