> For the complete documentation index, see [llms.txt](https://greene-lab.gitbook.io/lab-website-template-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://greene-lab.gitbook.io/lab-website-template-docs/introduction/readme.md).

# Overview

**Lab Website Template (LWT)** is an easy-to-use, flexible website template for labs. Spend less time worrying about managing a website and citations, and more time running your lab.

{% embed url="<https://github.com/greenelab/lab-website-template>" fullWidth="false" %}

{% hint style="success" %}
This documentation always reflects the ✨ [LATEST VERSION](https://github.com/greenelab/lab-website-template/blob/main/CITATION.cff) of the template.
{% endhint %}

{% hint style="info" %}
Coming from a pre-release version of the template? [See how to upgrade here](/lab-website-template-docs/advanced/update-your-template.md).
{% endhint %}

## Key Features

* [🤖](https://emojipedia.org/robot/) Based on Git, GitHub, and Jekyl&#x6C;*.*
* [📜](https://emojipedia.org/scroll/) [Automatically generated citations from simple identifiers](/lab-website-template-docs/basics/citations.md) (DOI, PubMed, ORCID, and many more) using [Manubot](https://manubot.org/). E.g. `doi:1234/5678` -> title, authors, publisher, date, etc.
* [🧱](https://emojipedia.org/brick/) A comprehensive and flexible suite of pre-made [components](/lab-website-template-docs/basics/components.md) (building blocks) for structuring and styling your website:
  * Formatted tables, code blocks, figures, and other basic elements.
  * Citations with thumbnails and other rich details.
  * List large sets of data with flexible filters and components.
  * ...many more
* [👁️](https://emojipedia.org/eye/) Automatic pull request previews.
* [⚙️](https://emojipedia.org/gear/) Easy and automated configuration.
* [👥](https://emojipedia.org/busts-in-silhouette/) Team member pages with bios, roles, and social media links.
* [🖋️](https://emojipedia.org/fountain-pen/) Blog posts with tags and rich content.
* [📱](https://emojipedia.org/mobile-phone/) Works and looks good on desktop and mobile.
* [🤝](https://emojipedia.org/handshake/) Great documentation and support (if we do say so ourselves).
* ... and much more!


---

# 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://greene-lab.gitbook.io/lab-website-template-docs/introduction/readme.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.
