# About

### About

![](/files/nRDMrNuTzk7weQRwjfWF)

![](/files/lTUFEbGWyR5vFNm2aKoA)

Edit this code as your need

```html
<section id="about">
<div class="about">
<div class="container">
<div class="row">
<div class="about-heading">
<h1>About</h1>
</div>
<div class="col-sm-6">
<div class="about-image">
<img src="http://localhost/wp-eccentric/wp-content/uploads/2017/06/about-300x135.png" alt="" class="alignnone size-medium wp-image-35" srcset="http://localhost/wp-eccentric/wp-content/uploads/2017/06/about-300x135.png 300w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/about.png 555w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="135">
</div>
</div>
<div class="col-sm-6">
<div class="about-detail">
A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.<p></p>
<div class="readmore">
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
```


---

# 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/eccentric/layout-customization/about.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.
