> 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-1/payment-methods-2.md).

# Payment Methods 2

### Payment Method 2

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

![](/files/LzVILkSUnDCCuyZiCi5S)

If you want to display your content information like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/DqHWUJNABcArN3MACQDR)

#### Step-2:

![](/files/CDUjIBqkvBCO52eD2gyX)

#### Step-3:

![](/files/6BNp0WvFBDXaEjiFFREP)

#### Step-3:

Add the following code in your custom html module

```html
<div class="h-block h-block-7 black">
    <div class="h-block-content">
        <h2>Vivamus elementum semper nisi.</h2>
        <p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
        <div class="row img-container">
            <div class="col-sm-3"><img src="images/themeparrot/icons/paypal.png" alt="paypal" /></div>
            <div class="col-sm-3"><img src="images/themeparrot/icons/stripe.png" alt="stripe" /></div>
            <div class="col-sm-3"><img src="images/themeparrot/icons/payson.png" alt="payson" /></div>
            <div class="col-sm-3"><img src="images/themeparrot/icons/klarna.png" alt="klarna" /></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-1/payment-methods-2.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.
