{"product_id":"parent-handbook-template","title":"The Music Teacher's Parent Handbook","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --teal: #368ea6;\n      --teal-dark: #2a7189;\n      --teal-light: #e8f4f8;\n      --teal-pale: #f3fafc;\n      --charcoal: #4d4b47;\n      --warm-dark: #2c2a27;\n      --mid: #888885;\n      --light: #c9cccc;\n      --cream: #faf9f7;\n      --white: #ffffff;\n    }\n\n    body {\n      font-family: 'DM Sans', sans-serif;\n      color: var(--charcoal);\n      background: var(--white);\n      line-height: 1.6;\n    }\n\n    \/* ── HERO ─────────────────────────────────────── *\/\n    .hero {\n      background: var(--warm-dark);\n      padding: 80px 24px 72px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(ellipse at 60% 0%, rgba(54,142,166,0.18) 0%, transparent 70%);\n      pointer-events: none;\n    }\n    .hero-eyebrow {\n      font-family: 'DM Sans', sans-serif;\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--teal);\n      margin-bottom: 20px;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(32px, 5vw, 52px);\n      font-weight: 600;\n      color: var(--white);\n      line-height: 1.18;\n      max-width: 760px;\n      margin: 0 auto 20px;\n    }\n    .hero h1 em {\n      font-style: italic;\n      color: #a8d8e8;\n    }\n    .hero-sub {\n      font-size: 17px;\n      color: #b0aeaa;\n      max-width: 520px;\n      margin: 0 auto 40px;\n      font-weight: 300;\n      line-height: 1.65;\n    }\n    .hero-price-block {\n      display: inline-flex;\n      align-items: center;\n      gap: 16px;\n      background: rgba(255,255,255,0.06);\n      border: 1px solid rgba(255,255,255,0.12);\n      border-radius: 100px;\n      padding: 10px 24px 10px 16px;\n      margin-bottom: 28px;\n    }\n    .price-tag {\n      background: var(--teal);\n      color: white;\n      font-size: 20px;\n      font-weight: 700;\n      padding: 6px 16px;\n      border-radius: 100px;\n    }\n    .price-label {\n      color: #d0ceca;\n      font-size: 14px;\n      font-weight: 400;\n    }\n    .btn-primary {\n      display: inline-block;\n      background: var(--teal);\n      color: white;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 16px;\n      font-weight: 600;\n      padding: 16px 36px;\n      border-radius: 4px;\n      text-decoration: none;\n      letter-spacing: 0.2px;\n      transition: background 0.2s;\n    }\n    .btn-primary:hover { background: var(--teal-dark); }\n    .hero-meta {\n      margin-top: 18px;\n      font-size: 13px;\n      color: #7a7874;\n    }\n\n    \/* ── TRUST BAR ───────────────────────────────── *\/\n    .trust-bar {\n      background: var(--teal-light);\n      border-top: 1px solid #cde5ef;\n      border-bottom: 1px solid #cde5ef;\n      padding: 18px 24px;\n      display: flex;\n      justify-content: center;\n      gap: 40px;\n      flex-wrap: wrap;\n    }\n    .trust-item {\n      font-size: 13px;\n      color: var(--teal-dark);\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 7px;\n    }\n    .trust-item::before {\n      content: '✓';\n      font-weight: 700;\n      color: var(--teal);\n    }\n\n    \/* ── SHARED LAYOUT ───────────────────────────── *\/\n    .section { padding: 72px 24px; }\n    .section-inner { max-width: 760px; margin: 0 auto; }\n    .section-inner-wide { max-width: 900px; margin: 0 auto; }\n    .section-label {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--teal);\n      margin-bottom: 14px;\n    }\n    h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(26px, 4vw, 38px);\n      font-weight: 600;\n      color: var(--warm-dark);\n      line-height: 1.22;\n      margin-bottom: 20px;\n    }\n    .lead {\n      font-size: 17px;\n      color: var(--charcoal);\n      line-height: 1.7;\n      font-weight: 300;\n      margin-bottom: 20px;\n    }\n\n    \/* ── PROBLEM SECTION ─────────────────────────── *\/\n    .problem { background: var(--cream); }\n    .problem-quote {\n      border-left: 3px solid var(--teal);\n      padding: 20px 28px;\n      margin: 32px 0;\n      background: white;\n      border-radius: 0 4px 4px 0;\n    }\n    .problem-quote p {\n      font-family: 'Playfair Display', serif;\n      font-size: 18px;\n      font-style: italic;\n      color: var(--warm-dark);\n      line-height: 1.6;\n    }\n    .problem-quote cite {\n      display: block;\n      margin-top: 12px;\n      font-size: 13px;\n      color: var(--mid);\n      font-style: normal;\n    }\n\n    \/* ── WHAT'S INSIDE ───────────────────────────── *\/\n    .inside { background: white; }\n    .pages-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 16px;\n      margin-top: 36px;\n    }\n    .page-card {\n      border: 1px solid #e8e8e6;\n      border-radius: 6px;\n      padding: 24px;\n      background: var(--cream);\n      transition: border-color 0.2s, transform 0.2s;\n    }\n    .page-card:hover {\n      border-color: var(--teal);\n      transform: translateY(-2px);\n    }\n    .page-num {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      color: var(--teal);\n      text-transform: uppercase;\n      margin-bottom: 8px;\n    }\n    .page-card h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 17px;\n      color: var(--warm-dark);\n      margin-bottom: 8px;\n      font-weight: 600;\n    }\n    .page-card p {\n      font-size: 14px;\n      color: var(--mid);\n      line-height: 1.6;\n    }\n\n    \/* ── WHO IT'S FOR ────────────────────────────── *\/\n    .who { background: var(--teal-pale); }\n    .who-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 36px;\n    }\n    @media (max-width: 600px) { .who-grid { grid-template-columns: 1fr; } }\n    .who-col h3 {\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      margin-bottom: 16px;\n    }\n    .who-col.yes h3 { color: var(--teal); }\n    .who-col.no h3 { color: var(--mid); }\n    .who-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      margin-bottom: 12px;\n      font-size: 15px;\n      line-height: 1.5;\n    }\n    .who-item .icon { flex-shrink: 0; margin-top: 2px; font-size: 15px; }\n\n    \/* ── ORIGIN ──────────────────────────────────── *\/\n    .origin { background: var(--warm-dark); }\n    .origin-inner {\n      max-width: 680px;\n      margin: 0 auto;\n      text-align: center;\n    }\n    .origin h2 { color: white; }\n    .origin .lead { color: #c0beba; }\n    .origin-sig {\n      margin-top: 32px;\n      font-size: 14px;\n      color: #7a7874;\n    }\n    .origin-sig strong { color: #b0aeaa; }\n\n    \/* ── ANCHOR \/ VALUE ──────────────────────────── *\/\n    .anchor { background: white; }\n    .anchor-box {\n      background: var(--teal-light);\n      border: 1px solid #cde5ef;\n      border-radius: 8px;\n      padding: 36px 40px;\n      margin-top: 36px;\n    }\n    .anchor-box h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      color: var(--warm-dark);\n      margin-bottom: 16px;\n    }\n    .anchor-list { list-style: none; }\n    .anchor-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      font-size: 15px;\n      color: var(--charcoal);\n      margin-bottom: 12px;\n      line-height: 1.55;\n    }\n    .anchor-list li::before {\n      content: '→';\n      color: var(--teal);\n      font-weight: 700;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n\n    \/* ── CTA ─────────────────────────────────────── *\/\n    .cta-section {\n      background: var(--cream);\n      padding: 80px 24px;\n      text-align: center;\n    }\n    .cta-box {\n      max-width: 560px;\n      margin: 0 auto;\n    }\n    .cta-box h2 { margin-bottom: 16px; }\n    .cta-box .lead { margin-bottom: 32px; }\n    .cta-price-display {\n      font-family: 'DM Sans', sans-serif;\n      font-size: 42px;\n      font-weight: 700;\n      color: var(--teal);\n      line-height: 1;\n      margin-bottom: 8px;\n    }\n    .cta-price-label {\n      font-size: 14px;\n      color: var(--mid);\n      margin-bottom: 28px;\n    }\n    .cta-guarantee {\n      margin-top: 20px;\n      font-size: 13px;\n      color: var(--mid);\n      line-height: 1.6;\n    }\n\n    \/* ── FAQ ─────────────────────────────────────── *\/\n    .faq { background: white; }\n    .faq-list { margin-top: 36px; }\n    .faq-item {\n      border-bottom: 1px solid #ebebea;\n      padding: 24px 0;\n    }\n    .faq-item:first-child { border-top: 1px solid #ebebea; }\n    .faq-q {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--warm-dark);\n      margin-bottom: 10px;\n    }\n    .faq-a {\n      font-size: 15px;\n      color: var(--charcoal);\n      line-height: 1.65;\n      font-weight: 300;\n    }\n\n    \/* ── FOOTER ──────────────────────────────────── *\/\n    .footer {\n      background: var(--warm-dark);\n      padding: 40px 24px;\n      text-align: center;\n    }\n    .footer p {\n      font-size: 13px;\n      color: #6a6864;\n      line-height: 1.8;\n    }\n    .footer a { color: var(--teal); text-decoration: none; }\n  \u003c\/style\u003e\n\u003c!-- ── HERO ──────────────────────────────────────── --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFor Private Music Teachers\u003c\/div\u003e\n\u003ch1\u003eClear expectations.\u003cbr\u003e\u003cem\u003eFewer hard conversations.\u003c\/em\u003e\u003cbr\u003eFamilies who actually stay.\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe Parent Handbook Template gives new families everything they need to know — before the questions, the confusion, and the \"we didn't know that was the policy\" moments begin.\u003c\/p\u003e\n\u003cdiv class=\"hero-price-block\"\u003e\n\u003cspan class=\"price-tag\"\u003e$19\u003c\/span\u003e \u003cspan class=\"price-label\"\u003eInstant download · Fully editable · Use forever\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp class=\"hero-meta\"\u003eWorks in Google Docs, Microsoft Word, and Pages\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ── TRUST BAR ──────────────────────────────────── --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cspan class=\"trust-item\"\u003e8 fully editable pages\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003eInstant digital download\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003eWorks in Google Docs, Word \u0026amp; Pages\u003c\/span\u003e \u003cspan class=\"trust-item\"\u003eUse with unlimited students\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ── PROBLEM ────────────────────────────────────── --\u003e\n\u003csection class=\"section problem\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe problem it solves\u003c\/div\u003e\n\u003ch2\u003eMost studios hand new families an invoice. Then wonder why things feel transactional.\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eParents come to that first lesson nervous and hopeful. They have questions they don't know how to ask. They're not sure what to expect, what the policies are, or whether they made the right choice.\u003c\/p\u003e\n\u003cp class=\"lead\"\u003eWhen nothing is written down, misunderstandings happen. Expectations go unset. And \"we didn't know\" becomes a familiar phrase you wish you never had to hear.\u003c\/p\u003e\n\u003cdiv class=\"problem-quote\"\u003e\n\u003cp\u003e\"I honestly think teachers give families too much credit for knowing how to support lessons. Most parents desperately want to do a good job — they just need the tools and framework.\"\u003c\/p\u003e\n\u003ccite\u003e— Aubrey, Collaborative Endeavor (and music mom of two)\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003cp class=\"lead\"\u003eA handbook doesn't replace your warmth as a teacher. It backs it up. It says: \u003cem\u003eI've thought about you. I want this to go well. Here's everything you need.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── WHAT'S INSIDE ──────────────────────────────── --\u003e\n\u003csection class=\"section inside\"\u003e\n\u003cdiv class=\"section-inner-wide\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhat's inside\u003c\/div\u003e\n\u003ch2\u003e8 pages. Everything new families need to know.\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eFully written, fully editable. Swap in your studio name, policies, and details. Most teachers have it customized and ready to send in under 20 minutes.\u003c\/p\u003e\n\u003cdiv class=\"pages-grid\"\u003e\n\u003cdiv class=\"page-card\"\u003e\n\u003cdiv class=\"page-num\"\u003ePage 1\u003c\/div\u003e\n\u003ch3\u003eWelcome Letter\u003c\/h3\u003e\n\u003cp\u003eSets a warm, professional tone from the very first line. Written to make families feel genuinely welcomed — not just processed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"page-card\"\u003e\n\u003cdiv class=\"page-num\"\u003ePages 2–3\u003c\/div\u003e\n\u003ch3\u003eLesson Policies\u003c\/h3\u003e\n\u003cp\u003eTuition, cancellations, illness, makeups, and withdrawals — all clearly stated. No more \"we didn't know\" conversations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"page-card\"\u003e\n\u003cdiv class=\"page-num\"\u003ePage 4\u003c\/div\u003e\n\u003ch3\u003eStudio Policies\u003c\/h3\u003e\n\u003cp\u003eWaiting area, instrument care, weather closures — the details that prevent friction before it starts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"page-card\"\u003e\n\u003cdiv class=\"page-num\"\u003ePage 5\u003c\/div\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cp\u003eAnswers the questions parents are already thinking but haven't asked yet. Builds confidence in their decision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"page-card\"\u003e\n\u003cdiv class=\"page-num\"\u003ePage 6\u003c\/div\u003e\n\u003ch3\u003eRecital \u0026amp; Performance Info\u003c\/h3\u003e\n\u003cp\u003eExpectations, preparation, what to anticipate. Parents feel prepared — not blindsided.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"page-card\"\u003e\n\u003cdiv class=\"page-num\"\u003ePages 7–8\u003c\/div\u003e\n\u003ch3\u003eSafety, Emergency \u0026amp; Contact Info\u003c\/h3\u003e\n\u003cp\u003eEmergency procedures and your contact details — professional, thorough, reassuring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── WHO IT'S FOR ───────────────────────────────── --\u003e\n\u003csection class=\"section who\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eIs this right for you?\u003c\/div\u003e\n\u003ch2\u003eYou already know how to teach. This is everything that comes before.\u003c\/h2\u003e\n\u003cdiv class=\"who-grid\"\u003e\n\u003cdiv class=\"who-col yes\"\u003e\n\u003ch3\u003eThis is for you if\u003c\/h3\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\u003cspan\u003eYou've ever had a parent say \"we didn't know that was the policy\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\u003cspan\u003eYou're tired of answering the same questions over and over\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\u003cspan\u003eYou want to look as professional as the big music schools\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\u003cspan\u003eYou don't have time to create something from scratch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\u003cspan\u003eYou believe a great experience starts before lesson one\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-col no\"\u003e\n\u003ch3\u003eSkip it if\u003c\/h3\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e❌\u003c\/span\u003e\u003cspan\u003eYou only have 1–2 students and aren't planning to grow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e❌\u003c\/span\u003e\u003cspan\u003eYou already have a comprehensive written handbook you love\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003cspan class=\"icon\"\u003e❌\u003c\/span\u003e\u003cspan\u003eYou prefer to handle expectations verbally and informally\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── VALUE ANCHOR ───────────────────────────────── --\u003e\n\u003csection class=\"section anchor\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe real cost of skipping it\u003c\/div\u003e\n\u003ch2\u003e$19 versus the cost of one uncomfortable conversation.\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eUnclear expectations don't just cause friction — they quietly erode trust. The parent who asks for a refund because \"they didn't know.\" The family that stops showing up after six weeks. The student who was never really committed.\u003c\/p\u003e\n\u003cdiv class=\"anchor-box\"\u003e\n\u003ch3\u003eWhat a handbook quietly prevents:\u003c\/h3\u003e\n\u003cul class=\"anchor-list\"\u003e\n\u003cli\u003eThe \"we didn't know you charge for missed lessons\" conversation\u003c\/li\u003e\n\u003cli\u003eParents showing up expecting a recital their child isn't ready for\u003c\/li\u003e\n\u003cli\u003eFamilies who pull out because expectations weren't clear from the start\u003c\/li\u003e\n\u003cli\u003eThe awkward back-and-forth over cancellation policies mid-semester\u003c\/li\u003e\n\u003cli\u003eNew families who feel uncertain — and quietly start shopping around\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── ORIGIN ─────────────────────────────────────── --\u003e\n\u003csection class=\"section origin\"\u003e\n\u003cdiv class=\"origin-inner\"\u003e\n\u003cdiv style=\"color: var(--teal);\" class=\"section-label\"\u003eWhy this exists\u003c\/div\u003e\n\u003ch2\u003eBuilt by a music mom who wished she'd had it.\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eI have two kids in music lessons. When they started, I had no idea what to expect — what the policies were, what \"normal\" progress looked like, or how to support practice at home. Nothing was written down.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"lead\"\u003eI built the tools I wished we'd been given. The handbook was first. Because when families know what to expect from the start, everyone wins — teachers included.\u003c\/p\u003e\n\u003cdiv class=\"origin-sig\"\u003e— \u003cstrong\u003eAubrey\u003c\/strong\u003e, Collaborative Endeavor · Cary, NC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── CTA ────────────────────────────────────────── --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003cdiv class=\"section-label\"\u003eGet started today\u003c\/div\u003e\n\u003ch2\u003eYour next new family deserves more than an invoice.\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eDownload the template, customize it in under 20 minutes, and send it to every new family from here forward. One purchase. Unlimited students. Yours forever.\u003c\/p\u003e\n\u003cdiv class=\"cta-price-display\"\u003e$19\u003c\/div\u003e\n\u003cdiv class=\"cta-price-label\"\u003eInstant download · Fully editable · Works in Google Docs, Word \u0026amp; Pages\u003c\/div\u003e\n href=\"mailto:info@collaborativeendeavor.com\"\u0026gt;info@collaborativeendeavor.com — I'm happy to help you decide if it's right for your studio.\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── FAQ ───────────────────────────────────────── --\u003e\n\u003csection class=\"section faq\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eQuestions\u003c\/div\u003e\n\u003ch2\u003eA few things teachers ask.\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat format is it in?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYou receive a Word document (.docx) that works in Google Docs, Microsoft Word, and Apple Pages. Edit directly in whatever you already use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow much can I customize it?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEverything. The template is fully editable — swap in your studio name, policies, contact info, and anything else. It's written as a starting point, not a prescription.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow long does setup take?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eMost teachers have it customized and ready to send in under 20 minutes. The content is already written — you're just making it yours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan I use it for all instruments?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — the handbook covers general studio policies that apply across instruments. It's not instrument-specific, so it works whether you teach piano, guitar, voice, violin, or anything else.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs there a limit on how many students I can use it with?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNo limits, ever. One purchase, unlimited students, yours to use forever.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat's the refund policy?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eBecause this is an instant-download digital file, all sales are final. If you have questions before purchasing, I'm happy to answer them — just email info@collaborativeendeavor.com.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Collaborative Endeavor","offers":[{"title":"Default Title","offer_id":44072002682931,"sku":null,"price":19.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/0992\/9523\/files\/ParentHandbookTemplateCover.png?v=1773167947","url":"https:\/\/music.collaborativeendeavor.com\/products\/parent-handbook-template","provider":"Aubrey  |  Collaborative Endeavor Music","version":"1.0","type":"link"}