AI Agent for Customer Service
Build AI support agents that understand your business. Agents are trained on your docs, knowledge base, and chat history to give accurate answers 24/7. Customize the chat widget to match your brand, choose from different AI models, and review conversations with built-in analytics. Automate real tasks like collecting leads, booking meetings, and more — all from one platform.
Start by connecting to your existing project and then run vercel link in the CLI to link to the project locally.
Run vercel env pull to make the latest environment variables available to your project locally.
<Script src="https://assistloop.ai/assistloop-widget.js" strategy="afterInteractive" onLoad={() => { window.AssistLoopWidget?.init({ agentId: process.env.NEXT_PUBLIC_ASSISTLOOP_AGENT_ID, }); }}/>NEXT_PUBLIC_ASSISTLOOP_AGENT_ID is automatically injected into your Vercel project and identifies the AssistLoop agent that was provisioned for this installation.
Add the AssistLoop widget script to your site:
<Script src="https://assistloop.ai/assistloop-widget.js" strategy="afterInteractive" onLoad={() => { window.AssistLoopWidget?.init({ agentId: process.env.NEXT_PUBLIC_ASSISTLOOP_AGENT_ID, }); }}/>