Introducing Dental Intelligence: The First Complete AI Knowledge Layer for Dentistry
The Dental Vertical Intelligence Layer is live.
This is the first release in what will become the full 12-vertical VIL library. We started with dental because it has the highest stakes for getting AI wrong — complex coding, HIPAA requirements, sensitive patient relationships, and terminology that only makes sense in context.
Why Generic AI Fails at Dentistry
When a patient calls and says "I need a cleaning," the right response depends on clinical information that isn't in the conversation. Are they a healthy adult with no periodontal history? Schedule a D1110 prophylaxis. Are they a patient with a history of periodontal disease? They need a D4910 perio maintenance — a different procedure, different insurance billing, different protocol.
A generic AI hears "cleaning" and books an appointment. A dentally-informed AI asks the right clarifying question, or checks the patient's chart status, before confirming anything.
That distinction — knowing which CDT code a procedure actually maps to, and why it matters — is what the Dental VIL provides. It's not a vocabulary lesson. It's clinical reasoning baked into the agent's knowledge layer.
What the Dental VIL Includes
600+ CDT codes with clinical descriptions — Every current ADA Current Dental Terminology code, with plain-language descriptions, common patient phrasings, and disambiguation notes. The agent knows that "deep cleaning" means D4341 or D4342 depending on the number of teeth per quadrant. It knows the difference between D0120 (periodic oral evaluation), D0150 (comprehensive oral evaluation), and D0330 (panoramic radiographic image) — and it knows when each is appropriate in a scheduling context.
HIPAA compliance layer — PHI redaction in voicemail transcripts before storage, BAA signing workflow integrated into account setup, call recording compliance (two-party consent state detection, required disclosures), and automatic exclusion of PHI from KB documents. The compliance layer runs at the service layer — it's not a checklist you manage, it's enforcement that runs automatically.
PMS integrations — Direct tool connections for Dentrix, Eaglesoft, and NexHealth. Agents can check schedule availability, look up patient records (with proper auth), and create appointment requests that flow directly to your practice management system. No manual handoff, no double data entry.
Insurance eligibility verification — Real-time eligibility checks via supported clearinghouses. A patient asks about their coverage; the agent can verify benefits before confirming the appointment type, reducing no-shows and billing disputes.
Recall flow templates — Pre-built conversation flows for reactivation and recall: lapsed patients, overdue hygiene appointments, treatment plan follow-ups. These are tested scripts built around actual dental patient objection patterns, not generic outbound templates.
For Dental Practices
If you're managing your own practice agent through the WFW dashboard or your white-label portal, activating Dental Intelligence is one click. Go to Agent Settings → Vertical Intelligence, select Dental Intelligence, and save. Your agent's knowledge layer updates immediately.
You don't need to re-provision the agent. The VIL loads on top of your existing Workforce Wave-generated configuration — your practice's specific information stays intact, and the dental knowledge layer adds on top of it.
For DSO Platforms (Mode 3 API)
If you're provisioning agents at scale via the API, use the template_id: "dental-general-practice" parameter. Agents provisioned with this template get the full Dental VIL loaded automatically — no additional configuration step:
curl -X POST https://api.workforcewave.com/v2/agents \
-H "Authorization: Bearer $TOKEN" \
-d '{
"payload": {
"name": "Ridgeline Dental AI",
"business_url": "https://ridgelinedental.com",
"template_id": "dental-general-practice"
}
}'
The provisioned agent gets Workforce Wave's site-specific knowledge plus the full CDT library, HIPAA layer, and PMS tool integrations — all in the same 90-second provisioning window.
For specialty practices (orthodontics, oral surgery, endodontics), we have specialty-specific template IDs in beta: reach out to your account contact to enable them early.
The HIPAA BAA
Every account that activates Dental Intelligence will be prompted to complete a BAA (Business Associate Agreement) with WFW, if you haven't already signed one. This is required before the HIPAA compliance layer activates — we can't process PHI until the agreement is in place.
The BAA workflow is built into the dashboard. It takes about two minutes to complete.
What's Next
Dental is the first of twelve verticals in the VIL library we're building. The next releases are Medical/Primary Care and Automotive (service department scheduling). After that: legal intake, real estate, hospitality, veterinary, home services, financial services, fitness/wellness, property management, and salon/spa.
Each vertical gets the same treatment as dental: domain-specific knowledge, compliance requirements, tool integrations, and tested conversation templates built around real caller patterns in that industry.
The full VIL library is how WFW agents go from "pretty good at everything" to "actually expert" in the industries where it matters.
Dental Intelligence is live now. Dashboard users can activate it in Agent Settings → Vertical Intelligence. API users, use template_id: "dental-general-practice".
Ready to put AI voice agents to work in your business?
Get a Live Demo — It's FreeContinue Reading
Related Articles
The Bot Creation Matrix: Four Ways to Deploy AI, Now All Live on WFW
Dual-mode agent support just shipped, completing the Bot Creation Matrix. WFW is now the only platform where a bot can be the creator and the consumer — entirely human-free.
HIPAA on the Phone: What Every Healthcare AI Must Know
PHI over the phone, identity verification requirements, the HIPAA compliance layer — and why the handling of Protected Health Information is the key enabler for healthcare voice AI adoption.
HIPAA Compliance for Voice AI: What WFW Handles, What You Handle
Practical compliance guidance for healthcare operators using WFW — what the platform provides and what remains your responsibility.