# Deployments & Version Rollbacks

Learn how to inspect published deployment snapshots and roll back to previous versions.

Every time you click **Publish** in the Page Builder, Club Creator generates an immutable **Project Version** snapshot of your entire website structure, pages, and assets.

## Step 1: Open Deployments & History

From your Project sidebar in the Console, click **Deployments**.

![Deployments & Version History Table](/images/guides/deployment-rollbacks/step-1-deployments-history.png)

This table provides a complete timeline of your site's releases:
- **Version Identifier**: The unique version number (e.g. `v1.0.0`).
- **Publisher**: The team member who triggered the deployment.
- **Published At**: Exact timestamp of publication.
- **Status**: Visual badge indicating the currently active live version.

## Step 2: Rolling Back to a Previous Version

If you need to restore an earlier version of your site:

1. Locate the desired version row in the deployments table.
2. Click the **Rollback** button on that row.
3. A confirmation dialog will explain that this version will immediately become the active live site and will synchronize your current builder **Draft Configuration** to match this snapshot.
4. Confirm the rollback. The live edge server will instantly switch to serving the selected version.
