# Updating Theme

{% hint style="info" %}
There are 3 methods for installing your WordPress theme: **Easiest**, **Envato Market** or via **FTP**
{% endhint %}

## Envato Market (recommend)

Envato has released a plugin named **Envato Market** that can be used from your WordPress dashboard to manage all of your themes and plugins purchased from ThemeForest and Codecanyon.

![](/files/-MI_azfi-DGKl45mpYAS)

## Easiest

First download the latest version of the theme by going to your ThemeForest account, the **Downloads** section. Locate the theme, click on **Download** button and select the “**Installable WordPress file only**” option.

Navigate to **Appearance** → **Themes** and click the **Add New** button. Then click **Upload Theme**.

Select the downloaded theme archive on your hard drive and click **Install Now**.

## FTP

1. Download the `theme-name.zip` from ThemeForest and unzip it
2. Use **FTP** or **SFTP** to access your domain (if you're not sure how your webhost would typically provide guidance on their site)
3. Browse to `wp-content/themes/theme-name`
4. Delete and override the un-zipped `theme-name` folder

{% hint style="warning" %}
Please be aware that we are not responsible for any loss of content, errors, and the leaks that may occur if your WordPress theme update is  installed incorrectly!
{% 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://docs.nebotheme.com/helpers/updating-theme.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.
