Overview
In Factify, a Document is a container that holds one or more immutable file versions. This design ensures a complete audit trail for legal and compliance purposes.Creating Documents
When you upload a file, Factify creates a Document with Version 1:Immutability & Versioning
Files in Factify are immutable - you cannot modify or overwrite them. Instead, create a new version:Why Immutability?
| Benefit | Description |
|---|---|
| Audit Trail | Every change is recorded with timestamp and metadata |
| Legal Compliance | Original documents are preserved for legal proceedings |
| Rollback | Access any previous version at any time |
| Non-repudiation | Prove what was signed and when |