Back to No-Code Website Builders

Integrate AI chatbots with Xperience by Kentico

One platform, endless possibilities All the content management and digital marketing tools you need


Overview

Kentico is a hybrid headless digital experience platform that integrates traditional content management with advanced digital marketing features.

Unique Features:

  • Low-code/No-code Interface: Empowers non-technical users to create and manage content easily.
  • Drag-and-Drop Page Builder: Allows for intuitive customization of web pages without coding.
  • Multichannel Marketing Tools: Facilitates seamless integration with third-party technologies for comprehensive marketing strategies.
  • Scalability and Flexibility: Designed to grow with your business, ensuring efficient delivery of personalized customer experiences.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML in Kentico

  1. Open Your Xperience Solution: Launch Visual Studio and open your Kentico Xperience solution.

  2. Create a Class Library Project:

    • Right-click on the solution in Solution Explorer.
    • Select Add > New Project.
    • Choose Class Library and name it appropriately.
  3. Add Xperience API Libraries:

    • Right-click the solution again and select Manage NuGet Packages for Solution.
    • Install the required Xperience packages (e.g., Kentico.Xperience.Core) into your Class Library project.
  4. Reference the Class Library:

    • Ensure your main web project references the Class Library project you just created.
  5. Enable Class Discovery:

    • Create a dummy class (e.g., AssemblyAttributes.cs) in your Class Library.
    • Add the following attribute to enable discovery:
      using CMS;
      [assembly: AssemblyDiscoverable]
      
  6. Add Custom HTML:

    • You can integrate custom HTML by modifying page templates or using ASCX user controls. For example, create a user control that contains your custom HTML and register it in the Kentico system.
  7. Modify Output HTML:

    • Use custom handlers to modify the output HTML if needed. This can be done by assigning handlers to events like OnBeforeFiltering and OnAfterFiltering.
  8. Test Your Integration:

    • Build your solution and run it to ensure that the custom HTML is integrated and displayed correctly on your site.

Integration Guide

For more information on how to add custom HTML to your Xperience by Kentico website, please refer to the Custom HTML Documentation.

How to integrate OpenAssistantGPT with Xperience by Kentico

  1. Create your OpenAssistantGPT chatbot

    Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.

  2. Configure your chatbot settings

    Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.

  3. Get your embed code

    In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.

  4. Add the embed code to your Xperience by Kentico website

    Log in to your Xperience by Kentico account, open your website editor, and add an HTML or Custom Code element to your site. Paste the OpenAssistantGPT embed code into this element.

  5. Publish your website

    Save your changes and publish your website to make the chatbot live.

Advanced Configuration

For more advanced integrations with Xperience by Kentico, you can customize the following:

  • Chatbot position and appearance on your website
  • Trigger conditions (e.g., time on page, scroll depth)
  • Custom welcome messages based on the page content
  • Integration with your existing forms and contact systems

Builder Details

No-code Solution

✅ No coding required

Custom HTML Support

✅ Supports custom HTML