# Dashboards

Dashboards in Weavely offer powerful functionality by leveraging data sets already exported to BigQuery and creating custom views. These views allow you to analyze data across channels and gain deeper insights from your marketing data.

{% embed url="<https://www.loom.com/share/dffcbea2122543549fb71d521a2c36dc?sid=c90840cf-facb-4657-a8ca-613c44de7185>" %}

## Overview of Dashboards

Dashboards allow you to create specialized views in BigQuery by combining or transforming data from various data sets. This includes:

* **Cross-channel reports** that bring together data from Google, Facebook, and Microsoft into a single table for consolidated reporting.
* **Ngram reports** for Google Ads search terms, performing an Ngram analysis to help you understand common patterns and phrases in search queries.

## Setting Up a Dashboard

1. Go to the **Dashboards** section in Weavely.
2. Choose a dashboard to activate. Each dashboard lists:
   * **Required Connections**: Integrations that need to be enabled, such as Google Ads.
   * **Required Tables**: Data tables necessary for the dashboard to function (e.g., Google Ads search terms).
   * **Dimensions and Metrics**: Outputs generated by the dashboard.
3. Once activated, the dashboard will create a corresponding view in BigQuery.

## Viewing and Utilizing the Dashboard in BigQuery

1. Navigate to BigQuery and locate the **Weavely dashboard** section.
2. You’ll see views for the enabled dashboards, such as the **Ngram report**.
3. You can view the schema and inspect the query powering the report to understand the data being analyzed.

## Creating Reports with Looker Studio

To make reporting even easier, Weavely provides Looker Studio templates that align with the dashboard schemas:

1. Open the provided Looker Studio template for the selected dashboard (e.g., the Ngram report).
2. To use your data, make a copy of the template.
3. In your copy, select **Create a new data source** and connect it to BigQuery by:
   * Navigating to your BigQuery project.
   * Selecting the relevant Weavely dashboard dataset (e.g., Ngram report).
4. This will link the Looker Studio report to your data, enabling you to customize the report’s appearance, add filters, and make it your own.

With this setup, you have a ready-to-use report, complete with Weavely’s schema, and the freedom to customize it further. This makes it easy to start analyzing and visualizing your data with minimal setup.

Your dashboard in Weavely is now ready to use in Looker Studio and BigQuery, allowing you to extract powerful insights across multiple data channels.


---

# 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://weavely.gitbook.io/weavely-help-centre/using-dashboards.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.
