Skip to main content

Updating a document

Every publish creates a new version on the same document. Your public URL does not change.

From the dashboard

1

Open the document

In the dashboard, select the document you want to update.
2

Upload new HTML

Drag a fresh .html file onto the drop zone. This appends a version.
3

Optional note

Add a version note when the UI offers it — short strings help you scan history later.

From MCP (publish_document)

Include the document_id you received when the document was first created:
publish_document
  document_id: "your-uuid-here"
  title: "Same title or an updated one"
  html: "<!DOCTYPE html>..."
  note: "Fixed table totals"
Omit document_id only when you intend to create a new document with a new link. Recipients refresh the same URL and see the latest published version. You do not re-send a different address.
Version notes: Use the present tense and a noun phrase — “Add ROI section”, “Legal wording v2”. Avoid empty notes; future you will thank you.

Live links

Version history