Setup & integrations
Add a dictionary entry
One-by-one form for adding a single Slate field to the dictionary. Use it for surgical updates; bulk imports go through CSV.
- Customer-app route
- /settings/data-dictionary/new
- Who uses this
- Every authenticated team member.
What it is
The per-field add form. Use it when you've added one new SS_* field to Slate and want
Celia to start reasoning over it without re-running a full CSV import.
What you can do here
- Enter the exact Slate field name (case-sensitive).
- Pick the type (text, number, date, boolean, enum).
- Write a label and description.
- For enums, list the allowed values.
- Save. Celia picks it up on the next analysis.
Common gotchas
"Field already exists"
Edit the existing entry instead — search the dictionary list and click the row.
Type mismatch on next run
The Slate column is actually a different type. Update the entry's type to match what Slate returns.