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

# phase\_18

- [PRD Phase 18: Quest Board Suggestion Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/prd_phase_18.md)
- [Session 01: Protocol Suggestion Contract Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_01_protocol_suggestion_contract_parity.md)
- [Session 02: Server Suggestion Manager And Persistence](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_02_server_suggestion_manager_and_persistence.md)
- [Session 03: Suggestion Routes And WebSocket Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_03_suggestion_routes_and_websocket_parity.md)
- [Session 04: Idle Lifecycle Engine Parity](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_04_idle_lifecycle_engine_parity.md)
- [Session 05: Session Summary Engine And Noise Filtering](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_05_session_summary_engine_and_noise_filtering.md)
- [Session 06: Codebase Issue Scanners](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_06_codebase_issue_scanners.md)
- [Session 07: Scan Orchestration And Quest Ignore Patterns](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_07_scan_orchestration_and_quest_ignore_patterns.md)
- [Session 08: On-Demand Analysis And Project Scan Engines](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_08_on_demand_analysis_and_project_scan_engines.md)
- [Session 09: Web Quest Board Typed Cards](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_09_web_quest_board_typed_cards.md)
- [Session 10: Quest Actions And Keyboard Shortcuts](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_10_quest_actions_and_keyboard_shortcuts.md)
- [Session 11: Validation Documentation And Handoff](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_18/session_11_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_18.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.
