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

# Sections reference

Every section in Showcase, with every setting explained. Sections marked *template* power a specific page and are always present there; the rest can be added from the **Add section** list on pages that allow it.

💡 Note: the homepage renders **Product stories** and **Lookbook** as fixed sections — you configure them fully, but can't add other sections to the homepage.

| Section                                                                                   | What it does                                                    | Where it lives                      |
| ----------------------------------------------------------------------------------------- | --------------------------------------------------------------- | ----------------------------------- |
| [Product stories](/sitesbyseth-docs/showcase/sections/product-stories.md)                 | The full-screen story deck — one product per screen             | Homepage (fixed)                    |
| [Lookbook](/sitesbyseth-docs/showcase/sections/lookbook.md)                               | 3D campaign-image deck with product hotspots                    | Homepage (fixed), addable elsewhere |
| [Product page](/sitesbyseth-docs/showcase/sections/main-product.md)                       | The product page as a story panel, with related-products rail   | Product pages (*template*)          |
| [Collection page](/sitesbyseth-docs/showcase/sections/main-collection.md)                 | A collection as a story deck with one shared background         | Collection pages (*template*)       |
| [Early access](/sitesbyseth-docs/showcase/sections/main-password.md)                      | Drop-mode teaser screens with email/SMS capture                 | Password page (*template*)          |
| [Cart drawer](/sitesbyseth-docs/showcase/sections/cart-drawer.md)                         | The slide-in cart: milestone bar, free gift, upsells, agreement | Every page (fixed)                  |
| [Header](/sitesbyseth-docs/showcase/sections/header.md)                                   | Floating header: menu drawer, logo, cart button                 | Every page (header group)           |
| [Announcement bar](/sitesbyseth-docs/showcase/sections/announcement-bar.md)               | Static or marquee announcements above the header                | Header group                        |
| [Footer](/sitesbyseth-docs/showcase/sections/footer.md)                                   | Menus, newsletter, text, social + payment icons                 | Footer group                        |
| [Image banner](/sitesbyseth-docs/showcase/sections/image-banner.md)                       | A hero image with heading, text, and buttons                    | Addable                             |
| [Image with text](/sitesbyseth-docs/showcase/sections/image-with-text.md)                 | Split image + copy block                                        | Addable                             |
| [Rich text](/sitesbyseth-docs/showcase/sections/rich-text.md)                             | Centered heading / text / button                                | Addable                             |
| [Value props](/sitesbyseth-docs/showcase/sections/value-props.md)                         | Icon + title + text trust row (up to 4)                         | Addable                             |
| [Featured collection](/sitesbyseth-docs/showcase/sections/featured-collection.md)         | A product-card grid from one collection                         | Addable                             |
| [Collection list](/sitesbyseth-docs/showcase/sections/collection-list.md)                 | Curated collection cards                                        | Addable                             |
| [Newsletter](/sitesbyseth-docs/showcase/sections/newsletter.md)                           | Email signup block                                              | Addable                             |
| [Product recommendations](/sitesbyseth-docs/showcase/sections/product-recommendations.md) | "You may also like" grid on product pages                       | Product pages                       |
| [Cart page](/sitesbyseth-docs/showcase/sections/main-cart.md)                             | The classic /cart page                                          | Cart page (*template*)              |
| [Contact form](/sitesbyseth-docs/showcase/sections/main-contact.md)                       | Contact page with form                                          | Contact page (*template*)           |
| [Blog](/sitesbyseth-docs/showcase/sections/main-blog.md)                                  | Article card grid                                               | Blog page (*template*)              |
| [Article](/sitesbyseth-docs/showcase/sections/main-article.md)                            | Single post reading view                                        | Article page (*template*)           |
| [Search page](/sitesbyseth-docs/showcase/sections/main-search.md)                         | Search form + results grid                                      | Search page (*template*)            |
| [Collections list page](/sitesbyseth-docs/showcase/sections/main-list-collections.md)     | All collections grid                                            | /collections (*template*)           |
| [Page](/sitesbyseth-docs/showcase/sections/main-page.md)                                  | Standard content page                                           | Pages (*template*)                  |
| [404 page](/sitesbyseth-docs/showcase/sections/main-404.md)                               | Not-found screen                                                | 404 (*template*)                    |


---

# 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://sitesbyseth.gitbook.io/sitesbyseth-docs/showcase/sections.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.
