> 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/home-custom-blocks.md).

# 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
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/home-custom-blocks.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.
