# Quotes Section ✨

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

The Quotes section, also known as Testimonials or Customer Reviews section, is a powerful social proof element that showcases customer feedback and experiences with your products or services.

### **Setting Quotes Section**

Go to **Storefront** -> **My Themes** -> **Customize**. <mark style="color:red;">(If your store is a new store, you may need to go to</mark> <mark style="color:red;"></mark><mark style="color:red;">**Channel Manager -> Themes -> Edit Theme**</mark><mark style="color:red;">)</mark>

In the **Theme Editor** -> Go to **Home Page / Quotes Section**

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

**Global Configuration Settings:**

| Setting                | Description               | Example                             | Required |
| ---------------------- | ------------------------- | ----------------------------------- | -------- |
| **Quotes Title**       | Main heading for CTA card | "What Our Customers Say"            | Yes      |
| **Quotes Description** | Supporting text for CTA   | "Join thousands of happy customers" | Yes      |
| **Quotes Button Text** | CTA button label          | "Read All Reviews"                  | Yes      |
| **Quotes Button Link** | Button destination URL    | "/reviews"                          | Yes      |

**Configure Testimonial Items (1-3)**

**For Each Quote Item (1-3):**

| Setting                             | Description                      | Format         | Example               |
| ----------------------------------- | -------------------------------- | -------------- | --------------------- |
| **Quote Item \[X] Text**            | Customer review/testimonial text | HTML supported | "Best purchase ever!" |
| **Quote Item \[X] Name**            | Customer name                    | Text           | "Sarah Johnson"       |
| **Quote Item \[X] Number of Stars** | Star rating (1-5)                | Number         | "5"                   |
| **Quote Item \[X] Date**            | Review date                      | Date string    | "December 5, 2024"    |

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save** and **Publish** to repackage the edited theme.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://halosoft.gitbook.io/bc-nimo-documentation/home-decor/quotes-section.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
