# Uploading Your Logo

### Magento 2 logo configurations support: <a href="#uploadingyourlogo-magento2logoconfigurationssupport" id="uploadingyourlogo-magento2logoconfigurationssupport"></a>

| SETTING               | STATUS        | DESCRIPTION                                                                     |
| --------------------- | ------------- | ------------------------------------------------------------------------------- |
| Logo Image            | **SUPPORTED** | Determines the image to be used as a store logo                                 |
| Logo Attribute Width  | **SUPPORTED** | Determines the logo image width                                                 |
| Logo Attribute Height | **SUPPORTED** | Determines the logo image height                                                |
| Logo Image Alt        | **SUPPORTED** | Determines the text you want to appear when someone hovers over the logo image. |

### Missing logo behavior:

If a logo is deleted or not set in Admin, the ScandiPWA logo will be shown as a placeholder.&#x20;

### To upload your logo:  <a href="#uploadingyourlogo-touploadyourlogo" id="uploadingyourlogo-touploadyourlogo"></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 **Header** section
4. To upload a new logo, click Upload and choose the file from your computer.&#x20;
5. When complete, click Save Configuration.
6. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**
7. Choose Flush Cache Storage.

{% embed url="<https://youtu.be/elVanAz8uxE>" %}
How to change a logo in ScandiPWA
{% endembed %}


---

# 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://manual.scandipwa.com/v5.2.4/basic-configuration/storefront-branding/uploading-your-logo.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.
