# Popups

## Overview

Your popup's primary function is to provide a direct, real-time communication channel between your customers and your assistant/live agents. Users can initiate the chat session directly on the webpage by clicking on the chat button.&#x20;

<figure><img src="/files/QqfPOHv96V7WmuWEmWJE" alt=""><figcaption><p>Example of a Popup Button</p></figcaption></figure>

## View Your Popups

<div data-full-width="true"><figure><img src="/files/HXkuNJ5HTuQculyARm9g" alt=""><figcaption></figcaption></figure></div>

To view your existing popups in the dashboard, admins can go to **Studio** -> **Popups**. From this window, you can:

* Test the popup (click the popup's name)
* Copy the popup's embed code (Snippet icon)
* Launch the popup's editing window (Pencil icon)
* Clone an existing popup (Clone icon)
* Delete an existing popup (Trash can icon)
* Create a new popup (+ icon)

## FAQs

<details>

<summary>Why would I need multiple popups?</summary>

Some organizations like to have different popup settings for different web pages. For example:

The chat on your membership sales webpage might have the following settings:

* Chat auto-opens after 7 seconds
* Prompt bubble text says "Memberships are on sale now!"
* Your label text says "Speak to a Sales Rep"

The chat on your homepage might use these settings instead:

* Your chat will not auto-open
* Prompt bubble text says "Learn more about tickets, parking and more!"
* You have an image of your mascot vs. using the traditional "Chat with Us" bubble

Since your popups have different settings, this would require you to use two different popups.

</details>

<details>

<summary>How many popups can I use?</summary>

You can use as many as you need!

</details>

<details>

<summary>How can I switch out a popup on my webpage for another?</summary>

Remove the existing popup code snippet from your webpage and apply the new snippet.

</details>


---

# 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/enhance-the-chat-experience/popups.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.
