Chatbot widget — preview

Click the bubble (bottom-right) — pick "I'm looking for treatment" or "I want to rent a room".

Embed on healththerapiesclinics.au

Add these two lines to the global template, just before </body>:

<link rel="stylesheet" href="https://www.healththerapiesclinics.au/chatbot/widget/chatbot-widget.css">
<script src="https://www.healththerapiesclinics.au/chatbot/widget/chatbot-embed.js"
        data-api="https://www.healththerapiesclinics.au/chatbot/api"
        data-language="en"
        data-title="Health Therapies Clinics"
        data-subtitle="Patient & practitioner assistant"
        defer></script>
Programmatic API
HTCChatbot.open();              // open widget
HTCChatbot.send('Tell me about cupping');
HTCChatbot.openApplication();   // jump straight to the rental form
HTCChatbot.close();
Quick CTA buttons on the site

Add these anywhere on a "rent a room" page to launch the form directly:

<button onclick="HTCChatbot.openApplication()" class="btn btn-primary">
  Apply for a room
</button>
Brand swatches

Primary #1F5F8B

Mid #2E8FBF

Accent #F2A640

Light #E6F1F8

Try these prompts

Patient flow:

  • What is acupuncture good for?
  • Do you treat fertility issues?
  • Do you accept HICAPS?

Practitioner flow:

  • I'm a naturopath — can I rent a room?
  • What's included in the rent?
  • How does the casual rental work?
Note: This demo points at ../api. End-to-end use needs PHP + MySQL + a valid Anthropic API key configured in chatbot_healththerapies/api/config.php. See chatbot_healththerapies/README.md.