> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/milestone/layout-customization/home-page/product-info.md).

# Product info

### 3. Product info

> Module position:home-3
>
> Module suffix: Not used

![](/files/Ql9UIFATqckiPTCqBiY3)

![](/files/yT5FQ6xiPx0xdgDr8vlY)

![](/files/2v1R6kpkgNz9D4cfvXdi)

![](/files/IGeFmCn5OFSFN25dqE3q)

![](/files/nFpVgi0BFZ65AYf2Rsr9)

Follow the below code to achive the above

```html
<!-- product info
================================================== -->

<div class="product-info">
<div class="text-center">
<h1>Services we offer</h1>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="row">
<div class="col-sm-4">
<div class="product-container">
<div id="product-icon" class="product-icon">
<div class="call-icons"><i class="fa fa-users"></i></div>
</div>
<div class="product-heading">
<h3>Strategy &amp; Planning</h3>
<p class="product-discription">Decore nostro repudiandae mea ea, ne meliore menandri ius. Ex suscipit antiopam salutatus sed, nec ut utamur impetus docendi.Decore nostro repudiandae mea ea, ne meliore menandri ius.</p>
</div>
<div class="button-container"><a href="#" class="btn-lg readbutton"><i class="fa fa-chevron-right font-chev"></i>Read more </a></div>
</div>
</div>
<div class="col-sm-4">
<div class="product-container">
<div id="product-icon1" class="product-icon">
<div class="call-icons"><i class="fa fa-book"></i></div>
</div>
<div class="product-heading">
<h3>Branding &amp; Campaigns</h3>
<p class="product-discription">Decore nostro repudiandae mea ea, ne meliore menandri ius. Ex suscipit antiopam salutatus sed, nec ut utamur impetus docendi.Decore nostro repudiandae mea ea, ne meliore menandri ius.</p>
</div>
<div class="button-container"><a href="#" class="btn-lg readbutton"><i class="fa fa-chevron-right font-chev"></i> Read more </a></div>
</div>
</div>
<div class="col-sm-4">
<div class="product-container">
<div id="product-icon" class="product-icon">
<div class="call-icons"><i class="fa fa-desktop"></i></div>
</div>
<div class="product-heading">
<h3>Web &amp; Mobile</h3>
<p class="product-discription">Decore nostro repudiandae mea ea, ne meliore menandri ius. Ex suscipit antiopam salutatus sed, nec ut utamur impetus docendi.Decore nostro repudiandae mea ea, ne meliore menandri ius.</p>
</div>
<div class="button-container"><a href="#" class="btn-lg readbutton"><i class="fa fa-chevron-right font-chev"></i>Read more </a></div>
</div>
</div>
<div>&nbsp;</div>
</div>
</div>
```


---

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