# View and revert to older design versions

{% hint style="info" %}
User permissions: Administration > Databases and Sync
{% endhint %}

Phocas tracks the history of changes to database designs by automatically creating a new version of the design each time it is saved or when the database is built. You can revert to a previous version if you need to. You can revert to a previous version if you need to.

In Designer, click the **Versions** tab. The **Versions** tab lists all previous iterations of the database design. On the left you can see the last build date and the time the version was saved, along with the option to show the changes. On the right, you can see the status of the build.&#x20;

<div align="left"><figure><img src="/files/O4uycQynFLeY7XXWR4CJ" alt="" width="566"><figcaption></figcaption></figure></div>

## View the change log <a href="#viewandreverttoolderdesignversions-viewthechangelog" id="viewandreverttoolderdesignversions-viewthechangelog"></a>

Each version of a database design generates a change log that contains details of the changes that were made.

Click **Show changes** to display the change log.

## Revert to a previous version

On the **Versions** tab, click the **Revert** button of the version you want to restore, then click **Confirm**.

The restored design opens, ready to be modified or saved. The restored design will become available in Phocas after it has been saved and built, either manually or on a schedule.<br>


---

# 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.phocassoftware.com/administration/designer/view-and-revert-to-older-design-versions.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.
