# Homepage banner

### Home page banner

> Module position: slideshow
>
> Module class suffix: Not used

![](/files/uFDlQDWZC0t9JabaL5it)

If you want to display your information in your banner like this you have to create a module and publish the custom module like below

#### Step-1:

![](/files/DqHWUJNABcArN3MACQDR)

#### Step-2:

![](/files/0qiKlK9hD9ovw4fHSp4Z)

#### Step-3:

![](/files/A9IWyeSOu9jER7ULPkP4)

#### Step-4:

Add the following code in your custom module

```html
<div class="home-header h-block white">
<div class="h-block-content">
<div class="container">
<h2>Choose Best to Grow your Business</h2>
<p>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</p>
<div class="button-container"><a href="#" class="btn btn-primary">Download <em class="fa fa-download"></em></a> <a href="index.php/features" class="btn btn-transparent">Learn More <em class="fa fa-chevron-right"></em></a></div>
<img src="images/themeparrot/banner_images/home-page.png" alt="home page" /></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/business/layout-customization/home-style-1/homepage-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.
