# Sections

- [Header](https://docs.smind.io/sections/header.md): The header is the top section of your store, containing key elements like the logo, navigation menu, search bar, and cart icon to help customers navigate the site easily.
- [Product Detail](https://docs.smind.io/sections/product-detail.md): Product detail refers to the essential information displayed to customers, including the product title, description, images, price, variants, and other relevant details.
- [Product Bundles](https://docs.smind.io/sections/product-bundles.md): Product bundles in our app allow store owners to sell multiple products together as a single package, to encourage customers to purchase more.
- [Collection Page](https://docs.smind.io/sections/collection-page.md): The Collection page in our app is a type of page that groups products based on specific attributes or criteria, making it easier for customers to browse and shop.
- [Vertical Layout](https://docs.smind.io/sections/collection-page/vertical-layout.md)
- [Horizontal Layout](https://docs.smind.io/sections/collection-page/horizontal-layout.md)
- [Off-Canvas Layout](https://docs.smind.io/sections/collection-page/off-canvas-layout.md)
- [Expand/Collapse Layout](https://docs.smind.io/sections/collection-page/expand-collapse-layout.md)
- [Image With Text](https://docs.smind.io/sections/image-with-text.md)
- [Image With Text 7](https://docs.smind.io/sections/image-with-text/image-with-text-7.md)
- [Image With Text 8](https://docs.smind.io/sections/image-with-text/image-with-text-8.md)
- [Compare Product](https://docs.smind.io/sections/compare-product.md)
- [Information Tab](https://docs.smind.io/sections/information-tab.md)
- [Information Tabs 1](https://docs.smind.io/sections/information-tab/information-tabs-1.md)
- [Information Tabs 2](https://docs.smind.io/sections/information-tab/information-tabs-2.md)
- [Wishlist & Wishlist Page](https://docs.smind.io/sections/wishlist-and-wishlist-page.md)
- [Compare & Compare Page](https://docs.smind.io/sections/compare-and-compare-page.md)
- [Quick Add](https://docs.smind.io/sections/quick-add.md)
- [Quick View](https://docs.smind.io/sections/quick-view.md)


---

# 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://docs.smind.io/sections.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.
