# Services

### Services

![](/files/uDD9xuqjzxC421gFxAfr)

![](/files/UKKkaSLGGGUyp5yx7B3c)

#### code

```html
<div id="services" class="services">
<div class="container">
<h2>Services</h2>
<div class="border"></div>
<div class="row">
<div class="col-md-4 service-description">
<div><span><i class="fa fa-heart icon"></i></span></div>
<h4>Fresh & Clean Design</h4>
<p>Nulla consectetur ornare nibh, a auctor mauris scelerisque eu proin nec urna quis justo adipiscing auctor ut auctor. feugiat</p>
</div>

<div class="col-md-4 service-description">
<div><span><i class="fa fa-cog icon"></i></span></div>
<h4>Very Flexible</h4>
<p>Nulla consectetur ornare nibh, a auctor mauris scelerisque eu proin nec urna quis justo adipiscing auctor ut auctor. feugiat</p>
</div>

<div class="col-md-4 service-description">
<div><span><i class="fa fa-tablet icon"></i></span></div>
<h4>Fully Responsive</h4>
<p>Nulla consectetur ornare nibh, a auctor mauris scelerisque eu proin nec urna quis justo adipiscing auctor ut auctor. feugiat</p>
</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://wpdocs.themeparrot.com/wordpress-themes/mist/layout-customization/home-page/services.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.
