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

# Footer

The footer appears on every page. It holds your menu columns, a short line about the shop, and a bottom row with social icons, payment icons and your copyright.

## What goes in it

The footer is built from blocks, so you choose what it contains:

* **Logo and description** — your logo and a sentence or two about the shop.
* **Menu column** — one column per menu. Add as many as you need.
* Any [general block](/roomfolk/blocks/general-blocks.md) — a heading, text, an image, or a newsletter signup.

Add them with **Add block** inside the Footer section.

## Localization

| Setting                      | What it does                                    |
| ---------------------------- | ----------------------------------------------- |
| Show country/region selector | Lets customers pick their country and currency. |
| Show language selector       | Lets customers pick their language.             |

**Both appear only when there is more than one option to choose from.** If your store sells in one country and one language, neither shows, however these are set. You add countries and languages in **Settings → Markets**.

## Bottom row

| Setting                 | What it does                                                                                           |
| ----------------------- | ------------------------------------------------------------------------------------------------------ |
| Show social media icons | Your accounts, added under [Social media](/roomfolk/theme-settings/social-media.md) in theme settings. |
| Enable Follow on Shop   | Lets customers follow your store in the Shop app.                                                      |
| Show payment icons      | The payment methods your store accepts.                                                                |
| Show the year           | The current year in the copyright line.                                                                |
| Show the store name     | Your store name in the copyright line.                                                                 |
| Show store policies     | Links to your refund, privacy, terms and shipping policies.                                            |

**On store policies:** these come from the policies you have written in **Settings → Policies**. Only the ones with content appear, so turning this on before writing them shows nothing.

**On payment icons:** these are drawn from the payment methods actually enabled on your store, so they stay truthful on their own.

## Spacing

| Setting                | What it does                                          |
| ---------------------- | ----------------------------------------------------- |
| Space above the footer | 0px to 120px between the last section and the footer. |
| Top spacing            | 0px to 120px inside the footer, above the content.    |
| Bottom spacing         | 0px to 120px below it.                                |

## Style

| Setting      | What it does                  |
| ------------ | ----------------------------- |
| Color scheme | Which scheme the footer uses. |


---

# 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.lufavo.com/roomfolk/global-sections/footer.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.
