Назад на контролну таблу

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

Научите како да користите Asyntai

Почетак рада
Инсталација База знања Како вештачка интелигенција приступа вашем садржају Повежите свој сајт Тестирајте своју вештачку интелигенцију Управљајте веб-сајтовима Савети за AI инструкције Прелазак са другог четбота Упоредите планове
Функције
Ask AI трака 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 Скенирање веб-сајта Празнине у знању Картице производа Динамичке картице производа Динамичке слике Кориснички контекст Прилагођени алати Параметри линкова Праћење уживо Преузимање од стране човека Ескалација AI обавештења Дневни извештај Проток података у реалном времену Максимални проток података у реалном времену Чланови тима Јединствена пријава Двофакторска аутентификација Укључите слике Препознавање слика Виџет за превођење Локализација Транспарентност вештачке интелигенције Потенцијални клијенти Паметно прикупљање потенцијалних клијената Тикети за подршку Категорије ћаскања Резервације Уграђивања Искључите странице Блокиране IP адресе Политика чувања података Режим без чувања Маскирање PII Класификатор одговора Access Tags Закачање верзије виџета Ревизорски дневник Паметнији модел Омогућите размишљање Предлози одговора Накнадне поруке Говор у текст Преузимање транскрипта Уграђено ћаскање Уграђивање преко iframe-а

Vercel Integration

Put your AI chatbot on the site you deploy with Vercel

Open the Marketplace

Overview

Vercel hosts your website. Asyntai answers the people who visit it. Install Asyntai from the Vercel Marketplace and the install window links the two in a few clicks.

Asyntai writes your widget id into the Vercel project as an environment variable. You add one script tag that reads it, redeploy, and the chat is live on every page.

How It Works

Your AI agent reads your website and answers questions about your products, your prices and your policies, day and night. It speaks the visitor's language, collects leads, and hands a chat to your team when a person is needed.

Because the widget id travels as an environment variable, each Vercel environment can carry the right value. Preview deployments and production both get the chat.

Requirements

  • A Vercel account with at least one project
  • An Asyntai account, on any plan including Free
  • Permission to install integrations on the Vercel team

Installation

Follow these steps to add Asyntai to a Vercel project:

1

Install From the Marketplace

Open the Vercel Marketplace, find Asyntai, and press Install. Choose the account or team that holds your project.

2

Sign In to Asyntai

A window opens on Asyntai. Sign in, or create an account with your email. A new account can give its website address, and the AI learns from that site straight away.

3

Choose the Website and the Project

Pick which Asyntai website the chatbot belongs to, then pick the Vercel project that should carry it. Press Connect Vercel.

4

Add the Script Tag

Asyntai has written NEXT_PUBLIC_ASYNTAI_WIDGET_ID into the project. Add the snippet below to your layout, then redeploy.

The Snippet

For a Next.js App Router project, put this in app/layout.tsx, inside the <body> tag:

import Script from 'next/script'

<Script
  src="https://widget.asyntai.com/static/js/chat-widget.js"
  data-asyntai-id={process.env.NEXT_PUBLIC_ASYNTAI_WIDGET_ID}
  strategy="afterInteractive"
/>

For a Pages Router project, put the same tag in pages/_app.tsx. For any other framework on Vercel, a plain tag works:

<script async
  src="https://widget.asyntai.com/static/js/chat-widget.js"
  data-asyntai-id="YOUR_WIDGET_ID"></script>

Tip: Vercel reads environment variables at build time. Redeploy the project after the install, or the variable is not in the bundle yet.

Changing the Website

Open the Asyntai integration in Vercel and press Configure. Choose a different Asyntai website or a different project, and Asyntai updates the same environment variable. Redeploy afterwards.

Removing It

In Vercel, open Settings → Integrations, find Asyntai, and press Remove. Asyntai deletes the environment variable from the project. Take the script tag out of your layout and redeploy.

Billing

Asyntai bills you directly, not through Vercel. Your Asyntai plan covers every channel, so the same agent also works on your other sites and apps. View pricing.

Privacy

The integration stores the Vercel project you chose and the widget id it wrote there. Privacy policy.

Need Help?

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