> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v5.2.7-1/basic-configuration/storefront-branding/adding-a-favicon.md).

# Adding a Favicon

<div align="left"><img src="/files/-MKEtcs3MMh3BnKgiglq" alt=""></div>

ScandiPWA supports the favicon change from the Magento admin panel.

### To change the favicon: <a href="#addingafavicon-tochangethefavicon" id="addingafavicon-tochangethefavicon"></a>

1. On the *Admin* sidebar, go to **Content** > *Design* > **Configuration**&#x20;
2. Find the store view that you want to configure and click **Edit** in the *Action* column.
3. Expand the **HTML Head** section
4. To upload a new favicon, click Upload and choose the file from your computer.

{% hint style="warning" %}
**NOTE!** Make sure your favicon file is called "favicon"!
{% endhint %}

&#x20;   5\. When done, click Save Configuration.

&#x20;   6\. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**

&#x20;   7\. Choose Flush Cache Storage.

<br>


---

# 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://manual.scandipwa.com/v5.2.7-1/basic-configuration/storefront-branding/adding-a-favicon.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.
