> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/business/layout-customization/home-style-2/global-partners.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://jdocs.themeparrot.com/joomla-templates/business/layout-customization/home-style-2/global-partners.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
