> 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/feature-strip.md).

# Feature strip

A row of short promises — free delivery, returns, a guarantee — each with an icon, a heading and a line of detail.

It is designed to sit directly under the hero, and by default it lifts upward to overlap the section above it.

## Set it up

1. Add the section, or find it under the hero on the home page.
2. Add a **Feature** block for each promise.
3. Choose an icon, write a heading and a line of detail for each.

## Feature blocks

| Setting     | What it does                                                 |
| ----------- | ------------------------------------------------------------ |
| Icon        | Delivery, Returns, Guarantee, Sustainable, Support or Spark. |
| Heading     | The promise, in two or three words.                          |
| Description | A line of detail underneath.                                 |

Four is the number this section is built around. Fewer looks sparse across a wide screen; more than six and the text gets tight.

## Layout

| Setting                   | What it does                                             |
| ------------------------- | -------------------------------------------------------- |
| Heading level             | Heading 2, Heading 3 or Paragraph.                       |
| Overlap the section above | Lifts the card upward so it sits over the section above. |
| Columns on desktop        | 2 to 6.                                                  |
| Columns on mobile         | One column or two.                                       |

**On Heading level:** this changes the heading's place in the page outline, not its appearance. Use one Heading 1 per page and do not skip levels — if the section above uses Heading 2, use Heading 3 here. Choose **Paragraph** if these are not really headings on your page.

**On Overlap:** leave it on when this sits directly below a hero, which is what it was designed for. Turn it off if you move the section elsewhere, or it will lift over something it was not meant to.

## Spacing and style

| Setting        | What it does                   |
| -------------- | ------------------------------ |
| Top spacing    | 0px to 120px.                  |
| Bottom spacing | 0px to 120px.                  |
| Color scheme   | Which scheme the section uses. |

Both spacings default to 0, because the overlap is doing the positioning. If you turn the overlap off, you will probably want to add some.


---

# 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/feature-strip.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.
