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

# Reviews

The Reviews section displays customer quotes, ratings, names, and optional avatar images.

Use this section to build trust and show customer feedback on your storefront.

### Open Reviews settings

<figure><img src="/files/WFdLFIiu7Pk4oCgGGBKx" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
To edit the Reviews section:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* Open the page that contains the Reviews section.
* Select **Reviews** in the theme editor sidebar.
* Edit the section settings and review blocks.
* Click **Save**.
  {% endhint %}

***

### Section content

The main section settings include:

* Kicker
* Heading

#### Kicker

Use the **Kicker** field for short text above the heading.

Example:

**Loved by memory makers**

#### Heading

Use the **Heading** field for the main section title.

Example:

**Homes feel warmer when the walls tell your story.**

Keep the heading clear and trust-focused.

***

### Review blocks

The Reviews section uses individual **Review** blocks.

Each Review block can include:

* Rating
* Quote
* Author
* Avatar

Frameora supports up to **6 review blocks** in this section.

***

### Rating

Use the **Rating** setting to show the review rating.

For example, a rating of **5** displays a five-star review.

***

### Quote

Use the **Quote** field for the customer review text.

Examples:

* The tiles look premium and were so easy to move around until the wall felt perfect.
* I made a nursery wall in one afternoon. No nails, no stress, and it looks beautiful.
* The colors came out crisp and the whole set feels much more custom than framed prints.

Keep quotes short and believable.

***

### Author

Use the **Author** field to show the customer name or initials.

Examples:

* Emma R.
* Maya L.
* Jordan P.

Use customer names only if you have permission.

***

### Avatar

Use the **Avatar** setting to upload or select an image for the reviewer.

If you use avatar images, make sure you have the rights or permission to use them.

***

### Best practices

Use real customer reviews whenever possible.

Good reviews are:

* Specific
* Short
* Product-focused
* Trustworthy
* Easy to read

Avoid using fake reviews or customer names without permission.

***

### Save your changes

After editing the Reviews section, click **Save**.

If changes do not appear immediately, refresh the storefront or open the page in a private browser window.


---

# 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/frameora/sections/reviews.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.
