> 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/team.md).

# Team

### Team

![](/files/HUmmPNF7QXm8OdrcMk7w)

![](/files/lTUFEbGWyR5vFNm2aKoA)

Edit this code as your need

```html
<section id="team">
<div class="our-team">
<div class="container">
<div class="team-heading">
<h1>Team members</h1>
<p>Team that make the place Magical</p>
</div>
<div class="team">
<div class="row">
<div class="col-sm-4">
<div class="chef-img">
<img src="http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_02-300x300.png" alt="" class="alignnone size-medium wp-image-110" srcset="http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_02-300x300.png 300w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_02-150x150.png 150w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_02.png 380w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="300">
</div>
<div class="chef-content">
<div class="chef-name">
<h2>Ronan</h2>
</div>
<div class="chef-detail">
<span class="position">manager</span><p></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div class="readmore">
<a href="#">Read More</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="chef-img">
<img src="http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef-300x300.png" alt="" class="alignnone size-medium wp-image-108" srcset="http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef-300x300.png 300w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef-150x150.png 150w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef.png 380w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="300">
</div>
<div class="chef-content">
<div class="chef-name">
<h2>Brayden</h2>
</div>
<div class="chef-detail">
<span class="position">masterchef</span><p></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div class="readmore">
<a href="#">Read More</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="chef-img">
<img src="http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_01-300x300.png" alt="" class="alignnone size-medium wp-image-109" srcset="http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_01-300x300.png 300w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_01-150x150.png 150w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/chef_01.png 380w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="300">
</div>
<div class="chef-content">
<div class="chef-name">
<h2>Hugo</h2>
</div>
<div class="chef-detail">
<span class="position">chef</span><p></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div class="readmore">
<a href="#">Read More</a>
</div>
</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/team.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.
