> For the complete documentation index, see [llms.txt](https://help.undoapp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.undoapp.io/undoing-changes/how-to-undo-changes.md).

# How to undo changes

To Undo changes made to any of the objects supported by Undo, start from the Undo dashboard where you click on the relevant object type's tile and then find your object from the list.

{% hint style="info" %}
For applicable object types, you can also go to the Undo details by visiting the Shopify detail page and choose "More actions" and then "Undo"
{% endhint %}

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5e1b1a6504286364bc93c4fa/images/5ffefce52e764327f87be283/file-IxsBxZhaK1.png)

Once you are viewing the object details, you can see the timeline of the changes recorded by Undo.&#x20;

If changes have been recorded since the point where Undo was installed, you'll see a timeline of details with the "Current Live" version at the top and then the possible undo points (versions that can be restored) further below.&#x20;

The most recent undo point is expanded (the most likely candidate for a restore), so you can view the details. You can expand and collapse both the current live version's details and the other undo points' details and compare the information.&#x20;

To restore a specific version, click the green Restore button and then Restore again to confirm:

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5e1b1a6504286364bc93c4fa/images/5ffefd141c64ad47e4b6ec37/file-F5jIRnVJGf.png)

Wait for the operation to complete and you will get this message:

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5e1b1a6504286364bc93c4fa/images/5ffefd32cfe30d219ccd7458/file-NqdldRSWAq.png)

Wait a few seconds for Undo to pick up the change and refresh the page to see the updated timeline.

{% hint style="success" %}
The version just restored is now the current live version in Shopify and Undo's recording of the previous current live version is now the most recent undo point. If you choose to restore this version, you'll effectively revert the previous operation and return to the original live version.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.undoapp.io/undoing-changes/how-to-undo-changes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
