# Phase 05 — Story: Suggestion Chips **Story:** `.agent/user_stories/suggestion-chips.md` **Context:** `.agent/PLAN.md` §7 (UI/UX), story file for chip spec ## Goal Zero-friction onboarding: 3–4 real example questions on first load, clickable → filled → submitted, keyboard-first, mobile-scrollable. ## Implementation steps 1. `app/config.py` — confirm `suggestions` is env-overridable (`BOR_SUGGESTIONS` as JSON list via pydantic-settings) and tune the defaults against the *actually imported* Homelab/Deployments topics (read a sample of `documents` titles; pick questions real answers exist for). 2. `app.js` — extract a `renderChips(container, items, {onSelect})` helper; real `