# Home-5 intro Module

### 39. Home-5 intro Module

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

![](/files/2w1OT9ngN7qmSdu0uWoY)

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

#### Step-2

![](/files/ZPDordtChGTDvGZRcLVx)

Add the below code in your custom html module

```html
<div class="tp-padding-100">
    <div class="col-sm-6">
<img class="img-responsive" src="images/themeparrot/img-res02.png" alt="img res02" />
    </div>
    <div class="col-sm-6">
        <div class="sep40"> </div>
        <h2 class="upper">Welcome to Splash</h2>
        <h1 class="upper">Responsive theme</h1><br />
        <p style="font-size: 16px; line-height: 30px;">
Splash the all-powerful Pointing has no control about the blind texts it
 is an almost unorthographic life One day however a small line of blind 
text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
<a href="#" class="btn btn-large">Read More</a>
    </div>
</div>
```

#### Step-3

![](/files/rcoWdzMRFBiHHNUqvCkK)


---

# 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-5/home-5-intro-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.
