# Global partners

### Global partners

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

![](/files/MBjf1L774sCt0Y4pOD2K)

If you want to display your information 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/ioI2iGvM2AQvLmhf2KS1)

#### Step-4:

Add the following code in your custom module

```html
<div class="h-block-4 h-block black">
    <div class="h-block-content">
        <div class="row">
            <div class="col-sm-6 wow fadeInUp animated" data-wow-delay="0.5s">
                <h2>Global partners.</h2>
                <p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
                <p><a href="#" class="hp-btn">Learn more</a></p>
            </div>
            <div class="col-sm-6">
                <div class="image-block"><img src="images/themeparrot/banner_images/homepage.png" alt="homepage" class="img-responsive image-2 wow fadeInRight animated" data-wow-delay="0.5s" /><img src="images/themeparrot/banner_images/surprisingly_simple_mobile_image.png" alt="iPhone" class="img-responsive image-1 wow fadeInLeft animated" data-wow-delay="0.5s" /></div>
            </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.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.
