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

# Favicon

Favicon (short for favorite icon) is the icon shown on the browser's address bar or next to the site name in the bookmark list. It will be displayed on the address bar when your affiliates sign up or log into their account.

![](/files/E29fuu4UDRygYThY3Gv6)

A favicon helps your affiliate program to be more professiona&#x6C;**.** To know how to **Add a favicon to your Shopify store**, you can follow [this guide](https://help.shopify.com/en/manual/using-themes/change-the-layout/theme-settings/add-favicon) from Shopify.

&#x20;To get your **Favicon URL**, go to your webpage and right-click, then select **View page source.**

<figure><img src="/files/0CzPCvFjMgudpGXWaGVW" alt=""><figcaption></figcaption></figure>

Next, press **Ctrl + F** and type ***icon**.* You will see your favicon URL next to it.

<figure><img src="/files/euY1AvsHiC3vrSPIrGJ1" alt=""><figcaption></figcaption></figure>

Copy the URL and paste it into the Favicon URL box, then add **https:** at the beginning of the link, just like this:

<figure><img src="/files/MsLbUvtMAiuI6wFweR75" alt=""><figcaption></figcaption></figure>

Finally, don't forget to click **Save** to confirm changes.


---

# 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://docs.uppromote.com/settings/general-settings/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.
