# Management Dashboard

The management dashboard is accessible from the administration area under **Marketing >** **Stock Notifications** in the main navigation. It consists of two tabs: **Subscriptions** and **Statistics**.

{% tabs %}
{% tab title="Subscriptions" %}
The Subscriptions tab shows all current notification subscriptions in a list view. Each entry contains the following information:

* **Product** – The product name of the subscribed item.
* **Email** – The subscriber's email address.
* **Quantity** – The desired order quantity.
* **Confirmed**– If double-opt-in is enabled it shows if the e-mail address has been confirmed
* **Notified**– Shows if the customer already get the back in stock notification e-mail
* **Created at** – The date of the sign-up.

From the list view, you can delete individual subscriptions to manually clean up entries. Deleted entries no longer count toward the subscription limit of the free version.

#### Subscription Limit (Free Version)

The free version of the plugin allows a maximum of 10 active subscriptions. The Subscriptions tab displays a progress bar showing the current usage (e.g., "3 of 10 subscriptions used"). Once the limit is reached, no new subscriptions can be created and the notification form is hidden in the storefront.

Purchasing the **Advanced** version via the In-App Purchase removes this limit.
{% endtab %}

{% tab title="Statistics" %}
{% hint style="info" %}
The Statistics tab is only available with the Advanced version. In the free version, an upgrade notice is displayed instead.
{% endhint %}

The Statistics tab provides an overview of the notification service usage:

* **Total subscriptions** – How many notifications have been created in total.
* **Total notifications** – How many emails have been sent successfully.
* **Total purchases** – How many purchases resulted from notifications?
* **Total conversion** – What is the conversion rate (the ratio of purchases to emails sent)?
  {% endtab %}
  {% endtabs %}


---

# 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.premsoft.de/en/plugins/back-in-stock-notification/management-dashboard.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.
