opensaas-sh/blog/src/content/docs/guides/updating-opensaas.md
:::danger[We advise against merging the latest template changes into your app] If you've already started building your app, we generally advise against merging the latest template changes into your app.
Below we outline our reasoning why, and provide a basic guide to help you update your app if you decide to do so anyway. :::
We generally advise against updating your Open SaaS-based applications after initial setup.
Why?
Because your codebase will naturally diverge from the template as you build your unique application, and any updates we may make to the template may not be compatible with your modified codebase, or your version of Wasp.
Even if you really want to include a new feature from the template in your app, proceed with caution and thoroughly consider the following:
If you read above, considered the risks, and still need specific improvements, we recommend that you manually merge the changes.
To do this, you should can either 1) merge new Open SaaS template changes into your current project, or 2) merge project changes into a fresh Open SaaS template.
The method you choose is up to you and will largely depend on the complexity of the changes you need to make.