# Home-2 Promo Module

### 20. Home-2 Promo Module

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

![](/files/yM0GsRsRYhV1UYCKD5OK)

If you want your module this way, Go to backend: Extensions --> Module Manager --> New --> Select type as Custom Html with the settings below:

#### Step-1

![](/files/33KoMSIW5UPYqhpehKd3)

#### Step-2

![](/files/f7dpGMPNB2sTgZnwHDMO)

Add the below code in your custom html module

```html
<div class="container">
    <div class="col-md-9">
        <p>The fastest way to grow your business with the leader in Technology.</p>
    </div>
    <div class="col-md-3"><a href="#" class="btn btn-large">Purchase Now!</a>
    </div>
</div>
```

#### Step-3

![](/files/ijTdqUP5E3i0yzlHSJyn)


---

# 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/splash/pages/home-2/home-2-promo-module.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.
