# Feature

:eye: [PREVIEW](https://greenelab.github.io/lab-website-template/testbed#feature)

Useful for your home page, where you want to highlight key points about your lab.

```liquid
{%
  include feature.html
  image="images/group-photo.jpg"
  link="team"
  title="Meet our team"
  text="Our team is made up of people all around the globe"
  flip=true
%}
```

<table><thead><tr><th width="127">Parameter</th><th width="467">Description</th><th>Default</th></tr></thead><tbody><tr><td><code>image</code></td><td>URL to an image for the feature.</td><td></td></tr><tr><td><code>link</code></td><td>URL to link to when clicking on the image.</td><td></td></tr><tr><td><code>title</code></td><td>"Headline" for the feature. A few words work best.</td><td></td></tr><tr><td><code>text</code></td><td>Text to show below the heading. Can contain markdown. Accepts <a href="..#arbitrary-content">arbitrary content</a>.</td><td></td></tr><tr><td><code>flip</code></td><td>Flip the order of icon and text.</td><td><code>false</code> (image left of text)</td></tr></tbody></table>


---

# 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://greene-lab.gitbook.io/lab-website-template-docs/basics/components/feature.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.
