Select column is used to group the board, each option becomes a stage. This makes it possible to build reusable CRMs, pipelines, and visual workflows without creating a separate data store.
Core Concepts
Why Tables Matter
- Real-time data without external integration: the agent accesses tables directly during a conversation. No webhooks, APIs, or integrations need to be configured for the agent to query a product catalog or register a lead.
- Separation of structured and unstructured knowledge: Knowledge Bases are ideal for free text — manuals, policies, FAQs. Tables are ideal for data with a defined structure — catalogs, schedules, inventories, records. Using each resource for what it was designed for improves agent accuracy.
- Writing during the conversation: unlike Knowledge Bases (read-only for the agent), tables allow the agent to insert and update data in real time — the agent collects information from the user and records it in a structured way in the table, without human intervention.
- Updates independent of the prompt: data changes in the table without needing to edit the agent prompt. A price updated in the table is immediately available for the agent on the next query.
- Reusable visual workflows: the same table can support sales, support, recruiting, project management, or any other stage-based process.
- Product catalog with price, availability, and description
- Professional or event schedule with time slots and vacancies
- Lead records collected during conversations
- Inventory with real-time quantity tracking
- Sales CRM with stages such as New lead, Qualified, Proposal, and Won
- Support queue with Open, In progress, and Resolved stages
Create a Kanban view
Configure a Select column and organize table records as cards grouped by stage.