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

# Version history and restore

> Every save of a Sleekplan document is kept as a version. See exactly what changed in any version, and restore an earlier one without losing anything.

Every time you save a document, Sleekplan keeps a full copy of it as a version. History is only ever added to, so nothing you have written is overwritten or lost, and you can always see how the thinking got to where it is.

This matters most for decision documents. When someone asks "did we not decide the opposite last spring?", the history answers it.

## Where history lives

Open any document from [**Documents**](https://app.sleekplan.com/documents). The **History** section in the right panel lists every version, newest first, with who saved it and when. The current version is marked.

<img src="https://mintcdn.com/sleekplangmbh/laV1gw1IOLnBlElP/images/documents-write-editor.png?fit=max&auto=format&n=laV1gw1IOLnBlElP&q=85&s=f3f3b53a1def00b1a9fd92c70ac0ee3f" alt="A document open in the editor with the history section listing three versions" width="1440" height="900" data-path="images/documents-write-editor.png" />

The version number also appears on each row in the documents list, so you can tell a document that has been revised many times from one nobody has touched since it was written.

## What counts as a new version

A version is recorded when a save actually changes something. Four things are watched:

* the **body**
* the **title**
* the **type**
* the **status**

Saving without changing any of them records nothing, so repeated saves do not fill the history with identical entries. A title-only fix does create a version, because the title is part of the document.

## See what changed in a version

<Steps>
  <Step title="Select a version">
    Click any version in the **History** list. The editor switches to a read-only comparison showing what changed in that version, compared to the one before it.

    <img src="https://mintcdn.com/sleekplangmbh/laV1gw1IOLnBlElP/images/documents-history-diff.png?fit=max&auto=format&n=laV1gw1IOLnBlElP&q=85&s=bb4f884ac2cfcebd8f3a8f2fb445b414" alt="A document in diff mode with removed text struck through in red and added text highlighted in green" width="1440" height="900" data-path="images/documents-history-diff.png" />
  </Step>

  <Step title="Read the highlights">
    Removed text is struck through and tinted red. Added text is tinted green. Where a paragraph was rewritten rather than replaced, you see both versions with only the words that actually changed highlighted, so a one-word edit does not read as a whole new paragraph.

    Version 1 shows the entire document as added, because there is nothing before it to compare against.
  </Step>

  <Step title="Go back to editing">
    Click **Back to current** in the header, or click the selected version again. Nothing you did in this view changed the document.
  </Step>
</Steps>

## Restore an earlier version

Restoring re-applies an old version's content on top of the document. It does not rewind or erase anything: the restore becomes a **new** version at the top of the history, and every version in between stays exactly where it was.

<Steps>
  <Step title="Open the version you want back">
    Select it in the **History** list to check that it is the right one.
  </Step>

  <Step title="Restore it">
    Click **Restore this version**, then confirm. The document goes back to that content, and the history gains a new version that records where the content came from. Restored versions are marked in the list.
  </Step>
</Steps>

<Note>
  If the version you restore is identical to the document's current content, nothing is added to the history and Sleekplan tells you there was nothing to restore. This keeps the history honest: it only records real changes.
</Note>

Because a restore is an addition and never a deletion, it is safe to use. If you restore the wrong version, restore the right one afterwards, and both attempts stay visible in the history.

## Deleting a document deletes its history

There is no way to delete a single version, which is what makes the history trustworthy. Deleting the **document** does remove its entire history along with it, permanently.

If you want a document out of the way but want to keep the record, set its status to **archived** instead of deleting it. See [Write a document](/help/documents/write-a-document).

## Next steps

<CardGroup cols={2}>
  <Card title="Write a document" icon="pencil" href="/help/documents/write-a-document">
    Create a document, format it, and set its type and status.
  </Card>

  <Card title="Link documents to feedback" icon="link" href="/help/documents/link-feedback">
    Connect a document to the posts it informs, from either side.
  </Card>

  <Card title="Document types" icon="file-type" href="/help/documents/document-types">
    Rename the built-in types or add your own.
  </Card>

  <Card title="Documents" icon="notebook-text" href="/help/documents">
    What documents are for and how the Documents screen is organized.
  </Card>
</CardGroup>
