Chatbot
Standard
Install on your website
To install an Agent on your website using the Standard widget use the following code snippet:
<script type="module">
import Chatbox from 'https://cdn.jsdelivr.net/npm/@chatvolt/embeds@latest/dist/chatbox/index.js';
Chatbox.initStandard({
agentId: 'YOUR_AGENT_ID',
});
</script>
<chatvolt-chatbox-standard />
Replace YOUR_AGENT_ID
with the ID of your Agent
You can find the Agent ID in the Agent settings under the Settings tab.
See all the available attributes in the Chatbot Reference.