> ## Documentation Index
> Fetch the complete documentation index at: https://infisical-daniel-secret-tags-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Point-in-Time Recovery

> How to rollback secrets and configs to any commit with Infisical.

<Info>
  Point-in-Time Recovery is a paid feature.

  If you're using Infisical Cloud, then it is available under the **Team Tier**. If you're self-hosting Infisical,
  then you should contact [team@infisical.com](mailto:team@infisical.com) to purchase an enterprise license to use it.
</Info>

Infisical's point-in-time recovery feature allows secrets to be rolled back to any point in time for any given [folder](./folder).
Under the hood, snapshots, capturing the state of the folder, get taken after any mutation an item within that folder.

## Snapshots

Similar to Git, a commit (aka snapshot) in Infisical is the state of your project's secrets at a specific point in time scoped to
an environment and [folder](./folder) within it.

To view a list of snapshots for the current folder, press the **Commits** button.

![PIT commits](https://mintlify.s3-us-west-1.amazonaws.com/infisical-daniel-secret-tags-docs/images/platform/pit-recovery/pit-recovery-commits.png)

This opens up a sidebar from which you can select to view a particular snapshot:

![PIT snapshots](https://mintlify.s3-us-west-1.amazonaws.com/infisical-daniel-secret-tags-docs/images/platform/pit-recovery/pit-recovery-commits-drawer.png)

## Rolling back

After pressing on a snapshot from the sidebar, you can view it and even roll back the state
of the folder to that point in time by pressing the **Rollback** button.

![PIT snapshot](https://mintlify.s3-us-west-1.amazonaws.com/infisical-daniel-secret-tags-docs/images/platform/pit-recovery/pit-recovery-rollback.png)

Rolling back secrets to a past snapshot creates a creates a snapshot at the top of the stack and updates secret versions.

Note that rollbacks are localized to not affect other folders within the same environment. This means each [folder](./folder) maintains its own independent history of changes, offering precise and isolated control over rollback actions.
Put differently, every [folder](./folder) possesses a distinct and separate timeline, providing granular control when managing your secrets.
