# BigQuery Warehouse Setup

{% hint style="info" %}
Warehouses are only available for users on the Freshpaint business plan.
{% endhint %}

**To get started, please reach out to <support@freshpaint.io> to request a new warehouse, and specify the Freshpaint environments you want to set it up for. We'll then provide you with an email that you invite to your GCP.** \
\
See details on the GCP process below:

1. Go to the GCP [IAM page](https://console.cloud.google.com/iam-admin/iam). Click "Grant Access".&#x20;

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

2. Add the email **\<the email obtained from Freshpaint>** as a BigQuery User. This gives the service we are using to transfer data to your warehouse, access to your BigQuery instance&#x20;

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

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

3. Go to the GCP [projects page](https://console.cloud.google.com/cloud-resource-manager?pli=1) and send us the project ID of the project you want your data in. By default, we’ll use  `freshpaint` as the dataset name. Let us know if you'd prefer an alternate name. If you’re setting up multiple environments to sync to your warehouse, you can request any specific schema names you’d like.

   <figure><img src="/files/3CuG7iXsZxgf8lPpUQGT" alt=""><figcaption></figcaption></figure>

4. After that, we will start syncing your Freshpaint data to your warehouse.&#x20;


---

# 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://documentation.freshpaint.io/integrations/destinations/warehouses/bigquery.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.
