{"id":60,"date":"2026-04-28T13:36:21","date_gmt":"2026-04-28T13:36:21","guid":{"rendered":"http:\/\/ai.dalil.ca\/?page_id=60"},"modified":"2026-04-28T13:41:23","modified_gmt":"2026-04-28T13:41:23","slug":"tradeflow-ai-setup-checklist","status":"publish","type":"page","link":"https:\/\/ai.dalil.ca\/?page_id=60","title":{"rendered":"Tradeflow AI Setup Checklist"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n  <title>TradeFlowAI | Setup Checklist \u2013 Get Started in Minutes<\/title>\n  <!-- Google Fonts & simple reset -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: #f4f7fc;\n      color: #1a2c3e;\n      line-height: 1.5;\n      padding: 2rem 1rem;\n    }\n\n    .checklist-container {\n      max-width: 1000px;\n      margin: 0 auto;\n    }\n\n    \/* header \/ cover card *\/\n    .cover-card {\n      background: linear-gradient(135deg, #0b2b3b 0%, #1a4b6e 100%);\n      color: white;\n      border-radius: 2rem;\n      padding: 2rem 2rem 2rem 2rem;\n      margin-bottom: 2rem;\n      box-shadow: 0 20px 35px -12px rgba(0,0,0,0.2);\n    }\n\n    .logo {\n      font-size: 1.8rem;\n      font-weight: 700;\n      letter-spacing: -0.3px;\n      display: inline-block;\n      background: rgba(255,255,255,0.15);\n      padding: 0.3rem 1rem;\n      border-radius: 60px;\n      margin-bottom: 1.5rem;\n    }\n\n    .cover-title {\n      font-size: 2.2rem;\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .cover-sub {\n      font-size: 1.1rem;\n      opacity: 0.85;\n      margin-bottom: 1.8rem;\n      max-width: 85%;\n    }\n\n    .business-fields {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1.5rem;\n      background: rgba(255,255,255,0.08);\n      padding: 1.2rem 1.5rem;\n      border-radius: 1.5rem;\n      margin-top: 0.5rem;\n    }\n\n    .field-group {\n      flex: 1;\n      min-width: 150px;\n    }\n\n    .field-group label {\n      display: block;\n      font-size: 0.75rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      font-weight: 500;\n      margin-bottom: 0.3rem;\n      opacity: 0.7;\n    }\n\n    .field-group input {\n      background: rgba(255,255,255,0.95);\n      border: none;\n      padding: 0.6rem 1rem;\n      border-radius: 60px;\n      width: 100%;\n      font-family: 'Inter', monospace;\n      font-weight: 500;\n      color: #1a2c3e;\n      outline: none;\n      transition: 0.2s;\n    }\n\n    .field-group input:focus {\n      box-shadow: 0 0 0 2px #ffcd3c;\n    }\n\n    \/* general sections *\/\n    .section-card {\n      background: white;\n      border-radius: 1.75rem;\n      padding: 1.8rem 2rem;\n      margin-bottom: 1.8rem;\n      box-shadow: 0 8px 20px rgba(0,0,0,0.03), 0 2px 6px rgba(0,0,0,0.05);\n      transition: all 0.2s;\n    }\n\n    .section-title {\n      font-size: 1.6rem;\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 0.6rem;\n      margin-bottom: 1.5rem;\n      color: #0f3b4f;\n      border-left: 5px solid #2b9c7c;\n      padding-left: 1rem;\n    }\n\n    .checklist-step {\n      margin-bottom: 1.2rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 1rem;\n      flex-wrap: wrap;\n    }\n\n    .step-check {\n      margin-top: 0.2rem;\n      width: 22px;\n      height: 22px;\n      accent-color: #2b9c7c;\n      cursor: pointer;\n    }\n\n    .step-text {\n      flex: 1;\n      font-weight: 500;\n    }\n\n    .step-note {\n      font-size: 0.85rem;\n      color: #5e7e8f;\n      margin-left: 2rem;\n      margin-top: 0.2rem;\n    }\n\n    .pill-badge {\n      background: #eef2f5;\n      padding: 0.2rem 0.8rem;\n      border-radius: 40px;\n      font-size: 0.75rem;\n      font-weight: 600;\n      color: #1f6e4a;\n    }\n\n    .pricing-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 1rem;\n      margin: 1.5rem 0 1rem;\n    }\n\n    .plan-card {\n      background: #f9fbfd;\n      border-radius: 1.2rem;\n      padding: 1rem;\n      border: 1px solid #e2edf2;\n      transition: 0.1s;\n    }\n\n    .plan-name {\n      font-weight: 800;\n      font-size: 1.2rem;\n    }\n\n    .plan-price {\n      font-weight: 700;\n      color: #146b3a;\n      margin: 0.3rem 0;\n    }\n\n    .plan-feature {\n      font-size: 0.8rem;\n      color: #3d5e70;\n    }\n\n    .star {\n      color: #e6b422;\n    }\n\n    .qna-table, .faq-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 1rem 0 0.5rem;\n    }\n\n    .qna-table th, .faq-table th {\n      text-align: left;\n      padding: 0.8rem 0.5rem 0.5rem 0;\n      font-weight: 600;\n      color: #1f5e72;\n      border-bottom: 1px solid #dde6ec;\n    }\n\n    .qna-table td, .faq-table td {\n      padding: 0.6rem 0.5rem 0.6rem 0;\n      border-bottom: 1px solid #f0f4f8;\n      vertical-align: top;\n    }\n\n    .answer-input {\n      width: 100%;\n      padding: 0.5rem;\n      border: 1px solid #cbdbe2;\n      border-radius: 12px;\n      font-family: inherit;\n      font-size: 0.85rem;\n      background: #fff;\n    }\n\n    .or-divider {\n      background: #ecf9f2;\n      border-radius: 1rem;\n      padding: 1rem 1.2rem;\n      margin: 1.5rem 0 1rem;\n      display: flex;\n      align-items: center;\n      gap: 1rem;\n      flex-wrap: wrap;\n      justify-content: space-between;\n    }\n\n    .btn-outline {\n      background: transparent;\n      border: 1.5px solid #2b9c7c;\n      padding: 0.5rem 1.2rem;\n      border-radius: 60px;\n      font-weight: 600;\n      color: #2b9c7c;\n      cursor: pointer;\n      font-size: 0.85rem;\n    }\n\n    .btn-primary {\n      background: #2b9c7c;\n      border: none;\n      padding: 0.7rem 1.5rem;\n      border-radius: 60px;\n      font-weight: 600;\n      color: white;\n      cursor: pointer;\n      font-size: 0.9rem;\n      transition: 0.2s;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n    }\n\n    .btn-primary:hover {\n      background: #1f7a5f;\n      transform: translateY(-1px);\n    }\n\n    .final-live {\n      background: #eef7f2;\n      border-left: 5px solid #2b9c7c;\n      padding: 1rem 1.5rem;\n      border-radius: 1.2rem;\n    }\n\n    .quick-ref {\n      background: #1e2f3a;\n      color: #eef4f8;\n      border-radius: 1.5rem;\n      padding: 1.6rem;\n      font-family: monospace;\n      margin-top: 1.5rem;\n    }\n\n    footer {\n      text-align: center;\n      margin-top: 2rem;\n      font-size: 0.8rem;\n      color: #5f7f90;\n    }\n\n    @media (max-width: 700px) {\n      .section-card {\n        padding: 1.2rem;\n      }\n      .cover-title {\n        font-size: 1.8rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n<div class=\"checklist-container\">\n  <!-- COVER CARD with interactive name fields (print\/ download friendly) -->\n  <div class=\"cover-card\">\n    <div class=\"logo\">&#x26a1; TradeFlowAI<\/div>\n    <div class=\"cover-title\">Setup Checklist<\/div>\n    <div class=\"cover-sub\">Get fully operational in under 30 minutes \u2014 <strong>never miss another customer message<\/strong><\/div>\n    <div class=\"business-fields\">\n      <div class=\"field-group\">\n        <label>Your name<\/label>\n        <input type=\"text\" id=\"userName\" placeholder=\"e.g., Mike the Plumber\" value=\"\">\n      <\/div>\n      <div class=\"field-group\">\n        <label>Business name<\/label>\n        <input type=\"text\" id=\"businessName\" placeholder=\"Mike's Plumbing &#038; Heating\" value=\"\">\n      <\/div>\n      <div class=\"field-group\">\n        <label>Today&#8217;s date<\/label>\n        <input type=\"text\" id=\"currentDate\" placeholder=\"2026-04-28\" value=\"\">\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- dynamic date autofill -->\n  <script>\n    const today = new Date().toISOString().slice(0,10);\n    const dateField = document.getElementById('currentDate');\n    if(dateField) dateField.value = today;\n  <\/script>\n\n  <!-- PART 1: account setup -->\n  <div class=\"section-card\">\n    <div class=\"section-title\"><span>&#x2705;<\/span> PART 1: CREATE YOUR ACCOUNT<\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step1_1\">\n      <span class=\"step-text\">Go to <strong>tradeflowai.com<\/strong> and click \u201cStart Free Trial\u201d<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step1_2\">\n      <span class=\"step-text\">Enter your name, business email &#038; phone number<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step1_3\">\n      <span class=\"step-text\">Create a secure password and verify email (click the link)<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step1_4\">\n      <span class=\"step-text\">Log into your dashboard \u2014 bookmark app.tradeflowai.com<\/span>\n    <\/div>\n    <div class=\"step-note\">&#x23f1;&#xfe0f; ~2 minutes &nbsp;|&nbsp; &#x1f4cc; Pro tip: add to phone home screen<\/div>\n  <\/div>\n\n  <!-- PART 2: choose package + trial explanation -->\n  <div class=\"section-card\">\n    <div class=\"section-title\"><span>&#x1f48e;<\/span> PART 2: SELECT YOUR PACKAGE (free trial first!)<\/div>\n    <div class=\"pricing-grid\">\n      <div class=\"plan-card\"><div class=\"plan-name\">Basic<\/div><div class=\"plan-price\">$39\/mo<\/div><div class=\"plan-feature\">1k emails \u00b7 50 WhatsApp<\/div><\/div>\n      <div class=\"plan-card\"><div class=\"plan-name\">Starter<\/div><div class=\"plan-price\">$89\/mo<\/div><div class=\"plan-feature\">5k emails \u00b7 100 SMS \u00b7 200 WhatsApp<\/div><\/div>\n      <div class=\"plan-card\"><div class=\"plan-name\">Professional <span class=\"star\">&#x2b50;<\/span><\/div><div class=\"plan-price\">$179\/mo<\/div><div class=\"plan-feature\">10k emails \u00b7 300 SMS \u00b7 1k WhatsApp<\/div><\/div>\n      <div class=\"plan-card\"><div class=\"plan-name\">Enterprise<\/div><div class=\"plan-price\">$399\/mo<\/div><div class=\"plan-feature\">20k+ emails \u00b7 1k+ SMS \u00b7 2.5k+ WhatsApp<\/div><\/div>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step2_1\">\n      <span class=\"step-text\">Select your preferred plan (you can upgrade\/downgrade anytime)<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step2_2\">\n      <span class=\"step-text\">Start the FREE trial \u2014 <strong>no credit card required<\/strong><\/span>\n    <\/div>\n    <div class=\"step-note\">&#x1f525; During trial, we track your usage: emails, SMS, WhatsApp. After trial, we recommend the ideal plan based on your actual volume.<\/div>\n  <\/div>\n\n  <!-- PART 3: Trial and test (explicit trial walkthrough) -->\n  <div class=\"section-card\">\n    <div class=\"section-title\"><span>&#x1f9ea;<\/span> PART 3: ACTIVATE &#038; TEST THE TRIAL<\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step3_1\">\n      <span class=\"step-text\">Click \u201cStart Trial\u201d on your chosen plan \u2014 confirm activation<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step3_2\">\n      <span class=\"step-text\">Dashboard shows <span class=\"pill-badge\">Trial active \u2014 X days left<\/span><\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step3_3\">\n      <span class=\"step-text\">Send a test message (SMS\/WhatsApp\/Email) to experience AI reply<\/span>\n    <\/div>\n    <div class=\"step-note\">&#x2705; Real conversations during trial help us fine-tune your perfect package.<\/div>\n  <\/div>\n\n  <!-- PART 4: Q&A setup (custom AI training) -->\n  <div class=\"section-card\">\n    <div class=\"section-title\"><span>&#x1f916;<\/span> PART 4: SET UP Q&#038;A \u2014 MAKE THE AI SOUND LIKE YOU<\/div>\n    <p style=\"margin-bottom: 1rem;\">Go to <strong>Dashboard \u2192 AI Setup \u2192 Questions &#038; Answers<\/strong>. Fill in how you\u2019d naturally answer these common customer questions:<\/p>\n    <table class=\"qna-table\">\n      <thead><tr><th style=\"width: 35%\">Customer asks&#8230;<\/th><th>Your answer (exactly how you say it)<\/th><\/tr><\/thead>\n      <tbody>\n        <tr><td>How much for a service call?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"e.g., $89 diagnostic fee, waived with repair\" id=\"q1\"><\/td><\/tr>\n        <tr><td>When can you come out?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"Usually within 24h, I\u2019ll confirm shortly\" id=\"q2\"><\/td><\/tr>\n        <tr><td>Do you offer emergency service?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"Yes, 24\/7 emergency, extra $75 after hours\" id=\"q3\"><\/td><\/tr>\n        <tr><td>What areas do you serve?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"Entire metro area + 20 mile radius\" id=\"q4\"><\/td><\/tr>\n        <tr><td>Payment methods?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"Cash, card, Venmo, Zelle\" id=\"q5\"><\/td><\/tr>\n      <\/tbody>\n    <\/table>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step4_1\">\n      <span class=\"step-text\">Enter at least 5-10 Q&#038;A pairs (use the dashboard editor)<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step4_2\">\n      <span class=\"step-text\">Optional: Add conditional logic (e.g., emergency \u2192 notify me immediately)<\/span>\n    <\/div>\n    <div class=\"step-note\">&#x23f1;&#xfe0f; ~10 minutes &nbsp;|&nbsp; &#x1f4a1; The more examples, the smarter the AI.<\/div>\n  <\/div>\n\n  <!-- PART 5: FAQ + we do it for you -->\n  <div class=\"section-card\">\n    <div class=\"section-title\"><span>&#x1f4d8;<\/span> PART 5: FAQ SETUP (or let us handle it)<\/div>\n    <p>Go to <strong>Dashboard \u2192 AI Setup \u2192 FAQ Manager<\/strong><\/p>\n    <table class=\"faq-table\">\n      <thead><tr><th>Frequently asked question<\/th><th>Your answer<\/th><\/tr><\/thead>\n      <tbody>\n        <tr><td>Do you give free estimates?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"Yes, free in-person estimates\" id=\"faq1\"><\/td><\/tr>\n        <tr><td>Typical response time?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"Same-day for urgent calls\" id=\"faq2\"><\/td><\/tr>\n        <tr><td>Are you licensed and insured?<\/td><td><input class=\"answer-input\" type=\"text\" placeholder=\"Absolutely, license #XYZ123\" id=\"faq3\"><\/td><\/tr>\n      <\/tbody>\n    <\/table>\n    <div class=\"or-divider\">\n      <span>&#x270d;&#xfe0f; <strong>Option A:<\/strong> Fill FAQ yourself (10 min)<\/span>\n      <span>&#x1f6e0;&#xfe0f; <strong>Option B: WE SET IT UP FOR YOU \u2014 FREE<\/strong><\/span>\n      <button class=\"btn-outline\" id=\"requestHelpBtn\">&#x1f4de; Request Setup Assistance<\/button>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step5_1\">\n      <span class=\"step-text\">Check \u201cSetup Help\u201d inside dashboard or email <strong>help@tradeflowai.com<\/strong><\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"step5_2\">\n      <span class=\"step-text\">We schedule a 15-min call \u2192 you answer 10 questions \u2192 we build Q&#038;A+FAQ for you<\/span>\n    <\/div>\n    <div class=\"step-note\">&#x2b50; No tech discomfort? Just click the button and relax \u2014 our team handles everything.<\/div>\n  <\/div>\n\n  <!-- FINAL: GO LIVE CHECKLIST -->\n  <div class=\"section-card\">\n    <div class=\"section-title\"><span>&#x1f680;<\/span> FINAL STEPS \u2013 GO LIVE<\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"final1\">\n      <span class=\"step-text\">Review all Q&#038;A pairs and FAQ entries \u2013 accurate and complete &#x2705;<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"final2\">\n      <span class=\"step-text\">Click \u201cTest Mode\u201d \u2013 send yourself a real message and verify AI response<\/span>\n    <\/div>\n    <div class=\"checklist-step\">\n      <input type=\"checkbox\" class=\"step-check\" id=\"final3\">\n      <span class=\"step-text\">Toggle <strong>\u201cAI Assistant\u201d<\/strong> to <span style=\"background:#2b9c7c; color:white; padding:0.1rem 0.7rem; border-radius:40px;\">ON (green)<\/span><\/span>\n    <\/div>\n    <div class=\"final-live\">\n      &#x1f389; <strong>You\u2019re live!<\/strong> Every customer message gets instant reply while you focus on the job.\n    <\/div>\n  <\/div>\n\n  <!-- OPTIONAL QUICK REFERENCE CARD (cut-out style) -->\n  <div class=\"quick-ref\">\n    <div style=\"font-weight:700; margin-bottom: 12px;\">&#x1f4cb; TRADEFLOWAI QUICK REFERENCE<\/div>\n    <div>&#x1f539; Dashboard: app.tradeflowai.business<\/div>\n    <div>&#x1f539; Support: support@dalil.ca<\/div>\n    <div>&#x1f539; AI is <span style=\"background:#2c7a5e; padding:0 6px; border-radius:20px;\">ON (green toggle)<\/span> \u2014 AI is OFF (gray)<\/div>\n    <div>&#x1f539; Common fixes: Check Q&#038;A filled, edit answers anytime, click \u201cSetup Help\u201d for white-glove service<\/div>\n    <div>&#x1f539; Upgrade\/downgrade anytime in Billing \u2192 usage-based recommendations<\/div>\n    <div style=\"margin-top: 8px; border-top: 1px solid #3b5b6b; padding-top: 8px; font-size:0.75rem;\">Never miss another message \u2014 SMS \u00b7 WhatsApp \u00b7 Email<\/div>\n  <\/div>\n\n  <!-- DOWNLOAD \/ SAVE FUNCTIONALITY (print \/ export as PDF) -->\n  <div style=\"display: flex; justify-content: flex-end; gap: 1rem; margin-top: 1rem;\">\n    <button class=\"btn-primary\" id=\"printChecklistBtn\">&#x1f5a8;&#xfe0f; Print \/ Save as PDF<\/button>\n    <button class=\"btn-outline\" id=\"resetChecksBtn\" style=\"border-color:#9aaeb9;\">\u21bb Reset checkboxes<\/button>\n  <\/div>\n  \n  <footer>\n    TradeFlowAI \u2014 Setup checklist v1.0. Use this guide to go live in under 30 minutes.<br>\n    Need a hand? Live chat inside dashboard or book a done-for-you setup call.\n  <\/footer>\n<\/div>\n\n<script>\n  \/\/ Helper to reset all checkboxes\n  const resetCheckboxes = () => {\n    const checkboxes = document.querySelectorAll('.step-check');\n    checkboxes.forEach(cb => cb.checked = false);\n  };\n  document.getElementById('resetChecksBtn')?.addEventListener('click', resetCheckboxes);\n\n  \/\/ Print PDF friendly (preserve styles, check state, input values)\n  const printPage = () => {\n    \/\/ simple print routine: keep all inputs values, checkmarks visible\n    window.print();\n  };\n  document.getElementById('printChecklistBtn')?.addEventListener('click', printPage);\n\n  \/\/ Setup assistance button: simulated request (alert + call to action)\n  const helpBtn = document.getElementById('requestHelpBtn');\n  if(helpBtn) {\n    helpBtn.addEventListener('click', () => {\n      const nameField = document.getElementById('userName')?.value || 'trade professional';\n      alert(`&#x2705; ${nameField}, we received your request! Our onboarding team will email you within 2 hours to schedule the free 15-min setup call. Or simply reach out to help@tradeflowai.com`);\n      \/\/ optional: mark the assistance-related checkbox (step5_1)\n      const assistCheck = document.getElementById('step5_1');\n      if(assistCheck && !assistCheck.checked) assistCheck.checked = true;\n    });\n  }\n\n  \/\/ small auto-sync for date field if empty gets today\n  if(dateField && !dateField.value) {\n    const todayStr = new Date().toISOString().slice(0,10);\n    dateField.value = todayStr;\n  }\n  \/\/ Pre-fill some demo answers as placeholder (not required, but user-friendly)\n  const demoPlaceholders = {\n    q1: \"$89 diagnostic, waived with repair\",\n    q2: \"I can be there tomorrow morning, confirm by text\",\n    q3: \"Yes 24\/7 emergency, call now and I'll get back within 15min\",\n    q4: \"All surrounding towns within 25 miles\",\n    q5: \"Cash, card, Venmo, PayPal\",\n    faq1: \"Absolutely, free over-the-phone or in-person estimate\",\n    faq2: \"Typically within 2 hours for emergencies\",\n    faq3: \"Fully licensed, bonded & insured\"\n  };\n  for(const [id, val] of Object.entries(demoPlaceholders)) {\n    const el = document.getElementById(id);\n    if(el && !el.value) el.placeholder = val;\n  }\n<\/script>\n\n<!-- additional style for print media -->\n<style media=\"print\">\n  body {\n    background: white;\n    padding: 0.2in;\n    margin: 0;\n  }\n  .btn-primary, .btn-outline, #resetChecksBtn, #requestHelpBtn {\n    display: none;\n  }\n  .cover-card, .section-card, .quick-ref {\n    break-inside: avoid;\n    box-shadow: none;\n    border: 1px solid #ddd;\n  }\n  .step-check {\n    filter: grayscale(0);\n  }\n  input, .answer-input {\n    border: 1px solid #aaa;\n    background: #fefefe;\n  }\n  .business-fields input {\n    border: 1px solid #ccc;\n  }\n  footer {\n    display: block;\n  }\n<\/style>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>TradeFlowAI | Setup Checklist \u2013 Get Started in Minutes &#x26a1; TradeFlowAI Setup Checklist Get fully operational in under 30 minutes \u2014 never miss another customer message Your name Business name Today&#8217;s date &#x2705; PART 1: CREATE YOUR ACCOUNT Go to tradeflowai.com and click \u201cStart Free Trial\u201d Enter your name, business email &#038; phone number Create [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=60"}],"version-history":[{"count":3,"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=\/wp\/v2\/pages\/60\/revisions"}],"predecessor-version":[{"id":63,"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=\/wp\/v2\/pages\/60\/revisions\/63"}],"wp:attachment":[{"href":"https:\/\/ai.dalil.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}