> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Asset Versioning | Version Control Guide

> Track asset versions and view historical changes to schema, descriptions, tags, and ownership with full traceability.

# Data Asset Versioning

Collate automatically tracks every change to a data asset's metadata, giving you a complete history of how your data evolved over time.

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/collatedocs/DGRnNUIWvs85MsO6/public/images/features/ingestion/versioning/metadata-versioning.mp4?fit=max&auto=format&n=DGRnNUIWvs85MsO6&q=85&s=9b08f0c0ba12c5a7ef2ee9b6c9460d33" data-path="public/images/features/ingestion/versioning/metadata-versioning.mp4" />

## Version Types

Versions follow a **major.minor** format, starting at **0.1** when an asset is first created.

* **Minor version** (+0.1) — A backward-compatible change. Triggered when a description, tag, or ownership is added, updated, or removed. For example, version 0.1 → 0.2.
* **Major version** (+1.0) — A backward-incompatible change. Triggered when a column is deleted at the source. For example, version 0.2 → 1.2.

## What You Can Do with Version History

* **Debug data issues** — See exactly when a metadata change was made and whether it caused a problem downstream.
* **Review and govern changes** — Data owners and admins can audit who changed what and when, supporting data governance requirements.
* **Enable collaboration** — When more users contribute metadata, versioning keeps a traceable record of every contribution.

## Accessing Version History

1. Open any data asset and click the **Version** icon in the top-right area of the asset page.

   <img src="https://mintcdn.com/collatedocs/rZhhFXbbYu7NTMpy/public/images/ai-2.0/data-user-guide/version-history-icon.png?fit=max&auto=format&n=rZhhFXbbYu7NTMpy&q=85&s=8dfb822e4f24ba1e6353735a5fcd1e5e" alt="Version History Icon" width="2756" height="1224" data-path="public/images/ai-2.0/data-user-guide/version-history-icon.png" />

2. The **Version History** panel lists all recorded changes. Select any version to see what changed, including which fields were updated and whether the change was minor or major.

   <img src="https://mintcdn.com/collatedocs/rZhhFXbbYu7NTMpy/public/images/ai-2.0/data-user-guide/version-history.png?fit=max&auto=format&n=rZhhFXbbYu7NTMpy&q=85&s=9ca56564d319e99052b6fd78b61e2d56" alt="Version History" width="2830" height="1398" data-path="public/images/ai-2.0/data-user-guide/version-history.png" />

<Card title="How to Delete a Data Asset" href="/ai-2-0/how-to-guides/guide-for-data-users/delete">
  Soft, or hard delete data assets
</Card>
