# home 6 shop intro

### 43. home 6 shop intro

> Module position: tp-intro
>
> Module class suffix: tp-feature-2

![](/files/tBCEoCaQGbAqrdgHD4BT)

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:

Create a new module type as "Custom Html"

#### Step-2:

Add the following html code in your custom html module

```html
<div class="row tp-sl-10">
    <div class="col-md-4 col-sm-4">
        <div class="services-box-4"><em class="icon-line2-plane"></em>
            <div class="content">
                <h3>Free Shipping</h3>
                <p>Duis nec aliquet massa, sed dapibus mauris.</p>
            </div>
        </div>
    </div>
    <div class="col-md-4 col-sm-4">
        <div class="services-box-4"><em class="icon-banknote"></em>
            <div class="content">
                <h3>Money Back Guarantee</h3>
                <p>Duis nec aliquet massa, sed dapibus mauris.</p>
            </div>
        </div>
    </div>
    <div class="col-md-4 col-sm-4">
        <div class="services-box-4"><em class="icon-heart2"></em>
            <div class="content">
                <h3>Sale up to 50% OFF on friday</h3>
                <p>Duis nec aliquet massa, sed dapibus mauris.</p>
            </div>
        </div>
    </div>
</div>
```

#### Step-3:

Once the module is created successfully SAVE & CLOSE The settings


---

# 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/runway/layout-customization/home-styles/home-style-6/home-6-shop-intro.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.
