How your data is handled when you use the AI Assistant
The AI Assistant is scoped to your org by design.
Every tool the AI Assistant uses filters results by your organization's ID — companies, contacts, deals, tasks, activities, emails, documents. You cannotaccess another tenant's records through the AI, even if you know their internal IDs.
Your conversation history (every question you ask, every response you receive) is stored under your user account only. Other users in your organization cannot see your conversations.
The UI shows names and business attributes, not UUIDs or schema fields.
When the AI looks up a company or contact, it sees an internal identifier so it can make follow-up queries. But that ID never appears in your chat output:
person_id or company_id are replaced with "record" or removed.Data stored in your CRM cannot hijack the AI.
When the AI reads data from your CRM (e.g., a company's notes field), it treats that data as display content only— never as instructions. A malicious entry like "ignore previous instructions and…" inside a notes field will not change the AI's behavior.
What happens to an in-progress chat when you sign out.
If you sign out while a chat is actively running, the run may continue for up to 5 minutes on our servers to finish the current turn cleanly. No new data is shared with any provider after sign-out; the run simply wraps up its in-flight work and persists the result to your conversation history for when you sign back in.
Preferences saved via /remember or the AI Preferences page never leave your account.
Preferences you save are stored in your user account and your organization's tenant. They are scoped per-user — other users in your organization do not see your preferences, and you do not see theirs.
See AI Preferences for how to add and remove them.
We send your questions and the relevant CRM data we retrieve to the provider.
Requests are sent to our AI provider, which receives your message plus any CRM data the AI looked up to answer it. It is held only for the inference request itself and is not retained or used for training (see the Zero Data Retention section below).
The AI inference provider does not log, retain, or train on your prompts or completions.
Every AI call Laureo makes on your behalf — chat, email drafting, smart reply, meeting summaries, chip generation, next-best-action coaching (in-chat) — is sent with a Zero Data Retention routing preference that the provider enforces at the request level: provider: { zdr: true } restricts routing to the ZDR-only endpoint pool, so the setting is explicit on every single request.
Under ZDR:
This applies to Google Workspace data equally — emails, calendar events, and Drive file metadata that flow into an AI prompt are held only for the inference request itself and discarded afterward. No Google Workspace data is retained by any AI subprocessor or used to train any model.