# Home Features module

### 9. Home Features module

> Module position: tp-intro-feature Module class suffix: Not Used

![](/files/aOvkDVEKlYZzZGA3wcIF)

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

#### Step-1:

Create a New RokSprocket module

Select your Module style as "Strips"

Select your Content provider as "Simple"

Choose your layout as "Default"

#### Step-2:

Add the following html code in your Roksprocket Simple content Description section

```html
<div class="services-box-5">
<em class="icon-line2-rocket"></em>
<div class="content">
<h3>Powerfull Features</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting the readable content
 of a page when looking at its layout.</p>
</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/runway/layout-customization/home-styles/home-style-1/home-features-module.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.
