Estándar
Instalar en tu sitio web
Para instalar un Agente en tu sitio web usando el widget Estándar, utiliza el siguiente fragmento de código:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Instalar en tu sitio web
<script type="module">
import Chatbox from 'https://cdn.jsdelivr.net/npm/@laburen/embeds@latest/dist/chatbox/index.js';
Chatbox.initStandard({
agentId: 'TU_ID_DE_AGENTE',
});
</script>
<laburen-chatbox-standard />
Reemplaza TU_ID_DE_AGENTE con el ID de tu Agente.
<Note>
Puedes encontrar el ID del Agente en la configuración del Agente bajo la pestaña Configuración.
</Note>
Consulta todos los atributos disponibles en la Referencia del Chatbot.
Was this page helpful?
