> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/getting-started/customize-your-design/upload-favicon-for-online-ordering-site.md).

# Upload Favicon for Online Ordering Site

### Steps:

1. Log in to your account[ https://admin.restoflow.ch/login](https://admin.restoflow.ch/login)
2. Go to **Settings** > **Website**.

<figure><img src="/files/BdEIxItbYng2NyxRgf4d" alt="" width="563"><figcaption></figcaption></figure>

3. Navigate to **Favicon** and click **Upload**.

<figure><img src="/files/tzZTNSU5NaIfpO5oncm1" alt="" width="563"><figcaption></figcaption></figure>

4. Upload your favicon image. We recommend a **350x350 pixel square**. Make sure the file name **does not contain special characters**.

<figure><img src="/files/JBIrCgEbdhcUhYIGMDBk" alt="" width="563"><figcaption></figcaption></figure>

Once uploaded, your favicon will appear on your browser tab and bookmarks, confirming it is active.

<figure><img src="/files/I537djHTU0By19B2iU1R" 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://restoflow.gitbook.io/restoflow-dokumentation/getting-started/customize-your-design/upload-favicon-for-online-ordering-site.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.
