> For the complete documentation index, see [llms.txt](https://ridhwan.gitbook.io/wordpressriver-themes-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ridhwan.gitbook.io/wordpressriver-themes-help-center/theme-updates/automatic-updates.md).

# Automatic Updates

## Automatic Updates <a href="#automatic-updates" id="automatic-updates"></a>

You need to have [Envato Market](https://github.com/envato/wp-envato-market) installed on your website. This tool allows to view and install all themes and plugins purchased from ThemeForest or CodeCanyon by using Envato Market API. Once your purchased products are installed WordPress will periodically check for updates, so you will always have your items up to date.

> **Note:** if you have all of required and recommended plugins installed than you’re likely to have **Envato Market** installed as well. In that case you don’t need to install it for the second time. Instead, skip the installation step and start with configuring API.

**Installation**

1. Download the [*envato-market.zip*](https://envato.github.io/wp-envato-market/dist/envato-market.zip) plugin archive
2. Login to WordPress and go to the “Plugins” menu
3. Click “Add New” select downloaded archive
4. Activate plugin
5. You will should see “Envato Market” tab in the left menu

![Envato Market plugin installation](https://gblobscdn.gitbook.com/assets%2F-Lgw7cCXF8M5GUBhxxQ1%2F-Lh00B_ngcMFFB3NG-iH%2F-Lh00dPdfl27LxmTuaKo%2Fa1.png?alt=media\&token=1a1ffa3b-986d-437c-970e-12c125af4a6d)

**API Connection Setup**

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/?purchase:download=t\&purchase:verify=t\&purchase:list=t) and will allow WordPress to securely receive item updates.

![API Token creation](https://gblobscdn.gitbook.com/assets%2F-Lgw7cCXF8M5GUBhxxQ1%2F-Lh00B_ngcMFFB3NG-iH%2F-Lh00pp864i9KeL86h9b%2Fa2.png?alt=media\&token=e787158c-5fcf-4f96-bf6e-c78822ab1e88)

If you did everything correct than you should see the lists of your purchased themes and products. Once a product update is released, you will get a notification where you can install the update and check out changelog.


---

# 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://ridhwan.gitbook.io/wordpressriver-themes-help-center/theme-updates/automatic-updates.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.
