MoongraphMoongraph

Files Reference

Complete reference for file management, statuses, and options.

Files Reference

This page documents all file-related UI elements, status values, and system limits.

Document statuses

Documents progress through several stages during processing:

StatusDescriptionProgress
UploadingFile is being uploaded to the server (client-side only)0%
QueuedJob queued, waiting for a worker0%
DownloadingFile is being retrieved from storage5%
ParsingText content is being extracted15%
ChunkingDocument is being split into segments25%
EmbeddingText embeddings are being generated45%
Embedding ImagesImage embeddings are being generated (if Smart Analysis enabled)85%
StoringData is being saved to the database95%
CompletedProcessing finished successfully100%
FailedProcessing failed — click for error details0%
PartialPartially processed — can be retried50%

Status categories

  • Processing: uploading, queued, downloading, parsing, chunking, embedding, storing
  • Terminal: completed, failed
  • Resumable: partial (can retry to complete)

Files table

Columns

ColumnDescriptionDefault visible
SelectCheckbox for bulk selectionYes
NameFilename with icon indicating typeYes
StatusProcessing status with progressYes
DateUpload or creation dateYes
SizeFile size in KB/MBNo
TypeDocument type (if set)No
LanguageDocument language (if set)No
TagsCustom tagsNo
OwnerPersonal or team indicatorNo

Click Columns to show or hide columns.

Sorting

Click any column header to sort. Click again to reverse order.

Filtering

  • Search bar: Filters by filename
  • Resource filter: Show All, Documents only, or Graphs only
  • Column filters: Filter by specific column values

Inline editing

Double-click or click the edit icon to edit:

  • Filename: Rename the document
  • Type: Set document type from predefined list
  • Language: Set document language
  • Tags: Add or remove custom tags

Row actions

Access via the actions menu (⋮) on each row:

ActionDescription
ViewOpen the document viewer
EditRename the document
Manage FoldersAdd or remove from folders
ShareOpen sharing dialog
DownloadDownload the original file
DeleteRemove the document

For failed documents:

ActionDescription
RetryRe-queue for processing
View ErrorSee error details

Bulk operations

Select multiple documents to enable bulk actions:

ActionDescription
Manage FoldersAdd selected items to folders
Add to GraphAdd selected documents to a graph
ExtractRun structured extraction on selected documents
DeleteDelete selected items
Retry FailedRetry all failed/partial documents (appears when 2+ failures)

Add content dialog

Upload files tab

OptionDescription
Drop zoneDrag and drop files or click to select
Smart AnalysisEnable enhanced AI processing for complex documents
File listShows selected files with remove option

Create note tab

FieldRequiredDescription
TitleYesName for the note
ContentYesText content of the note

Folder management

Folder properties

PropertyDescription
NameFolder name
Items countNumber of documents and graphs in folder
OwnerPersonal (user icon) or Team (users icon)
Capabilitiescan_write, can_share permissions

Manage Folders dialog

FeatureDescription
SearchFilter folders by name
CreateCreate new folder inline
Select allToggle all visible folders
RemoveRemove item from specific folder

Documents can belong to multiple folders simultaneously.

Document viewer

Click a document row to open the viewer:

Tab/SectionDescription
DocumentOriginal document with page navigation
MetadataExtracted and custom metadata
GraphsGraphs that include this document
ProcessingIngestion details and timing

Limits

LimitValue
Max file size35 MB per file
Max files per upload50
Max filename length255 characters

Very large documents (500+ pages) may take significantly longer to process or may timeout. Consider splitting them into smaller files.

On this page