# BigQuery

You can connect to your BigQuery data warehouse to explore data, combine them with other data sources and build apps on top of them as a data foundation.

## Connecting to your BigQuery Warehouse

To connect your BigQuery data warehouse, follow the steps below:

1. Go to **Data Management** and click on "**New source**" to create a new data source.&#x20;
2. Select **BigQuery** from the list of available data sources.
3. Name your data source connection and provide the connection details:

<table><thead><tr><th width="201">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Auth type</strong></td><td>The authentication runs through a Service Account.</td></tr><tr><td><strong>JSON credentials</strong></td><td>After downloading the credentials of your Service Account as a JSON file, you can paste the file content here to authenticate the account.</td></tr><tr><td><strong>Regional classifier</strong></td><td>Specifies the <a href="https://cloud.google.com/bigquery/docs/locations">location of your warehouse</a>. </td></tr><tr><td><strong>Dataset</strong></td><td>Dataset used for all table names in your custom queries that are not tied to a specific dataset.</td></tr></tbody></table>

4. Click on "**Test connection"** to ensure that your connection works reliably and save your data source connection with "**Connect**".

An existing connection can be adapted by clicking on the data source connection. You will see the configuration details from the initial setup again. The credentials are not made visible. However, you can overwrite the existing credentials with new ones by activating the toggle **Update JSON credentials**.

Note: You can configure the data source for two different environments, Staging and Production. You can find more information about it [here](broken://pages/FM88Izx8RDNtGtuF6cvH).&#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://docs.uify.io/integrations/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.
