# Home-3 bottom Module

### 33.Home-3 bottom Module

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

![](/files/GEFnMWj3NnH7x1ANIVpP)

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

#### Step-2

![](/files/NHrkMkfDTNPlHROUCaxJ)

Add the below code in your custom html module

```html
<div class="col-sm-4">
<img 
class="center-block img-responsive" src="images/themeparrot/mob_one.png" alt="mob one" />
</div>
<div class="col-sm-8 pad-container l-pad30 r-pad30">
    <h2 class="upper">What We Think For You</h2><br />
    <h4>A esthetic synth nesciunt you
 probably haven't heard of them accusamus labore sustainable</h4><br />
    <p>Lorem ipsum dolor sit amet, consectetur
 adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore 
magna aliqua. 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.</p><br />
<a href="#" class="btn btn-large">Read More</a>
</div>
```

![](/files/ChfyTtxBUwl1kwHRYWMb)


---

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