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

# Restore a previous experience version

> Use experience history to review every change to a partner portal experience and roll back to a previous version in one click.

A partner portal experience is a living layout that you edit as your program changes, which means a mid-quarter edit can unintentionally remove a tab, break a section, or change what partners see. Introw logs every change to an experience automatically and lets you roll back to a previous version in one click. This guide shows how to read an experience's history and restore an earlier version so you can experiment and fix mistakes without losing work.

## What you'll achieve

The ability to review the full change history of a partner portal experience and restore any earlier version instantly, with the restore logged so your audit trail stays intact and you can roll forward again if needed.

## Before you start

<Steps>
  <Step title="Have an experience with history">
    History accrues as you edit an experience. See [Build and publish a portal experience](./build-and-publish-a-portal-experience) if you are still building.
  </Step>

  <Step title="Understand what restoring changes">
    Restoring reverts the experience's tabs and sections to the selected version. Republish afterward so the restored layout reaches the partners the experience is assigned to.
  </Step>
</Steps>

## Steps

<Steps>
  <Step title="Open the experience">
    Go to [Experiences](https://app.introw.io/templates) and open the experience you want to review in the builder.
  </Step>

  <Step title="Open the History tab">
    Select the **History** tab to see a chronological log of every change made to the experience since it was created, so you can find the version you want to return to.
  </Step>

  <Step title="Restore a previous version">
    Find the entry you want and select **Restore** next to it. The experience reverts to that version immediately, and the restore is recorded as a new history entry, so earlier and later entries are preserved and you can roll forward again.
  </Step>

  <Step title="Publish the restored version">
    Publish the experience so the restored layout reaches every partner it is assigned to. Until you publish, partners keep seeing the version last published to them.
  </Step>
</Steps>

## Verify it worked

The builder shows the restored tabs and sections, the **History** tab includes a new entry for the restore with all earlier entries intact, and after publishing, an assigned partner's live portal reflects the restored layout.

## Related

<CardGroup cols={2}>
  <Card title="Track and restore asset versions" icon="clock-rotate-left" href="/features/content/asset-library/guides/track-and-restore-asset-versions">
    The same one-click rollback for library assets.
  </Card>

  <Card title="Build and publish a portal experience" icon="table-columns" href="./build-and-publish-a-portal-experience">
    Build the experience that versioning protects.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Full configuration options.
  </Card>
</CardGroup>
