@@ -162,6 +162,26 @@ Use `ping` in a Command Prompt or PowerShell terminal to verify the connection t
162
162
163
163
</div >
164
164
165
+ ##Sync a local directory with your workspace
166
+
167
+ If you're working offline or adding screenshots to your documentation, Coder Desktop file sync can make it easier to move files to your workspace.
168
+
169
+ 1 . Create a new local directory.
170
+
171
+ If you select an existing clone of your repository, Desktop will recognize it as conflicting files.
172
+
173
+ 1 . In the Coder Desktop app, select** File sync** .
174
+
175
+ ![ Coder Desktop File Sync screen] ( ../../images/user-guides/desktop/coder-desktop-file-sync.png )
176
+
177
+ 1 . Select the** +** in the corner to select the local path, workspace, and remote path, then select** Add** :
178
+
179
+ ![ Coder Desktop File Sync add paths] ( ../../images/user-guides/desktop/coder-desktop-file-sync-add.png )
180
+
181
+ 1 . File sync clones your workspace directory to your local directory, then watches for changes:
182
+
183
+ ![ Coder Desktop File Sync watching] ( ../../images/user-guides/desktop/coder-desktop-file-sync-watching.png )
184
+
165
185
##Accessing web apps in a secure browser context
166
186
167
187
Some web applications require a[ secure context] ( https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts ) to function correctly.