# Dashboard

### Overview

The Overview section gives you a quick glance at how your Avada Order Limit app is performing. Here are the key metrics you'll see:

* **Impressions**: This shows the number of times the limit rule has successfully blocked invalid actions. It helps you gauge how often your rules are triggered.
* **Contacts**: This counts the total number of customer contacts made through the Avada Order Limits app, giving you insight into how often customers are reaching out if they see Order limit banner.

<figure><img src="/files/BqcmXXjEYGOBx3o36Ovp" alt=""><figcaption><p>Avada order limit overview</p></figcaption></figure>

## Quick guide

To help you get started quickly and make the most out of Avada Order Limits, we’ve highlighted a few essential actions that customer need to take to get the app up and running smoothly:

#### Activate the app

First, click the **Activate app** to enable the Avada Order Limit app embed block inside the Shopify theme. This is a classic approach that you are might be familiar with if you use some Shopify apps already. Without this step, we cannot register our code snippet or the Javascript on your store.

<figure><img src="/files/p6gHHCFws43pkQpmGgjt" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can find '**Enable app**' in App embeds. Please remember to hit '**Save**' once you're done.
{% endhint %}

#### Create new limit

Create your first limit in our app. Our app supports limits for [products](https://docs.avada.io/order-limit-help-center/create-product-limit), [collections](https://docs.avada.io/order-limit-help-center/create-collection-limit), [customers](https://docs.avada.io/order-limit-help-center/create-customer-limit), and [order](https://docs.avada.io/order-limit-help-center/create-order-limit) limit campaigns. With this step, we will dive deeper in each post.

<figure><img src="/files/ei1djVpQyLtZVid8xkpU" alt=""><figcaption></figcaption></figure>

#### View on store

After publishing the campaign, you can go to the product and cart page to see the limit that appears on your store. Our app will show in the product page, the cart page, and the cart drawer on the change of the cart to reflect the current state of the limit.

{% hint style="info" %}
Our app may require manual support for compatibility with various themes, as many themes may have different identifiers for the quantity input, add-to-cart button, and checkout button. If you do not see all the necessary widgets from our app, please contact our support team for assistance.
{% endhint %}

<figure><img src="/files/yyoCSPqIcxlBbYoxpc6m" alt=""><figcaption></figcaption></figure>

#### Add checkout rule

The Shopify checkout rule is like the final guard against invalid orders. If the message on the product page, and the cart page cannot prevent the customer from checking out with the cart, then this Checkout rule will do. It will stop customers from proceeding with the checkout even if they visit the checkout URL directly.

<figure><img src="/files/4EWTm5suGX99VpWoo21x" alt=""><figcaption></figcaption></figure>

### Helpdesk

If you ever need any assistance, please don't hesitate to click on 'Read guide' and follow the instructions provided. Alternatively, you can also reach out to our friendly support team by clicking on 'Chat with us'.

<figure><img src="/files/dNCyThyho0Okbz4SvlTz" alt=""><figcaption></figcaption></figure>


---

# 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.avada.io/order-limit-help-center/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.
