Skip to main content

Set up Conversations for web chat

Easily capture leads and respond to website visitors 24/7 with AI-powered web chat. This guide will show you how to set up your chat widget so your AI Receptionist can greet visitors, answer questions, and deliver new leads right to your Conversations—even in over 40 languages.

What’s included with the Conversations AI Web Chat

With the Conversations AI Web Chat, you get:

  • An AI assistant that automatically greets and chats with visitors, even outside business hours.
  • Multilingual engagement, with the assistant detecting and responding in over 40 languages.
  • Automatic capture of visitor contact information, with new leads sent directly to your CRM Conversations.
  • Conversation transcripts saved in Conversations for your team to review and follow up.
note

While your AI Receptionist is smart out-of-the-box, they can be configured and customized to work with your business in more detail.

Learn more about how the AI Receptionist works.

How to Install the Conversations Web Chat Widget

Choose your website platform to get started:

Install the web chat widget using the Wordpress plugin

  1. Download the web chat widget installation plugin from Settings > Conversations Settings > Web Chat Configuration > Installation.
  2. In your WordPress admin (your-website.com/wp-admin), go to Plugins > Add New Plugin.
  3. Upload the ZIP file you just downloaded.
  4. Activate the plugin.
  5. Your web chat widget should now appear on every page of your website.

Install the web chat widget on WordPress manually

The example below uses the Divi Theme, but the steps are similar for most WordPress themes that let you paste code into the <head> section.

  1. Copy your web chat installation code from Conversations Settings > Web Chat Configuration.
  2. In WordPress admin, go to Divi > Theme Options > Integrations.
  3. Paste the code into the “Add code to the <head> of your blog” section.
  4. Save changes.

Your web chat widget should now be live on all pages!


Troubleshooting your web chat widget installation

If the Conversations web chat widget does not appear on your site after installation there are a couple of things you might be able to do yourself to make it appear:

1. Clear your browser cache

  • Browser cache: Force your browser to load the newest version of your site.
    • Mac: Shift + Command + R
    • PC: Ctrl + F5
  • Website hosting cache: Clear your website’s cache (e.g., use the “Flush Cache” button if available in your website platform).
  • WordPress/Divi cache: If using the Divi theme, go to Theme Options > Builder > Advanced and disable “Static CSS File Generation.”
  • Other cache plugins: Temporarily disable any cache plugins and refresh your site.

2. Check your widget code placement

Ensure the widget installation code is pasted in the correct location:

  • The code must be inside the <head> section of your site’s HTML (not the <body> or a widget block).
  • For WordPress, double-check if the plugin is active, or if you pasted the code into the correct theme section.

3. Check your hosting platform for plugin or theme conflicts

  • Disable other plugins or custom code temporarily to see if something is blocking the widget.
  • If you find a conflict, try re-enabling plugins one by one to isolate the issue.

How Will I Be Notified About a New Lead?

When your AI assistant is successful in capturing a name and contact info, a few things will happen automatically:

  1. A new contact is added to your CRM Contacts, with the captured info: First name, last name, phone number, and email address.
    • If a lead updates their contact info in the AI-assisted web chat (like for example, if they make a mistake), the latest contact info will be updated on the contact automatically.
  2. A "New lead" email notification is sent to users on your account. Make sure you have notifications enabled for new leads.

Customization Options

You can tailor the web chat widget to align with your branding and operational needs:

  • Color Scheme: Adjust the primary and secondary colors to match your website's design.
  • Web Chat Greeting: Customize the initial message to encourage visitor interaction.
  • AI Knowledge Base: Enhance the assistant's responses by adding specific business information, such as FAQs, pricing, and services.
  • Profile Information: Add a name and profile photo to personalize the assistant.
  • Welcome Greeting: Set a header message to invite engagement.
  • Initial AI Message: Configure a custom greeting that appears shortly after the chat is opened.
  • Phone Configuration: Define how received calls and SMS messages should be handled.

Access these settings via Administration > Conversations Settings > Configure Web Chat`.

FAQs About AI Web Chat in Conversations

Can the AI assistant scrape websites for information?

Yes, the AI can be trained on website content to enhance its knowledge base.

Can I upload files like PDFs or DOCs for the AI to learn from?

Currently, only raw text can be added to the AI's knowledge base.

Why is the AI responding with incorrect or incomplete information?

The information the AI responds to inquiries with is based on the source information it has only. The web chat tool shows you directly inside the Conversations chat record where it got the source information from, like a quick audit. You can then make the change on your website or inside your AI knowledge base. The most common culprit is old or incorrect information found on the website.

How long does training the AI take?

Training duration varies based on website size but typically takes between 1-5 minutes.

Is there a limit to the number of AI responses?

No, unlimited AI responses are included with Conversations Pro.

How do I install the web chat widget?

Copy and paste the installation code into the <head> section of your website's HTML. Detailed instructions are provided above.

What languages does the AI support?

The AI assistant can respond in over 40 languages, including English, Spanish, French, German, Italian, Turkish, Polish, Ukrainian, Russian, Japanese, and Chinese.

Why won't the chat widget let me type certain letters or the "Space" key when trying to type?

Some plugins can interfere with the ability to type in the widget because they “hijack” that key for their own functions.

For example, website admins will have trouble typing messages into the web chat widget when the WordPress Jetpack plugin is enabled because it hijacks some of the keys to open and close their own chat functions. Disabling the JetPack plugin will restore the function of these keys.

Smooth scrolling website features can also interfere with the ability of your website visitors to type the ‘space’ key with the web chat widget. If you have the Divi theme on a WordPress website, you can disable smooth scrolling by going to Divi > Theme Options and disabling the Smooth Scrolling functions.

How do I remove the Google reCaptcha badge that's blocking my chat widget?

When reCAPTCHA is being used on a website form, this badge will appear in the bottom right of a webpage – which could be in the way of the web chat widget.

You can hide the badge completely on your website with some custom CSS; just make sure to follow Google’s required alternative ways to inform the user that reCAPTCHA is being used.

Read more: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed

To hide the reCAPTCHA badge, go to your website CSS editor:

  • Log in to your WordPress dashboard
  • Go to Appearance » Customizer
  • Click Additional CSS
  • Add the snippet:
.grecaptcha-badge {
visibility: hidden !important;
}
  • Save and preview your website.