# Home Banner

### 1. Home Banner

> Module position:tp-banner
>
> Module suffix: Not used

![](/files/zrCkxhdK49eePLb4yEAg)

![](/files/yT5FQ6xiPx0xdgDr8vlY)

![](/files/2v1R6kpkgNz9D4cfvXdi)

![](/files/IGeFmCn5OFSFN25dqE3q)

![](/files/PMI8EDoIpMJSvyYVjr7h)

Follow the below code to achive the above

```html
<!-- Home banner
================================================== -->

<div class="home-header h-block white">
 <div class="h-block-content">
  <div class="container">
   <div class="row">
    <div class="col-md-7">
     <h2>We Build Software that breathes life into Online Businesses</h2>
     <p>Ferri dicant te his. Postea accusam noluisse at mei, dico falli suscipit ei quo.Ferri dicant te  his. Postea accusam noluisse at mei, dico falli suscipit ei quo.</p>
     <div class="button-container"><a href="#" class="btn btn-primary btn-lg viewbutton"><i class="fa fa-chevron-right font-chev"></i>View more</a> <a href="#" class="btn btn-transparent btn-lg viewbutton"><i class="fa fa-chevron-right font-chev"></i>See features</a>
     </div>
    </div>
    <div class="col-md-5">
     <div class="image-block"><img src="images/themeparrot/slideshow/tablet_view.png" alt="tablet" />
     </div>
    </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/milestone/layout-customization/home-page/home-banner.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.
