Embedded mode
Biel.ai supports an embedded mode. This mode enables you to integrate conversational AI chatbot directly into your site's layout.
Preview
Enable the embedded mode
To add the chatbot in embedded mode to your site, include the following code snippet in your HTML:
<script type="module" src="https://cdn.jsdelivr.net/npm/biel-search@latest/dist/biel-search/biel-search.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/biel-search@latest/dist/biel-search.css">
<biel-bot project="<PROJECT_ID>" embedded-mode="true"></biel-bot>