n8n-docs-v2 / docs /workflows /export-import.md
Jeice Santos
Subindo documentação do n8n limpa
0a84888
metadata
title: Export and import workflows
description: Different ways to export and import workflows in n8n.
contentType: howto

Export and import workflows

n8n saves workflows in JSON format. You can export your workflows as JSON files or import JSON files into your n8n library. You can export and import workflows in several ways.

--8<-- "_snippets/workflows/sharing-credentials.md"

Copy-Paste

You can copy and paste a workflow or parts of it by selecting the nodes you want to copy to the clipboard (Ctrl + c or cmd +c) and pasting it (Ctrl + v or cmd + v) into the Editor UI.

To select all nodes or a group of nodes, click and drag: Select a group of nodes

From the Editor UI menu

From the top navigation bar, select the three dots in the upper right Workflow menu icon to see the following options:

Import/Export menu
Import & Export workflows menu
  • Download: Downloads your current workflow as a JSON file to your computer.
  • Import from URL: Imports workflow JSON from a URL, for example, this workflow JSON file on GitHub{:target=_blank .external-link}.
  • Import from File: Imports a workflow as a JSON file from your computer.

From the command line