Data models
A model is a JSON Schema contract that defines the shape of a record. It gives fields stable names and types so chat, tables, dashboards, and workflows can refer to the same structure. A simple renewal model might contain:Data tables and records
Every table is backed by a model. A table contains the records that follow that model. You can:- create a table from a model;
- add records in batches;
- edit or delete individual records;
- rename or delete a table;
- reference the table in chat, Dashboards, and Workflows.
Team files
The Data area also includes files created or uploaded during Project work. These can include chat attachments and generated deliverables. You can preview, download, reuse, or delete a team file. If a file should become long-lived evidence for the Knowledge pipeline, save it to Sources.Dashboards
A Dashboard is a published operational view. It can combine structured tables, metrics, charts, filters, record details, explanatory Markdown, and actions. Dashboard data can come from Project tables and other supported Project capabilities, including semantic queries, workflow results, connectors, and documents. Use chat to describe the question the Dashboard should answer:Create a renewal dashboard with the number and value of contracts due in the next 90 days, a breakdown by risk level, a table grouped by account owner, and a filter for renewal month.Cromo creates and validates a draft before publishing the active version. Published Dashboards appear in the Project’s Dashboard list and can be renamed later without changing their URL slug.
Prompts to try
Create structure from a real need
Turn records into an operational view
Choose the right representation
Example: renewal operations
- Keep the renewal policy in Knowledge, with citations to the original contract guidance.
- Define a renewal model with date, owner, value, risk, and next action.
- Store each customer renewal as a table record.
- Publish a Dashboard for upcoming expirations and missing actions.
- Run a weekly Workflow that prepares owner follow-ups and writes back the result.
Build a data-backed dashboard
Create a model, add records, ask useful questions, and publish an operational view.