# GCS / S3

{% hint style="info" %}
The GCS / S3 integration is included on paid [Shadow Fork plans](https://www.shadow.xyz/pricing).
{% endhint %}

The GCS / S3 integration is available for [One-off Exports](/getting-data/one-off-exports.md) and [Recurring Exports](/getting-data/recurring-exports.md). It's ideal for teams who need historical blockchain data for analytics or research use cases that don’t require real-time data freshness. Data exports to GCS / S3 offer the highest flexibility, allowing you to upload data into tools that you already use such as Snowflake, Metabase, etc.

When you set up a data export to GCS / S3, you’ll be able to specify:

1. Which contracts and events to export
2. The file format (CSV or Parquet)
3. How often you want the data delivered to your bucket (daily, hourly, every 15 min)
4. How to partition the data (daily, hourly, or no partitioning)

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

See the [One-off Exports](/getting-data/one-off-exports.md) or [Recurring Exports](/getting-data/recurring-exports.md) pages for additional information.


---

# 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.shadow.xyz/integrations/gcs-s3.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.
