# Knowledge Base Detail Page ## Overview Single knowledge base detail view. Follows the layout of `specs/designs/10-layout/detail.md`, only the details are documented in this spec. ## Page Name "{kb.name}" for title and breadcrumb ## Page Header (always shown) ``` [Icon] KB Name [status badge] [Edit] [⋮] ``` - Icon: KB icon - KB name (primary) - Status badge (right, when `kb.status` is set) - Edit button: navigates to the edit page - ⋮ menu: includes Delete and a context action (`Test` for deployed KBs, `Deploy` otherwise) ## Config Panel Always shown. - embedding model link (when set) - reranker model link (when set) ## Documents Panel Always shown. Includes document search, upload action, and a document table. Table columns: - Name - Size - Type - Status — status badge - Actions: Download, Delete When the document list is empty, a single centered row reads `No documents`. ## Deployment Panel Shows deployment/runtime configuration when present: - Deployment - Ingestion - Egestion ## Management Tabs Always shown. ## Delete Confirmation Dialog Destructive confirmation. On success, returns to the knowledge bases list.