# How to update extension to new version

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

### Updating an extension:

1. Navigate to: ACP (Admin Control Panel) → "Customise" (tab)
2. In the left sidebar, click "Manage extensions"
3. Disable the extension (there is no need to click Delete data)
4. Re-download the theme from Themeforest (this will get the most recent version)
5. Extract to your desktop
6. Copy the new extension files
7. Overwrite the existing extension files in your phpBB installation
8. Go back to ACP → Customise → Manage Extensions
9. Click "Enable" next to the extension


---

# 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-extension-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.
