> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/eccentric/layout-customization/about.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wpdocs.themeparrot.com/wordpress-themes/eccentric/layout-customization/about.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
