Maintain the data dictionary
Ronja’s answers are only as good as her understanding of your tables. Three surfaces build that understanding: table descriptions, the per-table Catalog, and an optional dictionary table you link to your data.
Describe your tables
Section titled “Describe your tables”Descriptions are the plainest way to say what a table means. Ronja drafts many of them herself — those are labeled “AI-generated · click to edit”, and correcting them is exactly the point. Descriptions matter at the feature level too: a feature’s description is “used by the agent when choosing which feature to use.”
- Open the table from its feature page.
- Click the description under the table title (placeholder Add a description…).
- Type what the table actually contains and save.
Once you’ve written one, it’s yours: Ronja won’t regenerate over it on a later build, and she can’t be talked into overwriting it either — ask her in a chat to change it and she’ll say it was written by a person, and point you back here. Descriptions Ronja wrote herself she’ll happily reword on request.
Clearing your description lifts that protection, but on most tables it does not hand the job back. Ronja writes a table’s description once and doesn’t return to it on her own, so a cleared description stays empty until someone writes a new one — you, here, or Ronja if you ask her in a chat. The exception is an Integration table, where she re-describes the table whenever its columns change: there, clearing it really does hand it back.
Read the Catalog
Section titled “Read the Catalog”The Catalog is the column-statistics view. For every column it shows Field · Kind · Rows · Missing · Cardinality · Examples — a fast way to spot gaps, check what a column really contains, and decide what needs describing.
- Open a table and switch to the Catalog tab. (Inside the feature page’s Data Explorer, the same view lives on the Columns tab.)
- Flip the toggle for system columns if you need them — they’re hidden by default.
The Catalog: per-column statistics at a glance.
Link a dictionary table
Section titled “Link a dictionary table”If your team already maintains column definitions in a table of their own, you can reuse them instead of retyping — mark that table as the dictionary and link it to the tables it describes, and Ronja reads your definitions straight from it:
- Open the table that holds your definitions.
- Open the … menu and click Mark as data dictionary.
- Open the … menu again and click Linked tables….
- Pick each data table with Select a table…, then click Done.
Browse the feature’s dictionary
Section titled “Browse the feature’s dictionary”Every feature has a Data Dictionary page (/features/<id>/data-dictionary) that collects column documentation across the feature. Filter with All / Text / Numeric and search by name.
The payoff compounds: the more your tables explain themselves, the less Ronja has to guess when answering. For the things a dictionary can’t hold — procedures, business rules, terminology — use notes and Knowledge; How Ronja learns explains how the three surfaces fit together.