# Basics

- [Repo structure](https://greene-lab.gitbook.io/lab-website-template-docs/basics/repo-structure.md): A brief explanation of the folders and files in the template
- [Configure your site](https://greene-lab.gitbook.io/lab-website-template-docs/basics/configure-your-site.md)
- [Edit pages](https://greene-lab.gitbook.io/lab-website-template-docs/basics/edit-pages.md): How to add, remove, and edit details of pages on your site
- [Write basic content](https://greene-lab.gitbook.io/lab-website-template-docs/basics/write-basic-content.md)
- [Use your logo](https://greene-lab.gitbook.io/lab-website-template-docs/basics/use-your-logo.md)
- [Customize your theme](https://greene-lab.gitbook.io/lab-website-template-docs/basics/customize-your-theme.md)
- [Team members](https://greene-lab.gitbook.io/lab-website-template-docs/basics/team-members.md): How to add, remove, and edit team members
- [Blog posts](https://greene-lab.gitbook.io/lab-website-template-docs/basics/blog-posts.md): How to add, remove, and edit blog posts
- [Citations](https://greene-lab.gitbook.io/lab-website-template-docs/basics/citations.md)
- [Components](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components.md): How to write fancier content for your site with components
- [Section](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/section.md): A section break with customizable styling
- [Figure](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/figure.md): An image with caption and link
- [Button](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/button.md): A button with icon and text
- [Icon](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/icon.md): Font Awesome or custom SVG icon
- [Feature](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/feature.md): An image, title, some text, and link
- [List](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/list.md): A generic and flexible way to automatically list large sets of items
- [Citation](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/citation.md): A citation for a particular source, with regular citation details and extra "rich" details
- [Card](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/card.md): A box with image, link, text, and tags
- [Portrait](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/portrait.md): A portrait for a team member, with image, link, name, and role
- [Post Excerpt](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/post-excerpt.md): An excerpt and info from a blog post
- [Alert](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/alert.md): Colored box with icon and content
- [Tags](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/tags.md): A list of clickable tags
- [Float](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/float.md): A left or right "floated" piece of content
- [Grid](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/grid.md): A grid of items
- [Cols](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/cols.md): Columns of content
- [Search](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/search.md)
- [Site Search](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/site-search.md): A site wide search using Google


---

# 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.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.
