- ```js import { App } from "@chatsystem/client"; <App appToken="YOUR_TOKEN_ID" displayMode="chatbox" />; ```
npm install @chatsystem/client- ``js`
import { App } from "@chatsystem/client";
- `js`
type="text/javascript"
src="https://chatsystem.s3.eu-west-3.amazonaws.com/index.js"
data-appToken="YOUR_TOKEN_ID"
data-displayMode="chatbox"
>
- appToken: your appToken, delivered on chatsystem.ai
- displayMode?: either bubble if you want the bubble to display, or chatbox` if you want to see directly the chatbox. Css is overridable.