- AI Configuration at the top — pick which AI brain runs the natural-language search across the app, and edit the prompt that tells it how to behave.
- Audit Logs at the bottom — every action anyone has taken in the app, with timestamps, user emails, and IP addresses.
Super Admin only. If you don’t see Settings in the sidebar, your role doesn’t include it.
AI Configuration
This controls the AI used by every “Search with AI” or natural-language query in the app — Customer Profile search, Loan Applications search, etc.What you see
- AI Model dropdown — six Gemini models to choose from:
gemini-flash-latest— fastest, cheapest. Good for short queries.gemini-pro-latest— slower, more accurate. Better for complex questions.- Plus other Gemini variants.
- System Prompt — a 15-line text box. This is the instruction sheet for the AI: how to convert “show me high-income customers” into a database query. Most teams leave this alone unless they want to change the AI’s behavior.
- Reset button — discards your edits and reloads the saved version.
- Save Changes button — applies your edits. Effective immediately for all users.
How to switch the AI model
How to edit the AI prompt
Edit carefully
The prompt tells the AI how to translate plain English into database queries. If it’s wrong, all AI searches will return weird results.
Audit Logs
A scrollable record of every important action your team has done — sign-ins, role changes, data exports, field edits, AI queries, etc.What you see
- Action filter dropdown — narrow the log to one event type (e.g.,
leads_exported,user_access_changed). - Refresh icon — reload the latest entries.
- Log table with columns:
- Time — when it happened
- Action — what happened, colour-coded:
- 🔴 Red — deletes
- 🟠 Orange — auth (sign-in, sign-out, OTP)
- 🔵 Blue — admin actions
- 🟣 Purple — AI queries
- 🌊 Teal — exports
- 🟢 Green — creates
- User — the email of who did it
- Target — what was affected (e.g., a field name, a customer ID)
- Details — extra context (sometimes empty)
- IP — the user’s IP address (or ”—” if not recorded)
- Pagination at the bottom — Previous / Page X / Next.
Common workflows
Find what an admin did today
Investigate a failed export
Verify someone signed in successfully
Common things people ask
Can I edit or delete log entries?
Can I edit or delete log entries?
No. Logs are append-only by design — once written, they can’t be tampered with. This is for compliance.
How far back do logs go?
How far back do logs go?
All the way to the start of your team’s account. The Audit Logs section paginates 50 entries at a time, so use the filter to narrow down.
The IP column shows '—'.
The IP column shows '—'.
Some events don’t record an IP (especially older ones). Recent events should have it.
I changed the AI prompt and now searches are returning weird results.
I changed the AI prompt and now searches are returning weird results.
Tap Reset in the AI Configuration section to discard your unsaved changes. If you’d already saved a bad prompt, paste back a known-good prompt from a backup and Save again.
Which AI model should I pick?
Which AI model should I pick?
Default to
gemini-flash-latest for everyday use — it’s fast and good enough for most queries. Switch to gemini-pro-latest if your team’s queries are getting wrong results often.