> For the complete documentation index, see [llms.txt](https://knowledge.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.themeware.design/knowledge-base/tutorials/miscellaneous/refreshing-the-storefront.md).

# Refreshing the storefront

In order to avoid or solve problems, you should refresh the storefront after each change to the storefront or a theme update.

There are two ways to update the storefront:

1. [Refreshing the storefront](#refreshing-the-storefront)
2. [Refreshing the storefront after updates](#refreshing-the-storefront-after-updates)

{% hint style="success" %}
**Tip:** In order to avoid or solve problems, you should refresh the storefront after each change to the storefront or after a Shopware/ThemeWare® update.
{% endhint %}

***

## Refreshing the storefront

In regular usage, you can refresh the storefront in 3 simple steps:

1. Open the administration of your shop
2. **Compiling the theme:**
   1. Switch to the **"Theme Management"** via the main navigation ("Content" => "Themes")
      * **Note**: In the Shopware Cloud, you will find the section "Themes" directly in the main navigation.
   2. Open the **theme configuration** of your ThemeWare® theme
   3. **Save the configuration** once unchanged
   4. *The Theme is now being compiled.*
3. **Clearing the Shopware cache:**
   1. Navigate via the main navigation to the section **"Cache & Indexes"** ("Settings" => "System")
   2. Click **"Clear caches "**
   3. *The Shopware cache is now being cleared.*
4. **Reloading the website and the browser cache:**
   * After that, reload the page on which the problem occurred in your web browser with a **cache refresh**:
     * Windows: **Ctrl + F5**
     * Mac: **Command (⌘) + Shift (⇧) + R** or **Command (⌘) + Option/Alt (⌥) + R**

The storefront has been refreshed now.

***

## Refreshing the storefront after updates

After updates, we recommend that you assign the default theme and then reassign your ThemeWare® theme:

1. Open the administration of your shop
2. **Assign the Shopware default theme:**
   1. Navigate via the main navigation to your **sales channel** ("Sales Channels" => *Your Sales Channel* => Tab "Theme")
   2. Please assign the **Shopware default theme** to the appropriate sales channel\
      ![](/files/CYTr54mZt0OTRPPNz8wP)
   3. **Save the change** in the sales channel.
3. **Reassign ThemeWare®:**
   1. Now reassign your **ThemeWare® theme** to the appropriate sales channel.
   2. **Save the change** in the sales channel.
   3. *The theme will now be compiled and the theme assets transferred to the storefront.*
4. **Clearing the Shopware cache:**
   1. Navigate via the main navigation to the section **"Cache & Indexes"** ("Settings" => "System")
   2. Click **"Clear caches "**
   3. *The Shopware cache is now being cleared.*
5. **Reloading the website and the browser cache:**
   * After that, reload the page on which the problem occurred in your web browser with a **cache refresh**:
     * Windows: **Ctrl + F5**
     * Mac: **Command (⌘) + Shift (⇧) + R** or **Command (⌘) + Option/Alt (⌥) + R**

The storefront has been refreshed now.


---

# 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:

```
GET https://knowledge.themeware.design/knowledge-base/tutorials/miscellaneous/refreshing-the-storefront.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.
