Skip to main content

Version History

Every modification in Super Document is recorded as a version. You can view the complete modification history at any time, compare any two versions, or revert to a previous state.

Viewing Document Version History

Click the "Version History" button in the upper right corner of the editor to open the version timeline panel. You will see:

  • Version List: Arranged in reverse chronological order, with the latest version at the top
  • Version Summary: Each version comes with a brief description (e.g., "Polish wording in second paragraph")
  • Operator: Marked as Agent modification or your manual edit
  • Timestamp: Accurate to the minute

Super Document versions are divided into three granularity levels:

GranularityDescriptionExample
PatchSingle modification operation"Replace 'good' with 'excellent'"
TurnAll modifications in one round of conversation"Polish paragraphs 2-4 as requested by user"
SessionAll changes in one complete writing session"Writing session on March 5, 2026 afternoon"

You can switch between these three levels to view, choosing the appropriate granularity as needed.

Version Comparison

Select any two versions, click the "Compare" button, and Super Document will display the differences between the two versions in Diff view:

  1. Click the first version in the version list (marked as "Base")
  2. Click the second version (marked as "Compare")
  3. The editor area switches to side-by-side comparison view

This is particularly useful in the following scenarios:

  • Viewing the complete impact of a round of modifications
  • Comparing differences between two consecutive Agent modifications
  • Evaluating document changes before and after a session

Reverting to Historical Versions

If you're not satisfied with the current document, you can revert to any historical version:

  1. Find the target version in the version list
  2. Click "Preview" to view the complete content of that version
  3. After confirmation, click "Revert to this version"
Reverting Doesn't Lose History

The revert operation itself is also recorded as a new version. This means you can always revert back to the state before the revert—no operation is irreversible.

Rollback at three granularities corresponds to different scenarios:

Rollback GranularityApplicable ScenarioOperation
Undo single PatchOne change is wrong, keep the restSelect this Patch in version history, click "Undo"
Revert to a TurnA round of modifications is not good, return to previous roundSelect the starting version of the target Turn, click "Revert"
Revert to a SessionThis writing session went off trackSelect the starting version of the Session, click "Revert"

Version Management Best Practices

Develop Good Habits
  1. Modify step by step, review step by step: Don't ask the Agent to change too much at once. Modifications in segments are easier to track and control.
  2. Manually mark important nodes: Add notes to satisfactory versions for easy future reference.
  3. Review before modifying: Complete one round of review before initiating the next round of modifications to avoid version confusion.
  4. Check before exporting: Before exporting the final document, switch to "Unified Mode" to read through the entire text.

Exporting Documents

When the document is complete, you can export it in the following formats:

FormatDescription
docxWord document format, supports headings, paragraphs, lists, images, and tables
PDFPDF generated through Markdown rendering

Click the "Export" button in the upper right corner of the editor and select the target format.

Next Steps