> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Google BigQuery fabric

> Connect Prophecy to your Google BigQuery environment

<Callout icon="/images/icon.png" color="#FFC107">
  Available on the [Enterprise Edition](/data-engineering/administration/platform/editions) only.
</Callout>

To create a fabric using Google BigQuery as the provider, follow the steps below.

<Steps>
  <Step title="Create a new fabric entity">
    Begin by creating a new fabric entity in Prophecy.

    1. From the left sidebar, click the **+** sign.
    2. On the Create Entity page, select **Fabric**.
  </Step>

  <Step title="Fill in the Basic Info tab">
    The **Basic Info** tab lets you define the key identifiers of the fabric.

    1. Provide a name for the fabric.
    2. (Optional) Provide a description for the fabric.
    3. Select a [team](/data-analysis/administration/management/teams/teams) that can access the fabric.
    4. Click **Continue**.
  </Step>

  <Step title="Select the provider">
    The **Providers** tab allows you to choose a SQL warehouse provider. You cannot change the fabric provider after you create the fabric.

    1. Under **Provider**, select **BigQuery**.
  </Step>

  <Step title="Fill in the Connections tab">
    The **Connections** tab allows you to store your credentials to various external data providers for reuse while attached to the fabric.

    * Under **SQL Warehouse Connection**, click **+ Connect SQL Warehouse**.
    * Select **BigQuery** as the connection type and configure the [connection details](/data-analysis/environment/connections/bigquery).

    <Info>
      You can add [Data Ingress/Egress Connections](/data-analysis/environment/connections/connections)
      to your fabric if you want, but these are not required.
    </Info>
  </Step>

  <Step title="Save the fabric">Click **Complete** to save the fabric.</Step>
</Steps>

## Edit an existing fabric

To edit an existing fabric:

1. From the left sidebar, click the **Metadata** page.
2. Navigate to the **Fabrics** tab.
3. Open the fabric you want to edit.
4. Update the fabric. Prophecy automatically saves your changes.

### Edit advanced settings

To edit advanced settings, click the Advanced tab for the fabric.

Here, you can select or deselect **Allow agent to access data**. This allows Prophecy agents to suggest data transformations and actions based on the data in the fabric.
