Updated in 2026.10 Embedding Webchat v3 using npm lets you add a Webchat widget to your JavaScript project. This approach works best for modern web apps that use npm packages and bundlers. The Webchat npm package lets you pin versions and integrate Webchat into CI/CD pipelines, giving your team better control and stability across environments.Documentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Basic understanding of JavaScript and npm. Familiarity with how to run a JavaScript project, for example, using
npm startor similar commands. - A JavaScript project set up with npm and the ability to modify it.
- Access to a Cognigy.AI instance with the Webchat v3 Endpoint.
- Familiarity with Webchat v3 embedding parameters. Keep in mind that:
- Specifying parameters in the embedding code overwrites parameters configured in the Endpoint settings.
- Some settings are specific to embedding parameters and aren’t available in the Endpoint settings.
Restrictions
- The minimum supported React version is 18.
Embedding
To embed Webchat v3 in your JavaScript project, follow these steps:-
Install the Webchat npm package:
-
Import and initialize the Webchat widget in your JavaScript code:
- ESM (requires React)
- UMD (includes React)
When using the ESM build in a non-React project, you need to include React and ReactDOM manually (React 18 or 19):
Include Custom Plugins and Stylesheets
If you have custom plugins or stylesheets:Customize Webchat Settings
You can customize the widget using a configuration object passed toinitWebchat:
RTL (Right-to-Left) Configuration
For RTL languages, ensure the HTML root element has thedir="rtl" attribute:
Test Webchat
Run your JavaScript project and verify the widget loads and interacts correctly.What’s Next?
Customize Webchat further to align with your brand identity and meet specific interaction goals:- Webchat API. Use the Webchat API to create tightly coupled integrations.
- CSS Customization. Customize the look and feel of the Webchat to match the design language of your website.
- Analytics API. Get notified and react to events that happen in your Webchat.
- Custom Avatars. Change the avatar of the bot or user during the conversation.