My Chatsimple
  • Chatsimple website
  • ✨Add Chatsimple to Your Website
    • General Websites
    • Google Tag Manager
    • Google Tag Manager Integration
    • Go Daddy
    • WordPress
    • Webflow
    • Wix
    • Shopify
    • Show only for Specific Pages, Countries, Times or Subset of visitors
    • Google Sites
  • Connect Chatsimple to your CRM
    • Pipedrive Integration
    • Zoho Integration
    • HubSpot Integration
    • Zapier API documentation
  • Understanding 'Original Source'
  • 🎨Widget specifics
    • Widget Customization
    • Block Chat Interface (<iframe>)
    • Common Questions and Answers
    • ?
  • πŸ’ͺUNLOCK FULL POWER OF CHATSIMPLE
    • βš™οΈConfigure Chatsimple - AI Nav
    • πŸ‘©β€πŸŽ¨Personalize look and feel
    • πŸ‘ŸTrain your AI chatbot
    • πŸ—£οΈContent creation
    • ⛓️Facebook integration
    • πŸ›ƒIntegrate with Hubspot
    • πŸ“ŠDashboard and Insights Update
    • πŸ₯‡Get better google search rankings
    • πŸ‘¨β€πŸ’ΌLead Capture Qualification Followup with personalized email
    • ⏰Book MORE meetings with Calendly integration
    • πŸŽ™οΈAI Copilot with Voice Search
  • Improving Response Quality
    • πŸ–ŒοΈFinetune your Agent's Responses
    • 🏌️Set your business goals
    • πŸͺžMirror brand personality
  • Contact
    • Email
Powered by GitBook
On this page
  1. UNLOCK FULL POWER OF CHATSIMPLE

Configure Chatsimple - AI Nav

Set up Chatsimple AI Nav in simple steps.

Previous?NextPersonalize look and feel

Last updated 3 months ago

Create the AI Agent Mock representation of AI Agent on your website Dashboard I Insights I Statistics I Response/Message Used I Set response limit Deploy Chatsimple on websites I Wordpress I Wix I General I Webflow Manage teams and members with read, write and admin permission Customize the AI Agent look and feel I See AI Nav vs Widget Change prompt questions or suggested questions Lead capture /contact form optimization I Delay contact form pop-up Filter visitor based on condition. Is the visitor A or B? 0 Customize your main Call To Action (CTA) button Remove Chatsimple Branding I Whitelabel Add On

Advanced Customization

Note: Only use advanced customization for a strong intent. Most of the advanced customization features are not for general purposes.

After copying, you will see the script looks like this:

<chat-bot 
platform_id="YOUR_PLATFORM_ID"
user_id="YOUR_USER_ID"
chatbot_id="YOUR_CHATBOT_ID"
...
>

<a href="https://www.chatsimple.ai/?utm_source=widget&utm_medium=referral">[chatbot]</a></chat-bot>
<script src="https://chatsimple-widget.s3.us-east-2.amazonaws.com/chat-bot-loader.js" defer></script>

The code you copied will not include ... shown in the snippet above. This ..., is where you can configure any advanced customization for your chat widget.

For example, after advanced customization, your script may look like this:

<co-pilot 
platform-id="YOUR_PLATFORM_ID"
user-id="YOUR_USER_ID"
chatbot-id="YOUR_CHATBOT_ID"
timeout-text="Hey, the agent is currently unavailable. You can reach us at abc/comtact.com!"
>

<a href="https://www.chatsimple.ai/?utm_source=widget&utm_medium=referral">[chatbot]</a></co-pilot>
<script src="https://chatsimple-widget.s3.us-east-2.amazonaws.com/chat-bot-loader.js" defer></script>

If using GTM to Embed, below is how a configuration edit might look like

<script type="text/javascript">
  (function() {
      
      var chatBotEl = document.createElement('co-pilot');
      chatBotEl.setAttribute('platform-id', '3e90cc75-59a1-4ff6-a810-2f11sdfsdf70b4');
      chatBotEl.setAttribute('user-id', '73656437-0fae-4f87-897b-09dfs37fdb');
      chatBotEl.setAttribute('chatbot-id', '4150d0cf-7f35-47cd-b871-7fdf04f1');
      
      
      
      /// This was added. Equivalent to 'show_popup_on_mobile="true"
      chatBotEl.setAttribute('timeout-text', 'Call us at 514-248-8888');
      
      
      
      var chatbotLink = document.createElement('a');
      chatbotLink.href = 'https://www.chatsimple.ai/?utm_source=widget&utm_medium=referral';
      chatbotLink.innerHTML = 'chatsimple';
      chatBotEl.appendChild(chatbotLink);
      document.body.appendChild(chatBotEl);
      var cs = document.createElement('script');
      cs.src = 'https://chatsimple-widget.s3.us-east-2.amazonaws.com/chat-bot-loader.js';
      document.body.appendChild(cs);
  })();
</script>

This is a table of advanced customization properties you can add:

Properties
Values
Description

timeout-text

A string message.

Default: β€œThere was a problem while answering that question, sorry!”

Controls the default message in cases where the agent is unable to generate an answer for example If the user's internet connection is too slow. To note: In the conversations page, when you see the agent gave no response then in essence this is the response that would've been given. Since there was a lapse in connection though, the response wasn't recorded.

Try the AI Agent Clear previous conversation for internal testing Train the AI agent with your knowledge base. URLs, PDFs, CSV, DOC, TXT and Sitemap Automatic daily retraining of URLs if you have dynamic content Train with text for quick content updation Set business goals and objectives. Funnel the conversation toward your business goals Get lead qualification insights. Understand your website visitors better Disable the contact form when collecting leads info through conversation Email follow up on your website leads and lead them to take an action

To enable advanced customization, you need to directly change the embed script. To access the embed script, visit (https://app.chatsimple.ai). In the β€œAdd to Website” section of the dashboard, click the β€œCopy” button to copy the script to your clipboard.

πŸ’ͺ
βš™οΈ
00:01
00:12
00:42
02:40
03:59
05:11
08:05
10:03
11:12
Chatsimple Dashboard
00:01
00:48
01:47
03:14
03:59
04:48
06:17
07:37
09:01
9:18
10:17