First, get your snippet
In your Xorventa dashboard, open the chat window you want to install and copy its embed snippet. Your real snippet carries your own client ID — always use the exact one from your dashboard. It looks like this:
<script type="module" src="https://api.xorventa.ai/widget/xorventa-chat.js" data-client-id="YOUR_CLIENT_ID" data-position="bottom-right"></script>
One snippet covers your whole site — you don’t add it per page. It loads asynchronously, so it won’t slow your pages down. To move the floating button to the other corner, change data-position to "bottom-left".
