Introduction
Verba AI provides a powerful, embeddable chat widget that connects your users with an intelligent AI assistant. This documentation will guide you through integrating, configuring, and customizing the Verba AI chat experience for your web application using the official @verba-ai/chat-sdk.
In order to get started with the widget, you need to have a Tag ID, which will be provided by the Verba AI team.
What you'll learn
- How to embed the chat widget into any web application using floating or inline modes
- How to configure the widget with your unique tag ID and settings
- How to customize the look and feel to precisely match your brand
- How to set up authenticated sessions via tokens
About the package
- The package is published on npm as
@verba-ai/chat-sdk - It is a lightweight package that can be installed using your preferred package manager or via CDN
- It is a TypeScript package that can be used in both TypeScript and JavaScript projects
- External documentation is available on npmjs.com
Next steps
Once you're ready, head over to the Quick Start guide to get your first widget running.