> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-7.0-2023/version-control-for-templets.md).

# Version Control for Templets📑

In response to your valuable feedback, we've enhanced our system to ensure that when you edit templates, ALL previous versions are meticulously preserved. 🔄 No more worries about accidentally overwriting and losing your work! With this update, every template edit creates a new version, ensuring that your historical data remains intact.

Navigating your templates has never been easier. In the template list view, you'll now find a handy "Versions" dropdown next to each template. 📄 Click on it, and you'll see a list of all saved versions, complete with timestamps and modification dates. You have the power to pick any version you want and load it effortlessly in the template editor for editing or viewing. 📅

We've also simplified your user interface by removing the "Last Updated" column from the template manager. 🚫 Why? Because with our robust version control, you can now access all the information you need without any confusion. We understand that you care most about the current template's last update date, and that's exactly what you'll see.

But that's not all! We've ensured localisation and event tracking are at the heart of this update, so you can seamlessly adapt VisiLean to your specific needs while keeping tabs on every action.

Get ready to elevate your construction project management to a whole new level with VisiLean's Version Control. We can't wait to see how this feature transforms your workflow and empowers you to achieve even greater success! 🏗️💪

#### Check out this video ->

{% embed url="<https://www.loom.com/share/e316f3c1f93d4fac9172584774034c95>" %}


---

# 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://changelog.visilean.com/changelog/release-7.0-2023/version-control-for-templets.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.
