> For the complete documentation index, see [llms.txt](https://docs.unipage.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unipage.eu/beheer-uw-webshop/marketing/popups.md).

# Popups

## Wat is een popup?

Met een popup kan je op de voorpagina van de webshop een boodschap tonen aan jouw klanten.

![](/files/-MkLmbMQ3PrrKHZZeMR9)

Aangezien een popup de volledige pagina blokkeert totdat je klant deze wegklikt, is de kans vrij groot dat de klant de informatie volledig leest.

## Popup aanmaken

Om een popup te maken klik je op de beheerpagina op **marketing - popups** en dan kan je via de groene knop je eerste popup aanmaken

![](/files/-MkLnDGN15CD4gE-Pg8_)

Een popup bestaat uit een titel en inhoud. De inhoud kan worden ingevuld aan de hand van een 'rijke' editor (een beetje zoals Microsoft Word). De functies hiervan zijn talrijk en laten je onder andere toe om:

* Tekst vetgedrukt/cursief te zetten
* Tekstkleur aan te passen
* Tekstgrootte aan te passen
* Afbeeldingen toevoegen
* Tabellen invoegen
* ...

![](/files/-MkLnW5BrtqfBieb10k8)

### Activeren van een popup

Je kan meerdere popus aanmaken, maar er kan er maar één tegelijk actief zijn. Om een popup te activeren klik je op de checkbox

![](/files/-MkLoRxwPuACWzqcziFA)

Het systeem zal automatisch de andere popups deactiveren

## Tips en voorbeelden

Geen idee hoe je popups kan inzetten? Hierbij enkele voorbeelden:

Om je klanten te engageren is het interessant om bijvoorbeeld promoties of nieuwe producten in de kijker te zetten:

![](/files/-MkLqx3pCD3vvROKcebH)

Wanneer er grote wijzigingen gebeuren aan bijvoorbeeld de openingsuren, is het interessant om dit aan de vaste klanten te laten weten op deze manier:

![](/files/-MkLr_MCIMfom9i8v12U)

Engageer je klanten door coupons **niet enkel op social media** kenbaar te maken, maar ook door middel van een popup:

![](/files/-MkLsDxa8HW0i_4FUHF8)

{% hint style="warning" %}
Opgelet! Een popup is een zeer intrusieve manier van communicatie. Je klant is namelijk verplicht om deze te sluiten, alvorens hij zijn bestelling kan plaatsen. Gebruik deze functie dus met mate, en zorg dat de communicatie kort en duidelijk is.
{% endhint %}


---

# 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.unipage.eu/beheer-uw-webshop/marketing/popups.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.
