# Portrait

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

Typically you'd use this with the [list](/lab-website-template-docs/basics/components/list.md) component, which would automatically read from `members` and pass this component the parameters. But you can also use it stand-alone to manually display individual members:

```liquid
{%
  include portrait.html
  lookup="tim-member"
  style="small"
%}
```

<table><thead><tr><th width="140">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><code>lookup</code></td><td>Lookup member details from <code>members</code> by filename, without the <code>.md</code> extension.</td></tr><tr><td><code>style</code></td><td>Visual style of the portrait. Set to <code>small</code> to make it a bit smaller, or set to <code>tiny</code> to make it very small and horizontal layout.</td></tr><tr><td><code>name</code> / etc.</td><td>The same parameters outlined in <a href="/pages/fdUQBNVhw8mmvoHO6znU">team members</a>. Retrieved from lookup, or passed automatically from list component.</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/portrait.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.
