diff --git a/content/en/docs/workstation/wks-import.md b/content/en/docs/workstation/wks-import.md new file mode 100644 index 00000000000..0b9555560db --- /dev/null +++ b/content/en/docs/workstation/wks-import.md @@ -0,0 +1,55 @@ +--- +title: "Managing and Sharing Workspace and Station Data" +linktitle: "Managing and Sharing Data" +url: /mendix-workstation/import-export/ +description: "Describes how to import and export workspace and station data across workspaces and environments." +weight: 30 +--- + +## Introduction + +You can manage and share station and workspace data across various workspaces and environments by exporting and importing the configuration of a single station, or of multiple stations at the same time. If performed by the workspace admin, the import includes applications and devices associated with the station. In this way, you can replicate or migrate of station setups, supporting efficient and consistent data handling. + +## Importing and Importing Stations in Bulk + +{{% alert color="info" %}} +This option is only available to licensed users. For more information, see [Mendix Workstation Client](/mendix-workstation/). +{{% /alert %}} + +To transfer multiple station configurations, along with their associated applications and devices, between workspaces, perform the following steps: + +1. Open the [Workspaces](https://workstation.home.mendix.com/) page as the workspace admin. +2. Click the workspace whose stations you want to export. +3. On the **Stations** page, click the three-dot menu in the top right corner of the screen, and then click **Export Stations**. + + {{< figure src="/attachments/workstation/wks-import1.png" class="no-border" >}} + + The **Dowload Stations** dialog opens. You can either download all the stations created for the workspace, or select individual stations from the list. + +4. Click **Download**. + + The export is saved to your computer in JSON format. + +5. Go to the workspace where you want to import the stations. +6. On the **Stations** page, click the three-dot menu in the top right corner of the screen, and then click **Import Stations**. + +After the import finishes, your target workspace has the same apps and devices as the source workspace. + +## Importing and Exporting a Single Station + +To transfer the contents of a single station, perform the following steps: + +1. On the **Stations** page, click the three-dot menu by the station which you want to copy, and then click **Copy Station to Clipboard**. + + {{< figure src="/attachments/workstation/wks-import2.png" class="no-border" >}} + + Alternatively, you can click **Download Station File** to download the configuration to your computer in JSON format for later use. + +2. Click **Create Station**, and then select **Create station from clipboard**. +3. Paste the configuration into the **Paste Station Configuration** field. + + {{< figure src="/attachments/workstation/wks-import3.png" class="no-border" >}} + +4. Click **Continue**. +5. On the **Summary** screen, review the information and optionally select a group to categorize it, such as *Assembly*. +6. Click **Create Station**. \ No newline at end of file diff --git a/static/attachments/workstation/wks-import1.png b/static/attachments/workstation/wks-import1.png new file mode 100644 index 00000000000..6332f3d5ffa Binary files /dev/null and b/static/attachments/workstation/wks-import1.png differ diff --git a/static/attachments/workstation/wks-import2.png b/static/attachments/workstation/wks-import2.png new file mode 100644 index 00000000000..da8889917ea Binary files /dev/null and b/static/attachments/workstation/wks-import2.png differ diff --git a/static/attachments/workstation/wks-import3.png b/static/attachments/workstation/wks-import3.png new file mode 100644 index 00000000000..4bb214ce471 Binary files /dev/null and b/static/attachments/workstation/wks-import3.png differ