# Inline Chat

**Add the Website Embed script.** Copy and paste your chatbot code snippet into your website HTML file.

<figure><img src="https://876323318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkVKtyRXbqQ0J4M23KTWd%2Fuploads%2FM0ne4qsOmrRuVTcM07Ao%2F7_embed_code.png?alt=media&#x26;token=585d1680-89f2-4f73-b9be-f4205d1e0b86" alt=""><figcaption></figcaption></figure>

**Mount the chatbot.** In order to mount the chatbot inline, add a "container" element. The chatbot component will be rendered inside the container element. The `id` must be `lingo-chatbot`.

```html
<div id="lingo-chatbot"></div>
```

Use CSS to define the height and width of the element.
