> For the complete documentation index, see [llms.txt](https://design-packs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://design-packs.gitbook.io/docs/integrations/theme-updater-app.md).

# Theme Updater App

The Theme Updater app is a tool that allows you to update the theme of your Shopify store without having to go through the process of manually uploading and installing a new theme. To use the Theme Updater app, you will need to have a Shopify store and have installed the app from the Shopify App Store. You will also need to make sure that your theme is from one of the supported theme companies (Out of the Sandbox, Pixel Union, and Archetype) Note that the Theme Updater app is only compatible with certain themes. If you are having trouble using the app or if it is not compatible with your theme, you may need to update your theme manually by uploading the new version through the Shopify theme editor.

To update your theme using the Theme Updater app, follow these steps:

1. Go to the Shopify App Store and search for "Theme Updater".
2. Click on the app and then click the "Add app" button to install it.
3. Once the app is installed, go to the app's settings page and select the theme you want to update.
4. Click the "Update" button to start the update process. The app will download the new version of the theme and install it on your store. We recommend choosing "Carry over customizations" as this will allow the app to bring over any additional app code.
5. Open your new, duplicated theme in the theme editor. Do your Design Pack sections look correct? Great! No more steps are needed.&#x20;
6. If your Design Packs sections are not displaying correctly, take the following steps:
   1. Go to Apps > Design Packs
   2. Re-install the FAQ - simple FREE section on your updated theme
   3. If you have Global custom CSS, select your updated theme and click "Save" (note - if your updated theme is selected, but the Save button is not active, add a new blank line to the end of the file to activate the "Save" button)
7. If you run into any issues with sections not transferring properly - drop us a line at <info@design-packs.com>. Design Packs is fully compatible with the Theme Updater App.


---

# 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://design-packs.gitbook.io/docs/integrations/theme-updater-app.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.
