> For the complete documentation index, see [llms.txt](https://weavely.gitbook.io/weavely-help-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://weavely.gitbook.io/weavely-help-centre/quickstart.md).

# Quickstart

Welcome to Weavely! If you’re eager to get started right away, follow these quick instructions for a streamlined setup process.

{% stepper %}
{% step %}

#### Connect Data Sources

Add your data sources to Weavely with these steps:

* Click on **Connect** in the dashboard menu.
* Select **Add New Data Source**.
* Choose your integration (e.g., Google Ads, Facebook Ads) and follow the authentication steps.
* After authentication, choose the accounts you want to connect.
* Map each account to the appropriate client in Weavely.

{% hint style="info" %}
Learn more about data sources with our [video tutorial](/weavely-help-centre/connecting-data-sources.md).
{% endhint %}
{% endstep %}

{% step %}

#### Connect to BigQuery

Link your BigQuery data warehouse to Weavely.

{% hint style="warning" %}
Make sure that your GCP project has a [billing account linked](https://cloud.google.com/billing/docs/how-to/modify-project)! If not, even if BigQuery is connected to Weavely no data will be able to flow through.
{% endhint %}

* Go to **Settings** > **Data Warehouse**.
* Enter your BigQuery **Project ID** and select your region.
* Click **Grant Access** and complete the Google authorization flow.

{% hint style="info" %}
Learn more about linking BigQuery with our [video tutorial](/weavely-help-centre/connecting-bigquery.md).
{% endhint %}
{% endstep %}

{% step %}

#### Configure Data Exports

Set up data exports from Weavely to BigQuery:

* Open the **Data** tab and confirm that BigQuery is connected.
* Review the current export schedule (default is daily at 4 a.m. GMT).
* Go to the **Exports** section and toggle on the tables you wish to export.
* Click **Confirm** to activate exports, and Weavely will start backfilling historical data.

{% hint style="info" %}
Learn more about data exports with our [video tutorial](/weavely-help-centre/setting-up-data-exports.md).
{% endhint %}
{% endstep %}
{% endstepper %}

## Explore More Features

{% tabs %}
{% tab title="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.

**Steps**

1. Navigate to the **Dashboards** section in Weavely.
2. Choose the dashboard you want to enable (e.g., cross-channel or Ngram report).
3. Follow the prompts to activate the dashboard, which will create a view in BigQuery.

{% hint style="info" %}
Learn more about dashboards with our [video tutorial](/weavely-help-centre/using-dashboards.md).
{% endhint %}
{% endtab %}

{% tab title="Clients" %}
Clients in Weavely serve as the main grouping mechanism, allowing you to organize all your data sources within a structured hierarchy. This section provides a quick overview of how to manage clients and leverage their features for reporting and organization.

**Steps**

1. Navigate to the **Clients** section in Weavely.
2. Click on the client you want to edit
3. View and edit their data sources
4. View and edit any additional data such as budgets or pricing model
5. All of the above changes will now be available in your data warehouse!

{% hint style="info" %}
Learn more about clients with our [video tutorial](/weavely-help-centre/understanding-clients.md).
{% endhint %}
{% endtab %}
{% endtabs %}


---

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