# How to update theme to new version

We periodically release theme updates to add functionality, fix bugs, or keep up to date with the most recent phpBB version.

The update method depends on whether you have edited the theme files or not.

### I have not edited the theme files:

1. Re-download the theme from Themeforest (this will get the most recent version)
2. Extract to your desktop
3. Copy the new theme files
4. Overwrite the existing theme files in your phpBB installation
5. [Purge cache](/getting-started/how-to-purge-cache.md)

{% hint style="info" %}
You might also need clear your browser cache&#x20;
{% endhint %}

***

### I have edited the theme files:

1. Re-download the theme from Themeforest (this will get the most recent version)
2. Extract to your desktop
3. Use a software such as BeyondCompare to identify the changes your made&#x20;
4. Note them down
5. Copy the new theme files
6. Overwrite the existing theme files in your phpBB installation
7. Re-implement the changes you made
8. [Purge cache](/getting-started/how-to-purge-cache.md)

{% hint style="info" %}
You might also need clear your browser cache&#x20;
{% 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.planetstyles.net/getting-started/how-to-update-theme-to-new-version.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.
