> For the complete documentation index, see [llms.txt](https://docs.shopwaive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shopwaive.com/shopify/accounts/app-embed.md).

# App embed

{% hint style="info" %}
The <mark style="color:blue;">**Popup**</mark> app embed is designed for Shopify Basic, Shopify, and Advanced subscription plans that do have have access to customizing the Checkout page. For Shopify Plus, disable the Popup app embed, ignore the information provide in the App embed pages and instead use Shopwaive's advanced [Checkout extensions](/shopify/checkout-extensions.md)
{% endhint %}

## Popup

{% hint style="success" %}
You have the option to hide the popup visibility within the Design settings of the app. You can also select to show the popup only if the customer has an available balance
{% endhint %}

If you are using Shopwaive on Shopify, you are not on Shopify Plus, and you do not have access to our Checkout extensions, then this step is for you, otherwise you can skip the App embed pages. After installing the app enable the <mark style="color:blue;">**Popup**</mark> by navigating to the **Shopify Admin** > **Sales Channels** > **Online Store** > **Customize**. Then click the <mark style="color:blue;">App embeds</mark> icon on the left menu pane. Find the Popup listed and toggle on.

If your theme does not support Shopify's Theme app extensions or app embeds, [contact](mailto:support@shopwaive.com) our team and we can provide integration support to get you setup in minutes.

<figure><img src="/files/6diucSBf4craSsHHNP24" alt=""><figcaption><p>Not on Shopify Plus? Enable the Popup on your Shopify theme </p></figcaption></figure>

Have questions on any specific features? [<mark style="color:blue;">**Contact us**</mark>](mailto:support@shopwaive.com)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.shopwaive.com/shopify/accounts/app-embed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
