> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/install-your-chat/web-installation.md).

# Web Installation

## How to Install

During onboarding, you should receive your chat script to ensure the popup renders correctly on your website. If you need to locate your chat script post-launch, follow the instructions below:

1. In the dashboard, go to **Studio -> Popups**
2. Once you've identified which popup you need, tap the chat script icon
3. Copy the script by tapping the copy icon

<figure><img src="/files/NlMBnbQ1lx1F7WbQaEZw" alt=""><figcaption><p>How to Find Your Chat Script Within Your Dashboard</p></figcaption></figure>

**Sample Script:**&#x20;

{% code overflow="wrap" %}

```
<script id='satisfiScript' src='https://chat.satis.fi/popup/embedder?popupId=XXXX'></script>
```

{% endcode %}

Add your script to the end of the \<BODY> section of the website's HTML. If issues arise, the snippet can also be placed within the header."

<figure><img src="/files/FJxf4Jkf0aeRupNWPJ4V" alt=""><figcaption></figcaption></figure>

## Helpful Hints

* A member of your digital team will most likely be the best point of contact to assist with getting this added to your website.&#x20;
* Satisfi Labs does not support custom script adjustments. Please do not make any edits to the provided code.
* The Satisfi Labs snippet is typically supported on GTM (Google Tag Manager).
* Our website's popup has an optimized load time due to its placement on a high-speed Content Delivery Network (CDN) and gzip compression. Although the file size may vary slightly depending on configuration changes, it is typically under 2kb in total size.
