> For the complete documentation index, see [llms.txt](https://docs.avada.io/cookie-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/cookie-help-center/getting-started/dashboard.md).

# Dashboard

This guide is designed to help you navigate through the functionalities and features of our application efficiently. Whether you are looking to track user preferences, customize your cookie banner, or analyze customer interactions, this guide will walk you through the steps.

## 1. Overiew <a href="#id-1-report-cards" id="id-1-report-cards"></a>

The tabs below display:

* All: Total number of Accepted all, Declined all, Accepted partially
* Accepted all: Number of users who accepted to share all cookies
* Declined all: Number of users who declined to share all cookies
* Number of impressions: Total number of times the cookie bar displayed for customers
* Accepted partially: Number of users who accepted to share some cookies
* Analytics: Number of users who accepted to share Analytics cookies
* Marketing: Number of users who accepted to share Marketing cookies
* Functional: Number of users who accepted to share Functional cookies

<figure><img src="/files/aHbYJS8ilUoCKwPHskEJ" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

Select a time filter to track changes (increase, decrease) within the desired timeframe.

### 2. Quickstart[​](https://help.avada.app/cookie/Avada-cookie-consent-dashboard/#2-quickstart) <a href="#id-2-quickstart" id="id-2-quickstart"></a>

Here are some key actions to use the app effectively:

#### **Step 1: Activate app**

Click "Activate app" to activate the application

<figure><img src="/files/wJzUtiG9E6KC2dxDM6qb" alt=""><figcaption><p>Activate app</p></figcaption></figure>

#### **Step 2: Update your Customer privacy preference**

Update customer policies; encourage selecting "Collected after consent" to collect and analyze data for customers from EU, EEA, UK, and Switzerland.

<figure><img src="/files/y1sdAA0CmXKkGOdzY0p1" alt=""><figcaption><p>Update privacy setting</p></figcaption></figure>

#### **Step 3: Setup your cookie banner**

Customize the cookie bar banner to make it more appealing to your preferences.

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

#### Step 4: Helpdesk[​](https://help.avada.app/cookie/Avada-cookie-consent-dashboard/#3-helpdesk) <a href="#id-3-helpdesk" id="id-3-helpdesk"></a>

If you need any assistance, click "Read Guide" and follow the instructions or contact our support team by clicking "Chat with us."

<figure><img src="/files/W9rdkjFEjzwWSCroz4qL" alt=""><figcaption><p>Helpdesk</p></figcaption></figure>

#### Step 5: Others[​](https://help.avada.app/cookie/Avada-cookie-consent-dashboard/#4-others) <a href="#id-4-others" id="id-4-others"></a>

After activating the app and enabling the banner, you can click "View cookie bar" to see how the cookie bar banner appears on your store

<figure><img src="/files/salOSHaCjb0kqnOQApBW" alt=""><figcaption><p>Preview</p></figcaption></figure>

Deactivate banner:

* Activate app: Click the button or link to activate the app.
* Customize: Click the button to go to the banner customization page.

<figure><img src="/files/KMtsVayREVTWPu34vM3M" alt=""><figcaption><p>Deactivate banner</p></figcaption></figure>


---

# 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.avada.io/cookie-help-center/getting-started/dashboard.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.
