> ## Documentation Index
> Fetch the complete documentation index at: https://kw.hellenictechnologies.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Website Chatbot

> Embed OmniAI on your website — a single script tag, live instantly.

The OmniAI website chatbot embeds on any website with a single JavaScript snippet. No plugin required. No page builder dependency. Works with WordPress, Shopify, Next.js, or any HTML page.

***

## Embedding the chatbot

Once your OmniAI instance is configured, we provide a script tag to add to your site's `<head>` or before `</body>`:

```html theme={null}
<script>
  (function(d,t) {
    var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
    g.src="https://chat.omniaichatbot.com/packs/js/sdk.js";
    g.defer = true;
    g.async = true;
    s.parentNode.insertBefore(g,s);
    g.onload=function(){
      window.chatwootSDK.run({
        websiteToken: 'YOUR_TOKEN',
        baseUrl: 'https://chat.omniaichatbot.com'
      })
    }
  })(document,"script");
</script>
```

Your account manager provides the `websiteToken` value specific to your instance.

***

## Customisation options

<CardGroup cols={2}>
  <Card title="Widget position" icon="layout">
    Bottom-right (default), bottom-left, or custom position via CSS override.
  </Card>

  <Card title="Brand colours" icon="palette">
    Widget colour, launcher icon, and welcome message configured to match your brand.
  </Card>

  <Card title="Pre-chat form" icon="form-input">
    Optional name/email capture before the conversation starts — feeds directly to your CRM integration.
  </Card>

  <Card title="Availability hours" icon="clock">
    Set business hours — the widget shows an offline message and captures email outside your configured hours.
  </Card>
</CardGroup>

***

<Card title="Get your embed code" icon="code" href="mailto:support@hellenicai.com" color="#0445AF">
  Contact your account manager or email [support@hellenicai.com](mailto:support@hellenicai.com).
</Card>
