# Standard Support

### Standard Support

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

![](/files/x9QjMvEL1bam1pP5y5AP)

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

#### Step-4:

Add the following code in your custom module

```html
<div class="h-block-6 h-block white">
    <div class="h-block-content">
        <div class="row">
            <div class="col-sm-6">
                <h2 class="wow fadeInDown animated" data-wow-delay="0.5s">Standard Support.</h2>
                <p class="wow fadeInUp animated" data-wow-delay="0.6s">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
                <p class="wow fadeInUp animated" data-wow-delay="0.6s"><a href="#" class="hp-btn">Learn more</a></p>
            </div>
            <div class="col-sm-6">&nbsp;</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/standard-support.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.
