# Shared Team Library
Node-RED allows you to import and export flows to a local library. This is helpful for saving pieces of flow that you want to reuse.
With FlowForge Premium, each project also has access to a Team Library that makes it very easy to share flows between the projects without having to manually copy them around.
For example, you may have a standard set of flows that you want each project to include. By exporting them to the Team Library, you can quickly import them into new projects.
# Exporting flows
To export flows to the library within the Node-RED editor:
- Select the nodes to be included
- Open the Export Dialog (
Main Menu -> Export
, orCtrl/Cmd-E
) - Select the
Team Library
tab - Enter a name for the library entry
- Click Export
# Importing flows
To import flows within the Node-RED editor:
- Open the Import Dialog (
Main Menu -> Import
, orCtrl/Cmd-I
) - Select the 'Team Library' tab
- Select the flow to import
- Click Import
- Place the imported nodes within your flows