> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/craft/advanced/update-theme.md).

# Update theme

We regularly release updates to improve performance, fix bugs, and introduce new features. Keeping your theme up to date ensures the best compatibility with Ghost and access to the latest enhancements.

You can check for new versions in the [Changelog](/guides/craft/changelog.md), where all updates are listed in detail.

### How to update the theme

#### Step-by-step:

{% stepper %}
{% step %}
Download the latest ZIP file from your Gumroad receipt or [Gumroad Library](https://gumroad.com/library).
{% endstep %}

{% step %}
In Ghost Admin, go to **"Theme"** and download your active theme as a backup (optional).
{% endstep %}

{% step %}
Click **"Change theme"**.
{% endstep %}

{% step %}
Click **"Upload theme"** and select the new ZIP file.
{% endstep %}

{% step %}
After the upload finishes, click **"Overwrite"**.
{% endstep %}
{% endstepper %}

### Notes

* Your content and settings (navigation, logo, publication icon, publication cover, color scheme, fonts, etc.) are preserved during the update.
* If you’ve modified theme files manually, keep a backup and merge your changes into the new version before activating it.
* Advanced users can use a Git-based workflow to track edits and apply updates selectively.
* Although you’re free to customize the code however you want, this theme is designed to be flexible out of the box.

{% hint style="warning" %}
For most users, structural modifications are not recommended, as they can complicate future updates.
{% endhint %}


---

# 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://docs.ektothemes.com/guides/craft/advanced/update-theme.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.
