<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Who actually shows up when ABA therapy comes to your home. BCBA vs RBT roles, supervision standards, parent training, and what to ask any provider. Achieving Stars serves CO, KS, NH, SC.">
<title>ABA Therapist Near You: BCBA vs RBT Roles Explained, Supervision Standards & What to Ask | In-Home Behavioral Therapy | Medicaid Accepted | Ages 2-18 | Colorado, Kansas, NH, SC | Achieving Stars Therapy</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap" rel="stylesheet">
<style>:root { --white: #FFFFFF; --off-white: #F9FAFB; --gold: #F5A623; --gold-light: #FEF7E8; --navy: #1A2B4A; --navy-soft: #2D3E5F; --gray: #6B7280; --border: #E5E7EB; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--off-white); color: var(--navy); line-height: 1.7; font-size: 17px; }
h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(28px, 6vw, 42px); font-weight: 600; line-height: 1.15; color: var(--white); margin-bottom: 16px; }
h2 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
h3 { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin: 24px 0 10px; }
p { margin-bottom: 14px; color: var(--navy-soft); }
a { color: var(--gold); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--navy); }
ul, ol { margin: 14px 0; padding-left: 24px; }
li { margin-bottom: 8px; color: var(--navy-soft); }
strong { color: var(--navy); }
table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
th, td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
th { background: var(--gold-light); color: var(--navy); font-weight: 600; font-family: 'Fraunces', serif; }
tr:hover { background: var(--off-white); }
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); padding: 130px 24px 48px; text-align: center; }
.hero-inner { max-width: 720px; margin: 0 auto; }
.location-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.hero p { font-size: 18px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 600px; margin: 0 auto; }
.quick-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; background: var(--white); border-radius: 12px; padding: 24px; margin: -32px auto 32px; max-width: 800px; box-shadow: 0 4px 20px rgba(26,43,74,0.08); position: relative; z-index: 10; }
.info-item { text-align: center; }
.info-label { font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.info-value { font-size: 15px; font-weight: 600; color: var(--navy); }
.content { max-width: 800px; margin: 0 auto; padding: 24px 24px 72px; }
section { margin-bottom: 36px; }
.highlight-box { background: var(--gold-light); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 18px 22px; margin: 20px 0; }
.highlight-box p { margin: 0; color: var(--navy); }
.faq-item { margin-bottom: 22px; }
.faq-item h3 { font-size: 17px; margin-bottom: 8px; }
.faq-item p { font-size: 16px; }
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); border-radius: 16px; padding: 40px 32px; text-align: center; margin-top: 36px; }
.cta-section h2 { color: var(--white); border: none; padding: 0; margin-bottom: 12px; font-size: 26px; }
.cta-section p { color: rgba(255,255,255,0.9); margin-bottom: 8px; font-size: 17px; }
.cta-section strong { color: var(--gold); }
.cta-button { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: 8px; text-decoration: none; margin-top: 20px; }
.cta-button:hover { color: var(--navy); }
.cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 20px; }
.cta-item { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 18px; min-width: 0; }
.cta-item-label { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.cta-item-value { color: var(--white); font-weight: 600; font-size: 15px; word-break: break-word; overflow-wrap: anywhere; min-width: 0; }
.cta-item-value a { color: var(--white); text-decoration: none; word-break: break-word; overflow-wrap: anywhere; }
.cta-item-value a:hover { color: var(--gold); }
@media (max-width: 600px) { .quick-info { margin: -24px 16px 24px; grid-template-columns: repeat(2, 1fr); } .cta-grid { grid-template-columns: 1fr; } table { font-size: 13px; } th, td { padding: 6px 8px; } }
.hero,.ash-hero,.ash-loc-page .ash-hero{padding-top:130px !important}</style>
</head>
<body>
<div class="hero"><div class="hero-inner"><span class="location-badge">Provider Guide</span><h1>Who Actually Shows Up: Understanding Your ABA Therapist Near You</h1><p>Searching for an ABA therapist means two different professionals may walk through the door. Achieving Stars Therapy explains who designs the program, who runs the sessions, and what BCBA oversight looks like in practice.</p></div></div>
<div class="quick-info"><div class="info-item"><div class="info-label">Lead Clinician</div><div class="info-value">BCBA</div></div><div class="info-item"><div class="info-label">Daily Sessions</div><div class="info-value">RBT</div></div><div class="info-item"><div class="info-label">Ages</div><div class="info-value">2-18</div></div><div class="info-item"><div class="info-label">States</div><div class="info-value">CO, KS, NH, SC</div></div></div>
<div class="content">
<section>
<h2>Two clinicians in your home, and what each one does</h2>
<p>Two business cards come out at intake. One says BCBA. The other says RBT. Both clinicians matter to the program, but they aren't interchangeable, and most parents searching for a behavior therapist don't realize they're asking about two distinct roles until someone explains it.</p>
<p><strong>BCBA</strong> is the credential. It means the person has a graduate degree, passed a national board exam administered by the Behavior Analyst Certification Board, and is accountable to the BACB for everything that happens in your child's program. The BCBA writes every goal, reviews session data weekly, and adjusts the plan when targets are mastered, plateauing, or causing unnecessary stress for the child.</p>
<p><strong>RBT</strong> stands for Registered Behavior Technician. RBTs are trained paraprofessionals who run most day-to-day sessions under BCBA supervision. On most session days, the RBT is the person physically in the home implementing the program your child's BCBA designed. They collect data, run skill-building sequences, and report daily observations back to the case supervisor, because that feedback loop is how the BCBA stays current without being present for every session.</p>
<p>Both of those roles show up in an Achieving Stars home. While a six-year-old in Topeka works through her hand-washing routine with her RBT at the kitchen table, the BCBA is often simultaneously reviewing that week's session data on a video call with the parent upstairs. That's how BCBA-led in-home ABA actually works in practice.</p>
</section>
<section>
<h2>What BCBA supervision actually looks like</h2>
<p>Every ABA provider talks about BCBA-led care. What most don't explain is what that supervision looks like in practice, which leaves parents with a vague sense that someone senior is involved somewhere, without knowing how often or in what form.</p>
<p>The BACB sets supervision requirements for RBTs working in ABA programs. Supervision must be direct and ongoing, meaning the BCBA observes the RBT's work on a regular schedule, reviews session data, and makes program adjustments when targets shift. A vague "we have BCBAs on staff" isn't the same thing as a named case supervisor who visits the home.</p>
<p>At Achieving Stars Therapy, the BCBA isn't a name on a form. The case supervisor reviews data from every week's sessions and visits the home to observe the RBT directly. Parent training, which Medicaid covers as a distinct service in all four states where Achieving Stars operates, is run by the BCBA personally, not delegated to the RBT. That matters because parent training is where real skill carryover happens. Techniques a parent learns and practices between sessions stick in a way that clinic-only work doesn't replicate.</p>
<div class="highlight-box"><p>Medicaid covers weekly <strong>parent training</strong> as part of the ABA program. It isn't an add-on. The BCBA runs it directly, not the RBT. Families in <a href="/location/states/aba-therapy-colorado">Colorado</a>, <a href="/location/states/aba-therapy-kansas">Kansas</a>, <a href="/location/states/aba-therapy-new-hampshire">New Hampshire</a>, and <a href="/location/states/aba-therapy-south-carolina">South Carolina</a> receive this as a covered service.</p></div>
</section>
<section>
<h2>A practical comparison: BCBA vs RBT in the home</h2>
<table>
<thead><tr><th>Role</th><th>Credential</th><th>Primary job in the home</th></tr></thead>
<tbody>
<tr><td><strong>BCBA</strong></td><td>Board Certified Behavior Analyst (BACB)</td><td>Designs program, reviews data weekly, runs parent training, adjusts goals</td></tr>
<tr><td><strong>RBT</strong></td><td>Registered Behavior Technician (BACB)</td><td>Delivers daily sessions, collects data, implements the BCBA's plan</td></tr>
</tbody>
</table>
<p>Both credentials are governed by the BACB. Families can verify any clinician's active registration on the BACB public registry before starting a program.</p>
</section>
<section>
<h2>Questions worth asking any ABA provider before starting</h2>
<p>Families interviewing providers often get marketing language instead of direct answers. A few questions cut through quickly.</p>
<p>Ask how often the BCBA directly observes the RBT during sessions. A vague answer is a flag. The right answer includes a specific frequency, like monthly or bi-weekly, and a description of what that observation looks like.</p>
<p>Ask who runs parent training. If the answer is that the RBT shows the family some techniques informally, that isn't parent training in the clinical sense. Parent training delivered by the BCBA is a Medicaid-covered service with its own session structure, and it's distinct from the RBT just explaining what happened that day.</p>
<p>Ask whether the case supervisor stays consistent throughout the program or whether cases rotate between different BCBAs. The BCBA who wrote the program knows the clinical logic behind each goal, so rotation disrupts that continuity in ways that show up in the data over time.</p>
</section>
<section>
<h2>Why the in-home setting changes the therapist's role</h2>
<p>A behavior therapist working in a clinic operates in a controlled environment with predictable stimuli and minimal distractions. Children learn skills in a setting that has almost nothing to do with the place where they actually need to use them.</p>
<p>In the home, the RBT runs sessions in the middle of real life. Siblings walk in. The dog barks. The child gets upset at lunch, and that becomes a teaching moment, because it's the same situation the family faces every day without a clinician present. Skills practiced where they're needed carry over in a way that clinic work can't replicate, which is why research on generalization consistently supports in-home delivery for children with meaningful daily living and communication goals.</p>
<p>Achieving Stars therapists work across urban and rural settings in Kansas and South Carolina, in apartments and houses throughout <a href="/location/city/aba-therapy-concord-nh">Concord, NH</a> and <a href="/location/city/aba-therapy-aurora-co">Aurora, CO</a>, and wherever families live across all four active states. The program adapts to the home, not the other way around. For more on how the delivery model connects to getting started quickly, the <a href="/guide/in-home-aba-therapy-no-waitlist">in-home ABA no-waitlist guide</a> covers what the intake timeline looks like from first call to first session.</p>
</section>
<section>
<h2>How Medicaid pays for the BCBA and RBT in the home</h2>
<p>In all four states where Achieving Stars operates, Medicaid covers in-home ABA through the EPSDT benefit. EPSDT, which stands for Early and Periodic Screening, Diagnostic and Treatment, is the federal Medicaid mechanism that guarantees children under 21 can receive any medically necessary service, including applied behavior analysis.</p>
<p>RBT sessions and BCBA parent training are both covered as distinct service lines. Achieving Stars handles prior authorization in Kansas through <a href="/guide/aba-therapy-medicaid-kansas">KanCare ABA therapy coverage</a> and in New Hampshire through <a href="/guide/aba-therapy-medicaid-new-hampshire">NH Medicaid ABA coverage</a>. Families don't manage paperwork themselves. The intake team files it, tracks it, and confirms authorization before the first session is scheduled, so most families start within two weeks of calling. That full intake timeline is covered in the <a href="/guide/aba-therapy-near-you">ABA therapy near you guide</a>.</p>
</section>
<section>
<h2>Frequently Asked Questions</h2>
<div class="faq-item">
<h3>What is the difference between a BCBA and an ABA therapist near me?</h3>
<p>Both terms refer to clinicians in ABA programs, but they describe different credential levels. A BCBA is a Board Certified Behavior Analyst who designs and supervises the program. An ABA therapist more often refers to a Registered Behavior Technician who delivers day-to-day sessions under BCBA supervision. At Achieving Stars, the BCBA leads the program and the RBT delivers most sessions in the home.</p>
</div>
<div class="faq-item">
<h3>How do I find a BCBA near me who does in-home visits?</h3>
<p>In-home BCBA-led programs are less common than center-based ABA. Achieving Stars Therapy operates entirely in-home across Colorado, Kansas, New Hampshire, and South Carolina. The BCBA visits the home for parent training on a regular schedule and joins the RBT for direct observation visits. To find out whether Achieving Stars covers a specific address, call (833) 666-3115.</p>
</div>
<div class="faq-item">
<h3>Is parent training included when a behavior therapist comes near me?</h3>
<p>At Achieving Stars, parent training is a scheduled weekly service run by the BCBA, not an occasional conversation with the RBT. Medicaid covers it as a distinct service line in all four states. Families learn the same strategies the RBT uses so skill-building continues between sessions. It's built into the program from day one.</p>
</div>
</section>
<div class="cta-section">
<h2>Connect with an ABA Therapist Near You</h2>
<p>Achieving Stars Therapy places BCBA-led teams in homes across Colorado, Kansas, New Hampshire, and South Carolina. <strong>No waitlist.</strong> Most families reach their first session within two weeks.</p>
<a href="/contact" class="cta-button">Schedule a Call with Achieving Stars</a>
<div class="cta-grid">
<div class="cta-item"><div class="cta-item-label">Call</div><div class="cta-item-value"><a href="tel:8336663115">(833) 666-3115</a></div></div>
<div class="cta-item"><div class="cta-item-label">Email</div><div class="cta-item-value"><a href="mailto:info@achievingstarstherapy.com">info@achievingstarstherapy.com</a></div></div>
<div class="cta-item"><div class="cta-item-label">States</div><div class="cta-item-value">CO, KS, NH, SC</div></div>
</div>
</div>
</div>
</body>
</html>