# Home Custom blocks

### 5. Home Custom blocks

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

![](/files/KMKC0W11NlpFJREMlVY1)

![](/files/yT5FQ6xiPx0xdgDr8vlY)

![](/files/2v1R6kpkgNz9D4cfvXdi)

![](/files/IGeFmCn5OFSFN25dqE3q)

![](/files/cuFxm8YAotSd5Rk6dz6Q)

Follow the below code to achive the above

```html
<!-- Home custom block
================================================== -->

<div class="container">
<div>
<div class="col-sm-6">
<div class="call-out-block">
<div class="call-icon"><i class="fa fa-cubes"></i></div>
<div class="call-content">
<h4>Got Wordpress Users Covered Too! <i class="fa fa-long-arrow-right"></i></h4>
<p>Lorem ipsum dolor sit amet, mea consul offendit te, mel an modo albucius gloriatur. Vis sanctus tincidunt id.</p>
</div>
<a href="#" class="readmorelink"></a></div>
</div>
<div class="col-sm-6">
<div class="call-out-block">
<div class="call-icon"><i class="fa fa-book"></i></div>
<div class="call-content">
<h4>Avail The Best Support You Can Find <i class="fa fa-long-arrow-right"></i></h4>
<p>Lorem ipsum dolor sit amet, mea consul offendit te, mel an modo albucius gloriatur. Vis sanctus tincidunt id.</p>
</div>
<a href="#" class="readmorelink"></a></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/milestone/layout-customization/home-page/home-custom-blocks.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.
