# Testimonials

### 5. Testimonials

> Module position: testimonial
>
> Module suffix: Not used

![](/files/ituFJjWA2gqawXotNjkj)

We have used custom module for this testimonial module.

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/rJzcKGvu0DJgMYEqbBi4)

![](/files/0CdlI7NK8FZXOmfIZVjc)

**Code**

```html
<div class="testimonial">
    <div class="test-customer">
        <div id="myCarousel" class="carousel testi-moinal slide" data-ride="carousel">
            <div class="carousel-inner">
                <div class="item active">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s standard dummy text ever since the 1500s.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img1.jpg" alt="img1" class="img-responsive testi-img" /><span>Lakha</span></div>
                <div class="item">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img2.jpg" alt="img2" class="img-responsive testi-img" /><span>John</span></div>
                <div class="item">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has been the industry's ever since the 1500s, when an unknown printer.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img3.gif" alt="img3" class="img-responsive testi-img" /><span>Rita</span></div>
                <div class="item">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has since the 1500s, when an unknown printer.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img4.jpg" alt="img4" class="img-responsive testi-img" /><span>Vikash</span></div>
                <a href="#myCarousel" class="left carousel-control" data-slide="prev"> <em class="fa fa-chevron-left"></em> <span class="sr-only">Previous</span> </a>
                <a href="#myCarousel" class="right carousel-control" data-slide="next"> <em class="fa fa-chevron-right"></em> <span class="sr-only">Next</span> </a>
            </div>
            <!-- Indicators -->
        </div>
    </div>
</div>
```


---

# 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://jdocs.themeparrot.com/joomla-templates/yummy/layout-customization/home-page/testimonials.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.
