> For the complete documentation index, see [llms.txt](https://docs.avada.io/order-limit-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avada.io/order-limit-help-center/getting-started/dashboard.md).

# Dashboard

> Two usage KPIs, a Theme store app embed indicator, a Quick guide checklist, and a Helpdesk card — everything you need to confirm your limits are running.

***

### Anatomy of the Dashboard <a href="#anatomy-of-the-dashboard" id="anatomy-of-the-dashboard"></a>

The Dashboard stacks the following blocks from top to bottom:

| Block                                                               | What it shows                                                            |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| **Welcome banner**                                                  | "Hi \[admin name]!" + "Welcome to Avada Order Limit"                     |
| **Theme store app embed** indicator + **App embed settings** button | At-a-glance status of whether the app is embedded in your live theme     |
| **Overview** card                                                   | Two KPIs — **Impressions** and **Contacts** — for your store this period |
| **Quick guide** widget                                              | A 4-task setup checklist with a progress bar                             |
| **Helpdesk** card                                                   | Chat with us + Read guide buttons                                        |

![Dashboard overview](/files/Cq9QMEeuwggbKUEsTjnq)

***

### Block 1: Theme store app embed <a href="#block-1-theme-store-app-embed" id="block-1-theme-store-app-embed"></a>

A horizontal status bar between the welcome banner and the Overview card.

* **Off** (grey) — the app isn't embedded on your active theme. No limit will run on the storefront.
* **On** (green) — embed is active. Limits will fire when visitors trigger a rule.

Click **App embed settings** at the right of the bar to jump straight to the Shopify theme editor with the Avada Order Limit embed pre-selected.

> **Important:** If this shows **Off** after install, finish step 1 of the Quick guide below before anything else. Without the embed, none of your limit rules will be enforced on the storefront.

![Theme store app embed](/files/bfyVMRemdDnFvDe6Cdvg)

***

### Block 2: Overview <a href="#block-2-overview" id="block-2-overview"></a>

The Overview card sits above the Quick guide and shows two KPIs side by side.

| KPI             | What it shows                                                                               |
| --------------- | ------------------------------------------------------------------------------------------- |
| **Impressions** | Number of times Avada Order Limit has successfully blocked invalid actions on your store    |
| **Contacts**    | Total customer contacts made through the app's "Contact us" entry on the limit notification |

If you are on a **Free** plan, the **Impressions** card also shows your free impression usage (e.g., **20 / 50 free impressions**). This is a **one-time lifetime allowance** — it does **not** reset each month. When it runs out, your limit rules stop enforcing on the storefront until you upgrade.

> **Tip:** If **Impressions** stays at **0** but you have active rules, check the **Theme store app embed** bar above. The embed must be **On** for impressions to count.

![Overview KPI cards](/files/T7CtcU44UUjvtXnGdDjK)

***

### Block 3: Quick guide <a href="#block-3-quick-guide" id="block-3-quick-guide"></a>

A 4-task checklist that takes a new store from install to fully enforced limits. Above the tasks you'll see a progress line — for example, **"2 of 4 tasks completed"** — that fills as you finish each one.

| Step  | Task                                                | What it means                                                                                                                                         |
| ----- | --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| **1** | **Activate app**                                    | Enable our app to see it visible on your store. Click **Activate app** to open the Shopify theme editor, or **Refresh status** to re-check the embed. |
| **2** | **Create your first limit**                         | Set up your limit with various types. Click **Create new limit** to open the limit type picker and configure your first rule.                         |
| **3** | **Add the block to show inline limit notification** | Once you click **Go to Settings**, the app blocks will be added automatically. All you need to do is click **Save** on the theme editor page."        |
| **4** | **Add checkout rule**                               | The app now automatically adds Checkout rules for you. To confirm, click **Go to checkout settings** to check their status in your Admin panel.       |

> **Tip:** Step 1 is the only blocker for the storefront. Step 4 is the safety net — without it, a savvy customer can land on `/checkout` directly and bypass your limits. We recommend completing all 4 steps before going live.

![Quick guide checklist](/files/dEn8s4HlqUv171GgIWYX)

***

### Block 4: Helpdesk <a href="#block-4-helpdesk" id="block-4-helpdesk"></a>

A small card at the bottom of the Dashboard for direct support.

* **Chat with us** — opens the in-app live chat with the Avada team (replies usually within minutes during business hours)
* **Read guide** — opens this help center

![Helpdesk card](/files/l47gjykcciai9n1kC0oX)

***

### Understanding Your Metrics <a href="#understanding-your-metrics" id="understanding-your-metrics"></a>

#### Impressions <a href="#impressions" id="impressions"></a>

Each impression counts one time Avada Order Limit successfully blocked an invalid add-to-cart, cart update, or checkout attempt. Rising impressions mean your rules are catching real customer behavior. If the number sits at zero for days, either no shoppers hit your rule or the embed is off.

#### Contacts <a href="#contacts" id="contacts"></a>

Counts customers who clicked the "Contact us" link inside the limit notification. A spike here often means your limit threshold is confusing or too restrictive — worth a review.

***

### Tips <a href="#tips" id="tips"></a>

* **Bookmark the Dashboard.** It's the fastest way to spot when something has broken — e.g., a theme update accidentally toggled the embed off.
* **Watch Impressions early.** If the number stays at 0 after install, you have an embed or rule-coverage problem. Don't wait a month to notice.
* **Treat the Quick guide as a gate.** Don't share the store URL with customers until all 4 tasks show as completed.
* **Free plan?** Keep an eye on the free impression counter on the Overview card so you don't hit the cap mid-campaign.

***

And there you have it! You now know what every block on the Avada Order Limit Dashboard means. Complete the Quick guide, then check back weekly to monitor impressions and contacts.

If you have any questions or run into any issues, don't hesitate to reach out. We're here to help!


---

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

```
GET https://docs.avada.io/order-limit-help-center/getting-started/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.
