Bee Box documentation · directory: https://beebox.run/docs/reference/cards/ · index: https://beebox.run/docs/reference/cards/index.md · root: https://beebox.run/llms.txt # view Card # View Cards A view card makes an interface surface addressable: a card whose `view` field names a builtin view, rendered in place of the card. Link it, embed it, or pin it into `nav.card` with a `ref` entry like any other card. Give it a `title` — that's the label refs fall back to. ```yaml title: Feedback commits view: history params: feedback: true ``` Available views: - `landmarks` — Every landmark in the box, each with its resolved links - `chat-picker` — Fresh chats grouped by landmark, with a New-chat button per landmark - `questions` — Pending questions as answerable forms, with answered ones archived below - `history` — The commit timeline, filtered by the card's params (connectors, workflows, touchpoint, feedback, session) — a saved filter over history `params` configures the view (only `history` takes params today: `connectors`/`workflows` string lists, `touchpoint`/`feedback` booleans, `session` string). A history card with params IS a saved filter — a stable, linkable slice of the timeline. The markdown body is a notes margin (rationale, observations, ideas about this surface) — it shows in source view, not in the rendered surface.