When to use it
- Quick data lookups without building a report (“How many invoices are outstanding, and for how much?”).
- Cross-module questions (“Which clients have open critical tickets?”).
- On-the-spot counts, sums, and averages.
- Context-aware questions while viewing a record — Nexie uses the current module/entity for tighter answers.
- Follow-up questions — recent turns are carried as conversation history.
How it works
Safe by design
- Read-only — Nexie only runs
SELECT-style queries; write/DDL statements are rejected. - Your data only — queries are scoped to your tenant, and row-level security is the backstop.
- Bounded — results are row-limited and time-boxed, and each answer reports its cost.
Good to know
- Answers are generated from live queries against your data — for decisions that matter, spot-check the underlying numbers.
- Nexie requires your tenant’s Claude API key (Settings → Integrations).
