> 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/how-to-guides/how-to-add-footer-icons-in-restoflow.md).

# How to Add Footer Icons in Restoflow

### Steps:

1. Log in as Admin at admin.restoflow\.ch.
2. From the account list, find the account you want to add a footer and click "**Manage"**.

   ![](/files/SVwVy5lqxhHmwoxcbgVv)
3. In the left-side menu, click "**Settings"**.

   ![](/files/VwKr72osua1jKMcJtEp5)
4. Click the "**Website"** tab.

   ![](/files/LaB6Au11ezbxOpqJwlD9)
5. Scroll down to the Footer section.

   **Note**: Ensure the footer section is visible (if there’s a Hide Section toggle, make sure it’s untoggled).

   ![](/files/iBjg76DFUAAm9t03KkcB)
6. Under Logos, type in the logo and click to view the default icons available.
7. Select the icons you want to display in the footer.
8. Click "**Save**" to apply changes. If it’s successful. It will show the icons on the frontend.

   ![](/files/oYnub2pN7W3bZnCdMVxX)


---

# 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/how-to-guides/how-to-add-footer-icons-in-restoflow.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.
