# Storage Actions

## Introduction

The Storage actions in DBSync Cloud Workflow enable you to read from, write to, and transform files as part of your integration workflows. These actions are essential when your workflows involve file-based data exchange - whether storing reports, pushing data to cloud drives, working with CSVs, or saving output files for backup or downstream processing.

Storage actions give you the flexibility to interact with a variety of file systems, both local and cloud-based, including Amazon S3, Google Drive, FTP, Dropbox, and more. Additionally, with support for file formatting and restructuring, you can customize the structure and content of data before storing or transmitting it. Whether your use case involves backing up integration results, generating structured output files, or exchanging files with third-party platforms, Storage Actions help automate and standardize your file-handling processes.

This section introduces each storage-related action type and guides you on how to configure them effectively in your workflows.

### Key topics in this section

* [**Dropbox**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/storage/dropbox): Store workflow output files to Dropbox, enabling cloud-based access and sharing with teams or external users.
* XML: Allows users to perform structured data transformations between systems.
* [**File**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/storage/file): Store or generate files directly on the file system where DBSync is hosted. Ideal for local testing or storing temporary artifacts.
* [**CSV**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/storage/csv): Convert integration data into well-structured CSV files that can be used for reporting, data transfer, or archival purposes.
* [**Google Drive**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/storage/google-drive): Automatically upload documents, reports, or data files to your Google Drive folders for collaboration or record-keeping.
* [**FTP**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/storage/ftp): Transfer files to remote FTP servers as part of legacy system integration or secure file exchange workflows.
* [**Amazon S3**](https://docs.mydbsync.com/cloud-workflow/create-your-workflow/actions/storage/s3): Upload files to an Amazon S3 bucket for backup, data sharing, or long-term storage in a scalable cloud environment.


---

# 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.mydbsync.com/cloud-workflow/2026_create-your-workflow/action/storage-actions.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.
