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

# Google Cloud Storage

> Export your customers' accounting data from Layer to a Google Cloud Storage bucket.

Layer can deliver your platform's accounting data as files to a [Google Cloud Storage](https://cloud.google.com/storage) bucket you control. Unlike Layer's other integrations, this one flows outward: bank transactions, ledger activity, and report outputs from Layer arrive in your bucket on a schedule, ready to load into BigQuery or whatever sits downstream.

## Setup

Work with your Layer contact to choose the datasets you need, the delivery schedule, and the destination bucket and prefix. Once configured, Layer keeps the exported files current, and each customer's records carry their business ID so you can join them to your own data.

Typical uses include feeding BigQuery for platform-wide financial analytics, archiving accounting records, and staging data for downstream ETL.

This integration is enabled per platform. Reach out to your Layer contact to turn it on.

## Pulling data via API instead

For one-off or lighter-weight needs, the API exposes the same data directly: list endpoints such as [List Bank Transactions](/api-reference/v1/list-bank-transactions) and [List Ledger Entries](/api-reference/v1/list-ledger-entries), and export endpoints such as [Export Ledger Entries as CSV](/api-reference/v1/export-ledger-entries-csv).
