> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/theme-settings/inspiredtheme-settings-intro/favicon.md).

# Favicon

***

You can find favicons on your browser tabs, as well as on browser pages that list web addresses, such as the bookmarks page. You can add a favicon to your online store to help strengthen your brand. It also provides a visual cue for visitors to quickly locate your Shopify store among multiple tabs opened in their web browsers.

### Customize Favicon:

1. In the theme editor, click **Theme settings.**
2. Locate **Favicon.**

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/6c260f9a-4956-4ccf-b199-41525534df79/Screenshot%202023-12-20%20at%203.28.15%20PM.png" alt=""><figcaption></figcaption></figure>

3. Click **Favicon** to open the setting.

* Select or upload an image. It will be scaled down to a 32 x 32px icon to show next to your web address.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/6f30c31d-da5c-40ac-b5a7-19f8f36ca9a8/Screenshot%202023-12-20%20at%203.35.06%20PM.png" alt=""><figcaption></figcaption></figure>

* You can also change a selected favicon by clicking on the **Change** button.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/747a9b8a-a31f-43c4-9ae9-e532de145b66/Screenshot%202023-12-20%20at%203.43.35%20PM.png" alt=""><figcaption></figcaption></figure>

4. Click **Save**. Now the selected favicon is displayed on your browser tab next to your web address.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/c01fcdb7-d3bf-41d6-be0c-4a54cea97cb0/Screenshot%202023-12-20%20at%203.53.41%20PM.png" alt=""><figcaption></figcaption></figure>


---

# 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://help.inspiredtheme.com/articles/theme-settings/inspiredtheme-settings-intro/favicon.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.
