Назад к панели управления

Документация

Узнайте, как использовать Asyntai

Возможности
Панель Ask AI Панель AI-поиска ИИ-поиск для WordPress AI Search for Joomla AI Search for Webflow AI Search for Ghost AI Search for Moodle AI Search for TYPO3 AI Search for Craft CMS AI Search for Grav AI Search for Concrete CMS AI Search for October CMS AI Search for ProcessWire AI Search for Odoo AI Search for Bagisto AI Search for Medusa AI Search for OpenCart AI Search for BigCommerce AI Search for Magento Сканирование сайта Пробелы в знаниях Карточки продуктов Динамические карточки товаров Динамические изображения Контекст пользователя Пользовательские инструменты Параметры ссылок Мониторинг в реальном времени Передача живому оператору Эскалация Уведомления ИИ Ежедневный отчёт Поток данных в реальном времени Поток данных в реальном времени Max Участники команды Единый вход Двухфакторная аутентификация Показывать изображения Распознавание изображений Виджет перевода Локализация Прозрачность ИИ Лиды Умный захват лидов Тикеты поддержки Категории чатов Бронирования Встраивания Исключить страницы Заблокированные IP Политика хранения Режим нулевого хранения Маскирование PII Классификатор ответов Access Tags Закрепление версии виджета Журнал аудита Продвинутая модель Включите режим размышления Подсказки для ответа Дополнительные сообщения Распознавание речи Скачать транскрипт Встроенный чат Встраивание через iframe

Xperience by Kentico Integration

Put the Asyntai AI chat assistant on your Kentico website channels

Create Account

Overview

Xperience by Kentico is a digital experience platform. The Asyntai package adds the AI chat assistant to your website channels.

Asyntai reads your own pages, documents and product feed. It then answers visitor questions in more than 80 languages, day and night. It answers questions about delivery, prices, opening hours and products. When a visitor wants a person, it takes their email address and sends you the whole conversation.

A marketer sets it up in the Xperience administration. Choose the website channel, paste the chatbot ID, and save.

Requirements

  • Xperience by Kentico 31.4.0 or newer
  • .NET 8.0 or newer
  • An Asyntai account
  • Permission to change the web project and to open Configuration in the Xperience administration

Installation

Follow these steps to add Asyntai to Xperience by Kentico:

1

Add the Package

In the folder of your Xperience web project, run:

dotnet add package Asyntai.Xperience.Chatbot
2

Register the Integration

Open Program.cs. Add this line next to the other Kentico registrations:

builder.Services.AddKenticoAsyntai();

Start the application. The package creates its own module and database table on the first start.

3

Get Your Chatbot ID

Sign in to Asyntai and open your dashboard. Copy the chatbot ID from the install snippet.

4

Add the Chatbot in Xperience

In the Xperience administration, open Configuration → Asyntai AI Chatbot. Press Add a chatbot. Fill in a name, choose the website channel, paste the chatbot ID, and save.

5

Open Your Website

Open any page of that channel. The chat button appears in the corner. Ask it a question about your site.

Settings

Each chatbot configuration has these fields:

  • Name — a name for this configuration, for example "Public website".
  • Website channel — the channel that shows this assistant.
  • Asyntai chatbot ID — the ID from the Asyntai install snippet.
  • Show the chat assistant on this channel — turns the assistant on or off.
  • Also show it in Page Builder and preview — off by default, so editors work on a clean page.
  • Script address — leave empty to use the Asyntai address.

Tip: Add one configuration for each website channel. A multi-site project can run a different chatbot on each site, each with its own knowledge and its own language.

Several Channels

The package reads the website channel of the page that the visitor opens. It then shows the chatbot of that channel. Channels without a configuration show no chat assistant.

How the Script Loads

The package adds a small loader at the end of the body tag. The loader waits for the page load event, then fetches the Asyntai widget script. A script tag added before that event holds the load event open until its request finishes, so waiting keeps your page speed measurements clean.

Removing It

Open Configuration → Asyntai AI Chatbot and delete the configuration, or clear the Show the chat assistant on this channel box. To remove the package, delete the AddKenticoAsyntai() line and run dotnet remove package Asyntai.Xperience.Chatbot.

Plans & Pricing

The package is free. View pricing for the Asyntai plans.

Need Help?

If you have any questions or run into issues, contact us at [email protected].