This is your website.

The chat button in the bottom-right corner is the FAQ chatbot widget. It was added with a single <script> tag — nothing else on this page knows or cares about it, because it lives in its own Shadow DOM.

Click it and try asking things like:

"how do I reset my password" · "refund" · "how long does shipping take"

To embed on a real site, drop this where you want the widget to appear (usually before </body>):
<script
  src="https://your-host/widget.js"
  data-faq-api="https://your-host/api"
  data-accent="#0f766e"
  data-title="Help & FAQ"
  data-position="right"></script>