What it does
DataVision AI lets you ask plain-English questions about your leads, campaigns,
conversions, and pipeline — no SQL required. Type a question in the box below, or click
one of the suggested prompts to get started.
Conversations
- New conversation starts a fresh chat.
- History lets you revisit and reopen past conversations.
Your account
The menu in the top-right shows your account email and lets you change your password,
open the admin panel (if you have access), or log out. The badge next to the green
status dot shows whether DataVision is connected to the database.
Personal information
Managers and admins can opt in to include personal information in answers using the
toggle above the message box. It's off by default to keep results privacy-safe.
Is DataVision secure?
-
Every request requires you to sign in, and passwords are stored using bcrypt hashing
— never in plain text. New and reset accounts must set their own password before
using the app.
-
Login attempts are rate-limited to slow down password guessing, and access to
sensitive actions and data is scoped by role.
-
Traffic is restricted to approved application origins via CORS, and connections to
the database are encrypted with TLS, verified against a trusted CA certificate
(
.pem) rather than accepted blindly.
-
Every login, data request, PII disclosure, and admin action is recorded in an audit
log.
How does DataVision protect PII?
-
Personally identifiable information (PII) such as names, emails, phone numbers, and
addresses is redacted before it ever reaches the AI model — not just before it's
shown to you. Only managers and admins can unlock it for a specific question using
the PII toggle above the message box.
- Charts never include PII, even when it's unlocked for the conversation.
-
Chat history is always saved with PII redacted, so unlocked personal information is
never stored on disk — only shown live in the response.
- Every time PII is disclosed, that event is written to the audit log.