# Home 5 App screenshots

### 38. Home 5 App screenshots

> Module position: tp-work
>
> Module class suffix: tp-title-center

![](/files/udtwg4ESm0eK34vPTfUp)

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 Layout as "Grids"

Select your Content provider as "Simple Provider"

Choose the Theme as "Default"

Publish the module in "tp-app-screen"

#### Step-2:

Once the module is created successfully You need to create a new "Custom html module"

#### Step-3:

Add the following html module in html module

```html
<div class="col-lg-12 col-md-12">
    <h3 class="module-title "><span class="title-left">App </span>
<span class="title-right"> screenshots</span>
    </h3>
    <p class="title-dec-gray tp-sub-text">Sed ut Perspiciatis Unde Omnis Iste Sed ut 
perspiciatis unde omnis iste natu error sit voluptatem accusan tium Sed ut</p>
</div>
<div class="col-sm-12">
    <div>{loadposition tp-app-screen}</div>
</div>
```

Make sure the Prepare content is set to YES

#### Step-4:

Once the module is created successfully SAVE & 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-5/home-5-app-screenshots.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.
