Skip to content

PII Settings

Before any conversation data reaches the AI, it passes through Heard’s PII scrubbing pipeline. Personally identifiable information such as names, phone numbers, email addresses, SSNs, and credit card numbers is replaced with anonymous placeholders.

The AI reasons on anonymized data:

  • It sees [CUSTOMER_1] instead of “Sarah Chen”
  • It sees [PHONE_1] instead of “+1-555-0123”
  • PII is re-associated only when executing an action that requires it (e.g., addressing an email)

Admins choose how aggressively PII is scrubbed:

  1. Navigate to Settings → Privacy → PII Sensitivity
  2. Select the level:
LevelWhat’s ScrubbedBest For
StandardPhone numbers, email addresses, SSNs, credit card numbers, account numbersMost businesses
HighEverything in Standard + personal names, company names, addresses, dates of birthHealthcare, financial services
MaximumEverything in High + contextual PII (implied references, custom patterns)Highly regulated industries

Some PII might be safe to pass through. For example, your own company name or product names might be safely ignored even if the NER model flags them as personal names.

  1. Navigate to Settings → Privacy → Allow List
  2. Add terms that should not be scrubbed:
TermTypeReason
”Acme Corp”Company nameIt’s your company, not PII
”ProWidget”Product nameSounds like a name but isn’t

Force specific patterns to always be scrubbed, even if the automatic detection misses them:

  1. Navigate to Settings → Privacy → Deny List
  2. Add patterns:
PatternTypeWhat It Matches
ACCT-\d{6}RegexYour internal account number format
”Project Phoenix”TextConfidential project name