Daily work
Students
Browse every analyzed student. Filter by cohort, dimension tier, or Flow. Every row deep-links to the matching record in Slate.
- Who uses this
- Every authenticated team member.
What it is
The Students page is the searchable, filterable index over every student Celia has scored. Empty until your first Flow runs; sample data shows in the meantime so the layout makes sense from day one.
What you can do here
- Filter by tier — chips for Critical, High, Medium, Low (per dimension).
- Filter by cohort — pulls cohort labels from your Slate data.
- Filter by Flow — see only students touched by a specific pipeline.
- Scan the Fraud Level column — when at least one of your Flows has Fraud Protection enabled (Enterprise plan), a Fraud Level column shows a badge (Low → Critical) on every flagged student. The badge is a signal for human review, never a fraud determination. See the Fraud Protection guide.
- Page 50 at a time with prev / next.
- Open the Slate record — every row carries an external-link icon that opens the
student in Slate (uses your Org's
slate_base_url).
Common workflows
Find this week's critical cohort
- Open
/students. - Click the Critical tier chip.
- Optionally narrow with a cohort filter.
- Click the external-link icon on each row to open the student in Slate for action.
Work the fraud review queue (Enterprise)
- Open
/studentsand scan the Fraud Level column for Medium+ badges. - Open each flagged student and read the Fraud Assessment card on the student detail page.
- Open the Slate record and follow your institution's human review process — the badge marks records worth a closer look, nothing more.
Share a filtered list with a teammate
- Apply the filters you want.
- Copy the URL — filter state lives in the query string.
- Paste it into your team chat. Anyone signed in lands on the same view.
Common gotchas
The page shows "Sample data" badge
Your tenant database has no real students yet. Real rows appear after the first successful Flow run.
Some students are missing
Celia only scores students returned by your Flow's Slate query. If a student isn't in the
query result, they won't appear here. Check /flows/[id] to verify what your query returns.
There's no Fraud Level column
The column only appears when at least one Flow in your organization has Fraud Protection enabled. If no Flow has it on — or your plan isn't Enterprise — the column is hidden entirely. That's expected.
Why are there no names?
Each row is identified by an anonymous Slate ID (e.g., s_8f42a91c). Names live in
Slate — that's by design. Click the external-link icon on any row to jump to the named record.