# Global partners bottom blocks

### Global partners bottom blocks

> Module position: home-4
>
> Module class suffix: Not used

![](/files/3Mwx2qu7UIQn0APfjtkv)

If you want to display your blocks like this you have to create a menu and publish the menu module like below

#### Step-1:

![](/files/DqHWUJNABcArN3MACQDR)

#### Step-2:

![](/files/CDUjIBqkvBCO52eD2gyX)

#### Step-3:

![](/files/7pebhBic5WmHjYi84rcV)

#### Step-4:

Add the following code in your custom module

```html
<div class="h-block-4 h-block black">
    <div class="h-block-content flex-blocks">
        <div class="row">
            <div class="col-sm-4"><img src="images/themeparrot/tab_images/surprisingly_simple/template.png" alt="template" class="img-responsive" />
                <h4>Template Modeling</h4>
                <p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. </p>
            </div>
            <div class="col-sm-4"><img src="images/themeparrot/tab_images/surprisingly_simple/support.png" alt="support icons" class="img-responsive" />
                <h4>Support service</h4>
                <p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. </p>
            </div>
            <div class="col-sm-4"><img src="images/themeparrot/tab_images/surprisingly_simple/product.png" alt="shopping" class="img-responsive" />
                <h4>Product Modeling</h4>
                <p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. </p>
            </div>
        </div>
    </div>
</div>
```


---

# 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/business/layout-customization/home-style-2/global-partners-bottom-blocks.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.
