This is your site

🛠 How to integrate HEA

  1. Embedded widget:
    Paste this where you want the chatbot to appear:
    <div id="hea-chat-container"></div>
    <script src="https://www.hea-world.com/hea_embed.js"
        data-hea-id="heaguide-web-001"
        data-creator-id="hea-world"
        data-widget-url="https://www.hea-world.com/hea_widget.html"></script>
  2. Floating popup:
    Paste this anywhere on your site to auto-attach a popup:
    <script src="https://www.hea-world.com/hea_popup.js"
        data-hea-id="heaguide-web-001"
        data-creator-id="hea-world"></script>
  3. Page context (automatic): embedded widgets read the host page path and title to improve answers. Optional manual override before boot: window.heaOverride = { host_page: { path: '/pricing', title: 'Pricing' } };
  4. Campaign links (reserved): use ?hca=<your-campaign-code> on customer URLs for future campaign attribution. Full registry support ships in a later release.

🔹 Embedded Widget Demo

🔸 Popup Chat Demo