# Home 3 Number count

### 24. Home 3 Number count

> Module position: tp-parallax-count
>
> Module class suffix: tp-parallax

![](/files/5gy6m3hgxpaFVfoqDS7a)

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

#### Step-1:

![](/files/7pf9sDplK3xkpcKu7hRj)

#### Step-2:

![](/files/Ai6uu439v91WAhpBNaGg)

#### Step-3:

Add the following html code in you custom html module

```html
<div class="container">
    <div class="col-md-3 col-sm-6 col-xs-12 gp-number">
        <div class="gp-count"><em class="gp-icon icon-line2-user-follow"></em>
            <div id="odometer1" class="odometer odometer-theme-minimal"
data-odometer-value="2805">1</div>
            <p>Happy customers</p>
        </div>
    </div>
    <div class="col-md-3 col-sm-6 col-xs-12 gp-number">
        <div class="gp-count"><em class="gp-icon icon-heart2"></em>
            <div id="odometer2" class="odometer odometer-theme-minimal"
 data-odometer-value="500">1</div>
            <p>Projects completed</p>
        </div>
    </div>
    <div class="col-md-3 col-sm-6 col-xs-12 gp-number">
        <div class="gp-count"><em class="gp-icon icon-coffee"></em>
            <div id="odometer3" class="odometer odometer-theme-minimal"
data-odometer-value="1502">1</div>
            <p>Cup of coffees</p>
        </div>
    </div>
    <div class="col-md-3 col-sm-6 col-xs-12 gp-number">
        <div class="gp-count"><em class="gp-icon icon-line2-cloud-download"></em>
            <div id="odometer4" class="odometer odometer-theme-minimal"
data-odometer-value="300">1</div>
            <p>Total Downloads</p>
        </div>
    </div>
</div>
```

#### Step-4:

![](/files/J6aw48X9jInzxAFpCQd8)


---

# 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-3/home-3-number-count.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.
