# Home-8 Intro Module

### 51. Home-8 Intro Module

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

![](/files/3rpg9am4xlAm0RJjwuGR)

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

#### Step-2

![](/files/YJKfXQzUP8TFbWTPapRE)

Add the below code in your custom html module

```html
<div class="col-md-6 col-sm-6 t-pad100">
    <h1 style="line-height: 48px; margin-top: 30px;">Hello! welcome we are Splash</h1>
    <p style="font-size: 24px; line-height: 30px;">We think, create and 
showcase your website in a new modern world. Also bring satisfaction and positive 
results.</p>
    <p class="t-mgr20">Splash habitant morbi tristique senectus et netus et 
malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus
 et cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis 
voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut 
officiis debitis aut rerum necessitatibus netus et malesuada fames ac turpis egestas.
 Fusce nec ipsum ac mauris imperdiet luctus sed vitae ligula. Phasellus nec hendrerit
 neque.</p><a href="#" class="btn btn-large t-mgr20">View Showcase</a>
    <div class="sep50"> </div>
</div>
<div class="col-md-6 col-sm-6 t-pad100">
<img class="img-responsive center-block" 
src="images/themeparrot/mob_two.png" alt="twomobile" />
</div>
```

#### Step-3

![](/files/ozNn1xdveMUeSNvW26YP)


---

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