Last updated: 9 August 2026
The chatbot widget is a floating help button that appears on every page of your NICE HMS website. Visitors can ask product questions and get instant AI-powered answers. If they need to reach a human, they can send a Contact Us message with their email and mobile directly from the chat — no login required.
For direct contact outside the chat widget, email admin@nicehms.com or call/WhatsApp +919611560555.
LANGGRAPH_API_URL configured in your environment.GOOGLE_GMAIL_USER must be set in .env for the Contact Us email notification to work.GOOGLE_SHEET_SCRIPT_URL) logs all contact form submissions.To send an enquiry, request a demo, ask about pricing, or contact the NICE HMS team, use the Contact Us button right inside the chat widget. You do not need to send a separate email or fill out an external form.
Drag the bottom-left corner of the chat panel to resize it. On mobile, the panel opens full-screen.
LANGGRAPH_API_URL is correctly set in your environment.chatbot assistant is deployed.Q: How do I send an enquiry or contact the NICE HMS team? A: Click the Contact Us button at the top of this chat widget, fill in your email, mobile, and message, then click Send Message. The team will get back to you.
Q: Who can use the chat widget? A: Anyone visiting your website — patients, staff, or prospective customers. No login is needed.
Q: Where do Contact Us messages go?
A: They are logged to Google Sheets (under the "contact" type) and an email is sent to the address configured in GOOGLE_GMAIL_USER.
Q: Does the chat remember previous conversations? A: Yes. A thread ID is stored in your browser's local storage so the assistant maintains context across sessions. Click + New to reset it.
Q: Is my data secure?
A: The chat widget proxies all requests through your own server (/api/chat). No data is sent directly to third parties from the browser.