# Theme Update

Before updating, it's recommended you make a backup of your theme folder (wp-content/themes/theme\_name).

{% hint style="info" %}
Please note that customizations made via Theme Options and website content are stored in the database so you won't lose anything on theme updates. You will only lose changes if you modified the code files of the theme.
{% endhint %}

{% hint style="success" %}
**Best practice & important notes:**

* Create a backup: whenever you update it’s always a good idea to make sure that you have a current backup of your website and database. There are several plugins available that completely automate that process. You can also ask your host to perform a free backup for you.
* Save Theme Options: go to Theme Options - Backup - Export & Download (Download Json); these settings shouldn't be touched by the update, but it's recommended you keep a backup.
* Clear cache: it's always recommended to clear your browser cache, server cache, or optimization plugins after the update to avoid any visual issues.
  {% endhint %}

## Update using Envato Market Plugin <a href="#update-using-envato-market-plugin" id="update-using-envato-market-plugin"></a>

The [Envato Market Plugin](https://envato.com/market-plugin/) helps you to receive updates to your themes purchased through Envato Market (ThemeForest). The plugin Settings Page allows you to configure your Envato API Personal Token.

This API Token is generated from [build.envato.com](https://build.envato.com/create-token/) and will allow WordPress to securely receive item updates. Once the Envato API connection is made from the Settings page, a list of available themes will be shown.

## Manual Update <a href="#manual-update" id="manual-update"></a>

If you don’t want to or can’t use the plugin, you can always update the theme manually in two ways:

**From WordPress admin:**

1. Download the latest version of the theme from your ThemeForest account.
2. Go to Appearance - Themes and upload theme\_name.zip; confirm the update.
3. Update required plugins (if prompted)

**Using FTP:**

1. Remove theme folder from wp-content/themes/ and upload it again
2. Go to your WordPress admin - Themes and check if theme version is updated

{% hint style="warning" %}
Important: After updating the theme, make sure you also update the required plugins. This should come up as a prompt right after the update.
{% endhint %}


---

# 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://webtend-support.gitbook.io/docs/getting-started/theme-update.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.
