Use Advanced Files and Project Downloads
Advanced mode gives access to the project file area. Most nontechnical users do not need it every day, but it is helpful when you want to download files, search the project, or share details with support.
Open Advanced Mode
- Open the project in the Workspace Builder.
- Select Advanced in the workbench header.
- Use the tabs that appear in the file panel.
- Select Simple when you want to return to the easier view.
Advanced Tabs
Advanced mode can include these tabs:
- Progress: view current build activity and status.
- Files: browse project files and folders.
- Search: search inside the project.
- Locks: review locked items when CloudMySite is protecting files during edits.
Download Project as Zip
To download the project files:
- Select Advanced.
- Open the Files tab.
- Select the download icon titled Download project as zip.
- Wait for the zip file to download in your browser.
The downloaded file uses the project name with a short unique ending so it does not overwrite another download with the same name.
The download button appears when project files are available.
Browse Files
The Files tab shows the project file tree. You can select a file to view it in the editor area.
Use this when:
- support asks you to confirm a file exists
- a developer needs to inspect the generated project
- you want to understand what was created
- you need to download the complete project as a zip
Copy File Paths
In the file tree, right-click a file or folder to access path options such as:
- Copy path
- Copy relative path
Use these when asking for help. A copied path lets support or a developer know exactly which file you mean.
Save and Reset File Changes
If a file is edited directly and has unsaved changes, the editor can show:
- Save: keep your direct file edit.
- Reset: discard your unsaved direct file edit.
Nontechnical users should usually make changes through the prompt box instead of editing files directly.
Search the Project
Use Search when you need to find text, page names, labels, button copy, or file references inside the project.
Examples:
- find every place a phone number appears
- find a page title
- find a form label
- find a color name or brand phrase
Locks
The Locks tab helps show files or items CloudMySite is protecting while work is in progress. Locks help prevent accidental conflicts while the builder edits the project.
If a locked item blocks something you are trying to do, wait for the current build to finish and try again.
Terminal
When the code view and Advanced mode are active, a terminal button may be available. The terminal is mainly for technical troubleshooting.
Use it only if:
- support asks you to open it
- a developer is helping you
- you understand the command you are running
For everyday app creation, use prompts, Preview, Admin, and Publish instead.
File Changes
When available, File Changes shows modified files from the current build or edit. It can show:
- file names and paths
- changed file count
- additions and deletions
- search within changed files
- Copy File List
This is useful for support tickets, reviews, and developer handoff.
Advanced Mode Safety Tips
- Do not paste secret keys into visible code files.
- Use Admin -> Secrets for private values.
- Download a zip before making direct file edits if you want a backup.
- If you are unsure, use a prompt instead of editing files manually.
- Return to Simple mode when you are done.