Keep an append-only record of how people and AI change your documents.
It doesn’t show whether a change came from a person or AI, what changed, or who approved or rejected it.
Document Management SDK manages document state and versions. Document Governance SDK records who or what changed the document, and how that change was handled.
Changes are appended as new records. The SDK cannot update or delete a record once it is written.
Content was added, modified, or deleted in an editing session, by a person or by AI.
A proposed change does not produce this event unless it is applied to the document.
A proposed change was approved or rejected. Records who produced it and who decided on it.
Document changes were saved and committed as a new version.
Contract_Template.docx
Both changes produced by AI · Contract Review Agent
Reviewed by Jamie Carter · Human
Paragraph 3
Approved
BEFORE
The contract term is one year.
AFTER
The contract term begins on the signing date and remains effective for one year.
Paragraph 7
Rejected
BEFORE
Disputes shall be resolved through consultation.
AFTER
Disputes shall be resolved through arbitration by the Korean Commercial Arbitration Board.
{
"eventType": "FILE_CHANGE_REVIEWED",
"object": {
"name": "Contract_Template.docx",
"version": 35
}
} 01
Identify whether a change came from a person, an AI model, or a system process.
02
Trace the actor responsible for the final decision.
03
Rejected changes stay in the record. The document only carries what was accepted.
INTEGRATION
Capture evidence from both in-editor changes and storage-level file operations.
GET STARTED
Explore the developer documentation to see how Document Governance SDK fits into your document workflow.