Home | Basic chat with chatbot

Front Chat

This example uses the base Front chat widget code with a simple chatbot. The bot presents a welcome message and a form to collect visitor information.



Code used on this page:

<script src="https://chat-assets.frontapp.com/v1/chat.bundle.js"></script>
<script>
  window.FrontChat('init', {chatId: 'aca4070b6b942cc754406792bb897ebf', useDefaultLauncher: true});
</script>