# Rollback to a Previous Version

You have the opportunity to access and re-publish older versions, if necessary.

To rollback to a previous version of the page:

1. Navigate to the page whose versions you wish to view.
2. Go to the **Info** tab.
3. Click on the **Rollback** button in the **History** section.

   ![Rollback](/files/hH1Uo4u34gMWGDlYTQ5m)
4. The Rollback window opens. Select a version of the page you wish to Rollback to.

   ![Confirm Rollback](/files/YHMuNPmZsPnPBwvbUlkg)
5. Click **Rollback** to proceed with the changes. Your content has now been rolled back to the selected version of the page and is saved as a **Draft** version.
6. To publish the draft version, click **Save and publish**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/version-management/rollback-to-a-previous-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
