Skip to main content
Version: 2026.03

Files and Content Management

The Files section is your workspace for managing individual files, their versions, and derived artifacts.

Browse Files

  1. Click Files in the sidebar (or navigate to /files).
  2. The page displays a three-column layout:
    • Left panel: A file tree listing all your files, with pagination at the bottom.
    • Center panel: Preview of the selected file (or the artifacts browser).
    • Right panel: Details pane with properties, versions, and comments for the selected file.
  3. Files are listed as tree nodes. Expand a file to see its artifacts (derived/extracted outputs) grouped by the job that created them.

Upload a File

Method 1 — Drag and Drop

  1. Navigate to the Files page.
  2. Drag one or more files from your computer onto the page. A drop zone indicator appears.
  3. The Upload Files modal opens. For each file, fill in:
    • File name for the file.
    • External Version (optional).
    • Tags (optional).
    • Infosec Level (required when infosec is enabled — defaults to the organization's default level; the field is highlighted in red if empty).
  4. Click Upload.

Method 2 — Add Files Button

  1. On the Files page, click Add files in the top-right action bar (or the + icon in the left panel header).
  2. In the Add Files modal, select the Upload tab.
  3. Click Choose files and select files from your computer.
  4. Complete the upload metadata and confirm.

Connect an External File

  1. On the Files page, click Add files.
  2. In the Add Files modal, select the Connect tab.
  3. Choose an app integration (e.g., Google Drive, Teamwork Cloud, Windchill, 3D Experience, Microsoft 365).
  4. Fill in the connection form with the required details for that integration.
  5. Click Add to create a linked metadata file that references the external source.

Note: App integrations must be configured by an admin before they can be used (see the Administrator Guide).

View File Details

  1. On the Files page, click a file in the left panel tree.
  2. The center panel shows the file preview (or the artifacts browser for files with artifacts). When infosec is enabled, a classification banner appears at the top of the preview showing the resource's classification level.
  3. The right panel (details pane) shows:
    • File Name (with pencil icon to rename), File ID, Revision ID (copyable).
    • Created date and Created by user.
    • Size.
    • Classification (editable dropdown when infosec is enabled and permitted).
    • Control Tags (editable if permitted).
    • Function Status, Users with Access.
    • External Version, External ID (shown only if set), Description (shown only if set).
    • Remote Source (shown for files linked to an upstream remote).
    • Versions section: List of file revisions with a + button to upload new versions.
    • Comments section: Collapsible section with threaded comments.
  4. The Activity tab in the center header shows jobs run on this file.

Rename a File

  1. Select a file to view its details.
  2. In the file details header, click the pencil icon next to the file name.
  3. Type the new name in the inline text field.
  4. Press Enter or click the checkmark to save. Click the X to cancel.

Required role: Editor, Administrator, Owner, or the original file creator.

Preview a File

The platform automatically renders previews for supported file types:

File TypeViewer
Images (PNG, JPG, GIF, etc.)Image viewer with pan/zoom
PDFPDF viewer
3D modelsInteractive 3D viewer
HTMLRendered HTML
MarkdownRendered Markdown
Text / code filesText viewer with syntax highlighting
XMLXML viewer

If no preview is available, you will see a "No Preview Available" message with an option to Extract (run a function to produce viewable artifacts).

Upload a New Version

  1. Select a file to view its details.
  2. In the Versions section of the right panel, click the + (Add version) button.
  3. In the Upload Version modal:
    • Upload tab: Select a file from your computer.
    • Connect tab: Link to an updated external source.
  4. Confirm the upload.

Required role: Editor, Administrator, Owner, or Upstream Remote Owner.

Compare File Versions

  1. Select a file that has two or more versions and is a previewable type.
  2. Click the Compare versions button (arrow-left-right icon) in the file details action bar.
  3. In the File Comparison dialog:
    • Use the left and right version selectors to pick which versions to compare.
    • Toggle between Split and Unified diff views.
    • The diff viewer highlights additions, deletions, and changes.

Download a File

  1. Select a file to view its details.
  2. Click the Download button (down-arrow icon) in the file details action bar.
  3. The file will download to your computer.

Archive / Restore a File

Archive

  1. Select a file to view its details.
  2. Click the Archive button (box icon) in the file details action bar.
  3. Confirm the archive action in the dialog.

Required role: Owner.

Browse Artifacts

Artifacts are files derived from a parent file through job execution (e.g., extracted elements from a ZIP or model file).

  1. Select a parent file that has artifacts.
  2. In the file details content area, the Artifacts Browser displays a searchable table.
  3. Artifacts are grouped by the job that produced them, showing:
    • The tool/function name that ran (click to view job details).
    • Each artifact as a row with name, type, and size.
  4. Click an artifact to view its details, preview, and metadata.

Alternatively, expand a file in the left panel tree to see its artifacts nested as child nodes.

Comment on a File

  1. Select a file to view its details.
  2. In the right panel, expand the Comments section.
  3. View existing comments (paginated) and add new ones.
  4. To view a single comment in full detail, navigate to /comment/:commentId.
  1. On the Files page, click the Filter files button (filter icon) in the left panel header.
  2. The Search panel opens with filter options:
    • File Name — search by file name
    • Description — search by description
    • External Version Tag — search by external identifier
    • Uploaded by — filter by creator
    • Status — show All, Active, or Archived files
  3. Apply filters to narrow the file list.
  4. Active filters appear as badges in the left panel header. Click Clear All to remove all filters.