# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.satisfilabs.com/resource-center/ai-agent-engine/install-your-chat/web-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
