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

# Testimonials

Customer quotes, each with a star rating, a name and an optional portrait.

## Set it up

1. Add the section.
2. Add a **Testimonial** block for each quote.
3. Choose whether they sit in a grid or a scrolling row.

## Testimonial blocks

| Setting | What it does                                                   |
| ------- | -------------------------------------------------------------- |
| Rating  | 0 to 5 stars. Set it to zero to hide the stars for that quote. |
| Quote   | What the customer said.                                        |
| Author  | Their name.                                                    |
| Detail  | An optional line under the name.                               |
| Image   | An optional small round portrait beside the name.              |

**Write what customers actually told you.** The Detail line is a good place for something specific — which piece they bought, or where they are. Avoid claims you cannot stand behind: a line like "Verified buyer" asserts a verification your store is not actually performing, and Shopify's guidelines treat misleading customer content as a problem.

**Quotes work without portraits.** Leave the image empty and the card lays out correctly with just the name.

## Layout

| Setting            | What it does                          |
| ------------------ | ------------------------------------- |
| Layout             | **Grid** or **Scrolling row**.        |
| Columns on desktop | 2 to 4.                               |
| Columns on mobile  | One column or two.                    |
| Alignment          | How the text in each card is aligned. |

**Grid or scrolling row:** a grid shows everything at once and suits three or four quotes. A scrolling row suits more than a handful — it keeps the section a sensible height and lets people move along it.

## Spacing and style

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

**Two schemes here, not one.** The card scheme sets the quote cards apart from the section behind them. Leave them the same for a flat look, or set the cards to a different scheme to lift them off the page.


---

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