# Home 1 Master Promotion text

### 10.Home 1 Master Promotion text

> Module position: tp-promo-1
>
> Module class suffix: tp-promo-top arrow-down-gray-dark

![](/files/dm981mwkIL6vlfQ5dpoG)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as Custom Html Module** with the settings below:

#### Step-1:

![](/files/gRlZwyHhkP0ckz8m7BmZ)

#### Step-2:

![](/files/R6z48Ig69AiOrygRYpWl)

Add the folloing html code in your custom html module

#### Step-3:

```html
<div class="container tp-sl-10">
    <div class="col-sm-12 text-center">
        <h3>Want to know more about Runway?</h3>
        <p class="tp-sub-text">Lorem Ipsum is simply dummy text of the printing 
and typesetting</p>
    </div>
</div>
```

#### Step-4:

Once the above code is added save and close the settings


---

# 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/runway/layout-customization/home-styles/home-style-1/home-1-master-promotion-text.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.
