- 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.
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
Open the AI Model dropdown
Pick a model
gemini-flash-latest for speed, gemini-pro-latest for accuracy.Tap 'Save Changes'
How to edit the AI prompt
Click in the System Prompt text area
Edit carefully
Tap 'Save Changes'
Test in Customer Profile or Loan Applications
If something's broken, tap 'Reset'
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
Open the Action filter
Pick 'admin_user_updated' or 'user_access_changed'
Browse the rows for today's date
Investigate a failed export
Open the Action filter
Pick 'leads_exported'
Find the user and timestamp
Read the Details column
Verify someone signed in successfully
Filter by 'otp_verified' or sign-in events
Find the user's email
Confirm the timestamp matches what they told you
Common things people ask
Can I edit or delete log entries?
Can I edit or delete log entries?
How far back do logs go?
How far back do logs go?
The IP column shows '—'.
The IP column shows '—'.
I changed the AI prompt and now searches are returning weird results.
I changed the AI prompt and now searches are returning weird results.
Which AI model should I pick?
Which AI model should I pick?
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.