# Home-1 Why should you buy us? Module

### 15. Home-1 Why should you buy us? Module

> Module position: Home-2
>
> Module suffix: Not used

![](/files/KmOWNk6tMcwyrB8sbluI)

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/h9kbQsRXLwQqkctsdhqn)

#### Step-2

![](/files/qFya95QpcV3UDDnwbI7M)

Add the below code in your custom html module

```html
<div class="col-sm-7 pad-container l-pad30 r-pad30">
    <h1 class="fw800">Why should you buy us?</h1>
    <h2 class="fw600">Because we provide best solutions</h2><br />
    <h4>A esthetic synth nesciunt you probably haven't heard of them accusamus 
labore sustainable</h4><br />
    <div class="services-box-3">
        <div class="col-sm-4 col"><em class="icon-picons-diamond"></em>
            <h3>Super Design</h3>
        </div>
        <div class="col-sm-4 col"><em class="icon-picons-layers"></em>
            <h3>Clean Code</h3>
        </div>
        <div class="col-sm-4 col"><em class="icon-picons-star"></em>
            <h3>Retina Ready</h3>
        </div>
    </div>
    <div class="clearfix"> </div><br />
    <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco
 laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in 
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
<a href="#">read more ›</a>
    </p>
</div>
<div class="col-sm-5">
    <div class="sep50"> </div>
<img class="img-responsive" src="images/themeparrot/mob_two.png" alt="" />
</div>
```

#### Step-3

![](/files/wje64DYNGbRNREpMJjnq)


---

# 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-1/home-1-why-should-you-buy-us-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.
