This page is for trying out the chatbot you set up in ChattyHub. Test it here to verify behavior before adding it to your website.
This demo lets you try the exact chatbot you configured in ChattyHub. If a valid 'id' is present in the URL, the chat window appears in the bottom right corner.
This page is for testing purposes only. In the final version, your visitors will see the chatbot on your website. The chat window in the bottom right corner will appear on your site.
If an 'id' parameter is present in the URL, click the chat widget in the bottom right to start a conversation. Try different questions to validate the chatbot's answers.
Add this snippet to your site:
<script>window.aichatbotApiKey="your-api-key";</script>
<script src="https://api.chattyhub.ai/api/chat/window.js?apiKey=your-api-key" defer></script>
This will insert the chat window into your site so visitors can see and use it. Manage your chatbot at chattyhub.ai.
The chat window is hidden if credits are exhausted and you configured in Chatbot settings (Behavior) to hide the window when out of credits. If this setting is not enabled and credits are exhausted, the window remains visible but the chatbot does not respond and shows an error message (also configurable in the admin). When credits are gone, the chat cannot be used until the period renews or additional credits are purchased.