# Meet our team

### 3. Meet our team module

![](/files/JAFFPZmaBFjY9Hp4tuOA)

We have used custom module.

Follow the below code to achieve the above

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/rJzcKGvu0DJgMYEqbBi4)

![](/files/0CdlI7NK8FZXOmfIZVjc)

**Code**

```html
<div class="meet-team col-lg-12 col-md-12 col-sm-12 col-xs-12">
    <div class="chef col-lg-4 col-md-4 col-sm-4 col-xs-12">
        <div class="chef-single">
            <div class="chef-img"><img src="images/themeparrot/chef/chef1.jpg" alt="chef1" /></div>
            <div class="social"><a href="#"><em class="fa fa-google"></em> </a> <a href="#"><em class="fa fa-twitter"></em></a></div>
            <div class="down">
                <div class="name">Cristion</div>
                <div class="sub-name">Head Chef</div>
            </div>
        </div>
    </div>
    <div class="chef col-lg-4 col-md-4 col-sm-4 col-xs-12">
        <div class="chef-single">
            <div class="chef-img"><img src="images/themeparrot/chef/chef2.jpg" alt="chef2" /></div>
            <div class="social"><a href="#"><em class="fa fa-google"></em> </a> <a href="#"><em class="fa fa-twitter"></em></a></div>
            <div class="down">
                <div class="name">Daniel Green</div>
                <div class="sub-name">Head Chef</div>
            </div>
        </div>
    </div>
    <div class="chef col-lg-4 col-md-4 col-sm-4 col-xs-12">
        <div class="chef-single">
            <div class="chef-img"><img src="images/themeparrot/chef/chef3.jpg" alt="chef3" /></div>
            <div class="social"><a href="#"><em class="fa fa-google"></em> </a> <a href="#"><em class="fa fa-twitter"></em></a></div>
            <div class="down">
                <div class="name">Marteen</div>
                <div class="sub-name">Head Chef</div>
            </div>
        </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/other-pages/meet-our-team.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.
