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

> ## Agent Instructions
> Flowy is a node-based AI creative platform: you generate images, video, audio, 3D and vector on an infinite Canvas, refine on the Studio timeline, and export or publish from the same project.
> Prefer the Flowy MCP server (https://mcp.tryflowy.ai/mcp) or the REST API at https://apis.tryflowy.ai/v1 for programmatic work. Install with `flowy mcp install` from the @flowy/cli package.
> Credits are workspace-scoped. Generations reserve credits on start and only deduct on success, so failed runs refund automatically.

# Integrations

> Bring media into Flowy from other services, and send finished work back out to them.

Flowy's integrations connect a workspace to Google Drive and Dropbox for two things:

* **Import**: bring existing media into your asset library to use on the canvas.
* **Export**: send finished media from a project straight to the connected account, alongside the option to download it locally instead.

Connect a provider once from [Settings → Integrations](/settings/integrations); every workspace member can then use it.

## Import

From the asset library, the **Upload** button's caret menu lists **Import from …** for each connected provider, alongside plain file upload. Each provider browses its own way (the Google Picker for Drive, an in-app folder browser for Dropbox) but they all land the same way: selected media is copied into your asset library, skipping anything already imported.

## Export

On the canvas, the **Cloud Export** node takes one or more connected node outputs and sends them to a destination you choose: a Google Drive folder, a Dropbox folder, or **Local**, which saves the files to your computer instead. Connecting the node's inputs and picking a destination is enough. No separate provider needed for local saves.

<CardGroup cols={3}>
  <Card href="/integrations/google-drive" title="Google Drive">
    Import files with the Google Picker, and export finished media to a Drive folder.
  </Card>

  <Card href="/integrations/dropbox" title="Dropbox">
    Browse and import from Dropbox, and export to any folder in your account.
  </Card>
</CardGroup>
