> 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/sections/multicolumn.md).

# Multicolumn

A row of columns, each with an image, a heading, some text and an optional link. A general-purpose section — use it for materials, care instructions, brand values, or anything that divides into two to four parts.

## Set it up

1. Add the section.
2. Add a **Column** block for each part.
3. Fill in each one.

## Column blocks

| Setting    | What it does                                    |
| ---------- | ----------------------------------------------- |
| Image      | Optional image above the text.                  |
| Heading    | The column heading.                             |
| Body text  | Formatted text, so you can use links and lists. |
| Link label | Optional link under the text.                   |
| Link       | Where it goes.                                  |

Columns work with or without images. Leave them all empty for a text-only layout — just keep it consistent, since one column with an image beside two without looks like a mistake.

## Content

| Setting   | What it does                   |
| --------- | ------------------------------ |
| Kicker    | Small line above the heading.  |
| Heading   | The section heading.           |
| Body text | A paragraph under the heading. |

## Layout

| Setting            | What it does                   |
| ------------------ | ------------------------------ |
| Columns on desktop | 2 to 4.                        |
| Columns on mobile  | One column or two.             |
| Show step numbers  | Numbers each column, in order. |
| Alignment          | How the text is aligned.       |

**On step numbers:** turning this on makes the section read as a sequence. If that is what you want, consider [How it works](/roomfolk/sections/how-it-works.md) instead — it is built for it, and puts a photograph beside the steps.

## Style

| Setting      | What it does                   |
| ------------ | ------------------------------ |
| Color scheme | Which scheme the section 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/sections/multicolumn.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.
