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

# Overview

- [Support and documentation](https://shinedezign.gitbook.io/metro/overview/support-and-documentation.md): Welcome to Metro theme user documentation.
- [Announcement bar](https://shinedezign.gitbook.io/metro/overview/announcement-bar.md): This section is to add text about the any vital announcement on the site.
- [Header](https://shinedezign.gitbook.io/metro/overview/header.md)
- [Custom grid](https://shinedezign.gitbook.io/metro/overview/custom-grid.md)
- [Slideshow](https://shinedezign.gitbook.io/metro/overview/slideshow.md): This section is to add a slideshow to your homepage.
- [Category highlights](https://shinedezign.gitbook.io/metro/overview/category-highlights.md)
- [Countdown timer](https://shinedezign.gitbook.io/metro/overview/countdown-timer.md)
- [Collection carousel](https://shinedezign.gitbook.io/metro/overview/collection-carousel.md)
- [Collection list](https://shinedezign.gitbook.io/metro/overview/collection-list.md)
- [Explore categories](https://shinedezign.gitbook.io/metro/overview/explore-categories.md)
- [Collection tabs](https://shinedezign.gitbook.io/metro/overview/collection-tabs.md)
- [Featured collection](https://shinedezign.gitbook.io/metro/overview/featured-collection.md)
- [Recently viewed products](https://shinedezign.gitbook.io/metro/overview/recently-viewed-products.md): This section does not show if there are no recently viewed products.
- [Products tabs](https://shinedezign.gitbook.io/metro/overview/products-tabs.md)
- [Style by category](https://shinedezign.gitbook.io/metro/overview/style-by-category.md)
- [Collapsible content](https://shinedezign.gitbook.io/metro/overview/collapsible-content.md)
- [Contact form](https://shinedezign.gitbook.io/metro/overview/contact-form.md)
- [Email signup](https://shinedezign.gitbook.io/metro/overview/email-signup.md)
- [Featured images](https://shinedezign.gitbook.io/metro/overview/featured-images.md)
- [Images comparison](https://shinedezign.gitbook.io/metro/overview/images-comparison.md)
- [Lookbook: Banner/Cards](https://shinedezign.gitbook.io/metro/overview/lookbook-banner-cards.md)
- [Custom liquid](https://shinedezign.gitbook.io/metro/overview/custom-liquid.md): This section is to add custom liquid code, like app snippets for creating advanced customizations for the store. .
- [Multicolumn](https://shinedezign.gitbook.io/metro/overview/multicolumn.md)
- [Bundle products](https://shinedezign.gitbook.io/metro/overview/bundle-products.md)
- [Featured product](https://shinedezign.gitbook.io/metro/overview/featured-product.md): This section is to add your featured product. You can highlight any best-selling product using this section.
- [Product comparison grid](https://shinedezign.gitbook.io/metro/overview/product-comparison-grid.md)
- [Blog posts](https://shinedezign.gitbook.io/metro/overview/blog-posts.md)
- [Media with text](https://shinedezign.gitbook.io/metro/overview/media-with-text.md)
- [Rich text](https://shinedezign.gitbook.io/metro/overview/rich-text.md)
- [Scrolling text](https://shinedezign.gitbook.io/metro/overview/scrolling-text.md)
- [Social media gallery](https://shinedezign.gitbook.io/metro/overview/social-media-gallery.md)
- [Step by step guide](https://shinedezign.gitbook.io/metro/overview/step-by-step-guide.md)
- [Testimonial cards](https://shinedezign.gitbook.io/metro/overview/testimonial-cards.md)
- [Testimonials](https://shinedezign.gitbook.io/metro/overview/testimonials.md)
- [Trust icons](https://shinedezign.gitbook.io/metro/overview/trust-icons.md)
- [Video](https://shinedezign.gitbook.io/metro/overview/video.md): This section is to add a slideshow to your homepage.
- [Footer](https://shinedezign.gitbook.io/metro/overview/footer.md): This is the bottom section of the webstore. You can use it to share brief information about your store and add navigation menus to help users navigate the web store seamlessly.
- [Theme settings](https://shinedezign.gitbook.io/metro/overview/theme-settings.md)
- [Age verification popup](https://shinedezign.gitbook.io/metro/overview/age-verification-popup.md): This section is to ensure that visitors meet a certain age requirement before accessing age-restricted content, making purchases, or engaging in specific activities.
- [Newsletter popup](https://shinedezign.gitbook.io/metro/overview/newsletter-popup.md)
- [Cart drawer](https://shinedezign.gitbook.io/metro/overview/cart-drawer.md)
- [Store locator](https://shinedezign.gitbook.io/metro/overview/store-locator.md)
- [Template product](https://shinedezign.gitbook.io/metro/overview/template-product.md): This section is to maintain the settings of the product page on your store.
- [Template default collection](https://shinedezign.gitbook.io/metro/overview/template-default-collection.md): This page will list all the products in your collection list.
- [Template- Blog](https://shinedezign.gitbook.io/metro/overview/template-blog.md): This section shows lists of the blogs published on your website.
- [Template - Default blog post](https://shinedezign.gitbook.io/metro/overview/template-default-blog-post.md): This is the page where published blogs can be viewed and read.
- [Recommended image sizes](https://shinedezign.gitbook.io/metro/overview/recommended-image-sizes.md)


---

# 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://shinedezign.gitbook.io/metro/overview.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.
