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

# FAQ

Questions and answers, each one folding open when a visitor clicks it.

## Set it up

1. Add the section.
2. Add a **Question** block for each question.
3. Write the question and its answer.

## Question blocks

| Setting  | What it does                                                      |
| -------- | ----------------------------------------------------------------- |
| Question | The question, as a customer would ask it.                         |
| Answer   | The answer. Takes formatted text, so you can use links and lists. |

Write the question the way a customer would say it — "How long does delivery take?" rather than "Delivery times". People scan this section looking for their own question.

## Content

| Setting      | What it does                         |
| ------------ | ------------------------------------ |
| Kicker       | Small line above the heading.        |
| Heading      | The section heading.                 |
| Heading size | Small, Medium or Large.              |
| Description  | A short paragraph under the heading. |

## Layout

| Setting                 | What it does                                         |
| ----------------------- | ---------------------------------------------------- |
| Desktop layout          | **Beside the questions** or **Above the questions**. |
| Open the first question | Shows the first answer straight away.                |
| Alignment               | How the heading and description are aligned.         |

**On desktop layout:** *Beside the questions* puts the heading in a column next to them, which suits a shorter list. *Above the questions* puts it at full width with the questions underneath, which suits a long one.

**On opening the first question:** leaving this on shows a visitor what kind of thing the section holds, so they know it is worth opening the others.

## Spacing and style

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

## Using it as a page

This section is not only for the home page. To build a dedicated FAQ page, create a page in **Online Store → Pages**, then in the theme editor open that page and add the FAQ section to it.


---

# 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/faq.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.
