# Restore Version

Wegic lets you preview and restore earlier versions of your website at any time.

You can return to a previous state to undo recent changes or explore a different direction.

Restore Version lets you experiment freely without worrying about losing your work.

## How to Restore a Version

Restore from an AI response

1. Find the AI response you want to revert to in the chat.
2. Click **\[View]** Previous Version

<div align="left"><figure><img src="/files/HIIcPs1cT1yRIJIE5H1a" alt="" width="375"><figcaption></figcaption></figure></div>

3. Preview the version on the right side

<figure><img src="/files/2SQFGHEtFfJkybJMYAls" alt=""><figcaption></figcaption></figure>

4. If you want to restore it, click **\[Restore]**, or click \[Restore to this version] at the top right

<figure><img src="/files/lTg9fhGe8Sy6w1KS4dAO" alt=""><figcaption></figcaption></figure>

5. **Important:**&#x20;

Restoring a version will delete all versions created after that restored point.

Click **\[OK]** to continue restoring.

<div align="left"><figure><img src="/files/B57tVPePDnnFiCid3r5k" alt="" width="375"><figcaption></figcaption></figure></div>

6. Wait a few seconds. Your website will revert to that version.

## FAQ

<details>

<summary><strong>Why does the website look the same before and after restoring a version?</strong></summary>

Sometimes, the AI changes a page other than the homepage when you restore a version.

To check this, use the preview window on the right side to scroll or switch to other subpages.

The restored version may be visible there instead of on the homepage.

</details>

<details>

<summary><strong>Why does some AI messages not show [View] previous version button？</strong></summary>

This usually happens for one of these reasons:

**1. Not every AI message creates a new website version.**

The AI message is part of a normal conversation, such as confirming requirements or asking questions

In this case, no website changes are made, so there is no version to restore

**2. The button did not load correctly.**

If you think a version should be there but don’t see the button, try refreshing the page to reload it.

</details>


---

# 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://help.wegic.ai/tips-and-tricks/restore-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.
