read the post →

And the Research That Proves It I’d like you to sit with this scenario. You have a patient, let’s call her a cross between dozens of patients I’ve seen over the years. She is in her mid-fifties. She brushes twice a day, flosses daily, and visits every six months. Nonetheless, her periodontal condition worsens. The […]

read the post →

Headline: Meet the corkscrew bacterium that swims into your gums and brings its own demolition enzymes Most of the bacteria we talk about sit on a surface — on the tooth, on the tissue, in the biofilm. Treponema denticola is different, and understanding why changes how you think about a deep pocket. Td is a […]

read the post →

Sixteen years as a Registered Dental Hygienist  and I’ve said the sentence a thousand times: “gum disease is linked to heart disease.” True — but linked is a weak word, and patients can smell it. So let me start this whole series by replacing the vague link with the actual machine, and introducing the enemy-in-chief: […]

read the post →

What GLP-1 medications are doing to saliva, enamel, and gum tissue — and the exact protocol I build inside practices to stay ahead of it Part 2 of The GLP-1 Series. Written for both sides of the operatory: the clinician holding the explorer, and the patient in the chair who was never warned. Picture a […]

read the post →

The new high-risk patient is already in your chair. She doesn’t look like anyone we were trained to catch. Part 1 of a four-part series on GLP-1 medications and the mouth. Written for dental professionals. Before we start: I am a dental hygienist (RDH, MPH) and a functional nutritionist. I am not a physician, and […]

read the post →

For decades we treated the mouth like it ended at the gumline. Bleeding gums were a brushing problem. A cavity was a sugar problem. Dry mouth was an annoyance you pushed through with a glass of water. Clean better, we said, and the mouth will behave. Modern science has dismantled that model completely. The mouth […]

read the post →

Amber Auger, MPH, RDH, presents a case study on scaling and root planing with glycine-based air polishing. Article originally published on RDHMag There’s been a shift from traditional rubber cup polishing to air polishing technology. This is due not only to time management, patient comfort, and stain removal, but also to the evidence-based research on […]

read the post →

It’s not a probing problem. It’s a permission problem. There’s a number I can predict about almost any practice before I walk in the door: the perio diagnosis rate. Industry-wide it hovers around 8%. Periodontal disease, depending on the study, affects somewhere north of 40% of adults — closer to 70% once you’re past 65. […]

read the post →

A Recap of my 6 Months in My Functional Nutrition Certification Program Article originally published on Linkedin As dental professionals, we’ve all seen firsthand how hormones influence our patients’ oral health, inflammation, bone density, tissue resilience, and even biofilm patterns shift throughout different life stages. But when it comes to perimenopause and menopause, the biochemical […]

read the post →

When you are emotionally and physically exhausted from dentistry, you have one option- survival. Survival and leadership can’t work at the same time. It’s like trying to remove calculus without water in a power instrument. It’s impossible. When you are in survival, you can often see the problems but feel so overwhelmed by even the […]

`; function build() { if (document.getElementById('aaQuizOverlay')) return; var css = document.createElement('style'); css.textContent = '#aaQuizOverlay{position:fixed;inset:0;background:rgba(110,46,71,.55);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;padding:16px;z-index:2147483000}#aaQuizOverlay.is-open{display:flex}#aaQuizBox{position:relative;width:100%;max-width:700px;height:min(88vh,860px);background:#F7EBF0;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px rgba(110,46,71,.32)}#aaQuizBox iframe{width:100%;height:100%;border:0;display:block}#aaQuizClose{position:absolute;top:10px;right:12px;width:34px;height:34px;border-radius:50%;background:rgba(252,244,247,.9);color:#6E2E47;font:400 22px/1 Georgia,serif;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}#aaQuizClose:hover{background:#fff}#aaQuizClose:focus-visible{outline:2px solid #AD466D;outline-offset:2px}@media (max-width:520px){#aaQuizBox{height:92vh;border-radius:14px}}'; document.head.appendChild(css); var wrap = document.createElement('div'); wrap.id = 'aaQuizOverlay'; wrap.setAttribute('role', 'dialog'); wrap.setAttribute('aria-modal', 'true'); wrap.setAttribute('aria-label', 'Find your starting point quiz'); wrap.innerHTML = '
'; document.body.appendChild(wrap); var frame = wrap.querySelector('iframe'); var closeBtn = document.getElementById('aaQuizClose'); var lastFocus = null; function openQuiz() { if (wrap.classList.contains('is-open')) return; if (!frame.getAttribute('srcdoc')) frame.setAttribute('srcdoc', QUIZ_DOC); lastFocus = document.activeElement; wrap.classList.add('is-open'); document.body.style.overflow = 'hidden'; closeBtn.focus(); try { sessionStorage.setItem('aaQuizSeen', '1'); } catch (e) {} } function closeQuiz() { wrap.classList.remove('is-open'); document.body.style.overflow = ''; if (lastFocus && lastFocus.focus) lastFocus.focus(); } closeBtn.addEventListener('click', closeQuiz); wrap.addEventListener('click', function (e) { if (e.target === wrap) closeQuiz(); }); document.addEventListener('keydown', function (e) { if (e.key === 'Escape') closeQuiz(); }); document.addEventListener('click', function (e) { var t = e.target.closest ? e.target.closest('a[href$="#quiz"]') : null; if (t) { e.preventDefault(); openQuiz(); } }); window.openAmberQuiz = openQuiz; if (AUTO_OPEN_MS > 0) { var seen = false; try { seen = sessionStorage.getItem('aaQuizSeen') === '1'; } catch (e) {} if (!seen) setTimeout(openQuiz, AUTO_OPEN_MS); } } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', build); } else { build(); } })();