How to migrate from legacy AI Summary to Experience Builder

AI Summary is now available as a module in Experience Builder. If you previously enabled AI Summary on your search page, this guide walks you through swapping that older setup for the Experience Builder version, so you can manage AI Summary directly from your MyCludo dashboard.

Why migrate

  • Customize without code. All AI Summary settings live in Experience Builder, with no developer time needed to adjust the settings and styling.
  • Single source of truth. Your AI Summary configuration lives alongside the rest of your experiences in Experience Builder.
  • Ongoing improvements. New AI Summary features will be released to the Experience Builder module. The older AI Summary will not receive new functionality.

How to migrate

Step 1: Enable AI Summary in Experience Builder

In Experience Builder, add the AI Summary module to your search experience and configure it to match your current settings. If you’re new to Experience Builder or need a refresher on managing experiences, see our Experience Builder guide.

Step 2: Remove the older AI Summary

If you have a Rich Inline Template

Open the script on your site where you set up cludoConfig, remove the aiSummary block:

window.cludoConfig = {                                                                                                                                                                                                                       
    // ...other settings                              
                                         
    // Remove this block             
    aiSummary: {
      enable: true,
      language: "en",
      length: "concise",                                                                                                                                                                                                                                                      
      header: "...",
      // ...other AI Summary options                                                                                                                                                                                                                                          
    },                                                
  };                                     
  

If your search results page is hosted by Cludo

Reach out to support@cludo.com, and our team will help you remove the older AI Summary from your search results page and prepare it for the Experience Builder version.

A note on custom styling

The Experience Builder version of AI Summary comes with its own styling options, which cover most use cases out of the box. However, if you’ve added custom CSS to style AI Summary on your site today, you may need to update some of that styling after migration to match the current look. If your search results page is hosted by us, our team will help match the styling for you if the Experience Builder options are not enough.

Need help?

If you run into trouble or you’re unsure which setup you have, email support@cludo.com and we’ll help you.