> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/tutorials-1/data-migrations.md).

# Data Migrations

Data migration flows in Fastn help you move files and datasets between different storage systems or databases while maintaining reliability, security, and structure.

> These guides walk you through setting up migration flows and widgets to automate transfers between platforms like Google Drive, AWS Redshift, and Google Cloud Storage.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Google Drive to GCS Migration – Widget</strong></td><td>Configure a ready-to-use widget to migrate files from Drive to Cloud Storage.</td><td><a href="/pages/qdrfWZ8TvRWdAZrwk3r8">/pages/qdrfWZ8TvRWdAZrwk3r8</a></td></tr><tr><td><strong>AWS Redshift to GCS Migration – Widget</strong></td><td>Build a migration widget to move data seamlessly from Redshift to GCS.</td><td><a href="/pages/wYeTAhR6LicJsulvHKIb">/pages/wYeTAhR6LicJsulvHKIb</a></td></tr><tr><td><strong>Google Drive to GCS Migration Flow</strong></td><td>Create a complete migration flow for automated Drive-to-GCS transfers.</td><td><a href="/pages/OZBf4cDwxQn3araPQ8z3">/pages/OZBf4cDwxQn3araPQ8z3</a></td></tr><tr><td><strong>Redshift to GCS Migration Flow</strong></td><td>Design a flow that securely transfers datasets from Redshift to Cloud Storage.</td><td><a href="/pages/56keLsn469qJDPdIXzO7">/pages/56keLsn469qJDPdIXzO7</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.fastn.ai/tutorials-1/data-migrations.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.
