> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/genie/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/genie/overview.md).

# Overview

- [Support and documentation](https://shinedezign.gitbook.io/genie/overview/support-and-documentation.md): Welcome to Genie theme user documentation.
- [Announcement bar](https://shinedezign.gitbook.io/genie/overview/announcement-bar.md): This section is to add text about the any vital announcement on the site.
- [Header](https://shinedezign.gitbook.io/genie/overview/header.md)
- [Slideshow](https://shinedezign.gitbook.io/genie/overview/slideshow.md): This section is to add a slideshow to your homepage.
- [Marquee](https://shinedezign.gitbook.io/genie/overview/marquee.md)
- [Collections carousel](https://shinedezign.gitbook.io/genie/overview/collections-carousel.md): This section is to highlight the collections for a better representation of the store.
- [Collection cards](https://shinedezign.gitbook.io/genie/overview/collection-cards.md): This section is to highlight the collections for a better representation of the store.
- [Countdown](https://shinedezign.gitbook.io/genie/overview/countdown.md): This section is to highlight the collections for a better representation of the store.
- [Rich text](https://shinedezign.gitbook.io/genie/overview/rich-text.md): This section is to add one full-width block of text. You can add vital or informative text about your store or products.
- [Featured collection](https://shinedezign.gitbook.io/genie/overview/featured-collection.md)
- [Collection tabs](https://shinedezign.gitbook.io/genie/overview/collection-tabs.md)
- [Products marquee](https://shinedezign.gitbook.io/genie/overview/products-marquee.md)
- [Video](https://shinedezign.gitbook.io/genie/overview/video.md)
- [Best categories](https://shinedezign.gitbook.io/genie/overview/best-categories.md)
- [Text with multiple images](https://shinedezign.gitbook.io/genie/overview/text-with-multiple-images.md)
- [Media grid](https://shinedezign.gitbook.io/genie/overview/media-grid.md)
- [Multicolumn](https://shinedezign.gitbook.io/genie/overview/multicolumn.md)
- [Contact form](https://shinedezign.gitbook.io/genie/overview/contact-form.md)
- [Before/after](https://shinedezign.gitbook.io/genie/overview/before-after.md): This section allows you to show a comparison between two images in a banner.
- [Blog posts](https://shinedezign.gitbook.io/genie/overview/blog-posts.md): This section highlights the list of blogs on the homepage. You can use these blog posts to write about new posts, promotions, collections, or other news.
- [Featured product](https://shinedezign.gitbook.io/genie/overview/featured-product.md): This section is to add your featured product. You can highlight any best-selling product using this section.
- [Newsletter](https://shinedezign.gitbook.io/genie/overview/newsletter.md)
- [Collection list](https://shinedezign.gitbook.io/genie/overview/collection-list.md): This section is to highlight the collections for a better representation of the store.
- [Collections showcase tabs](https://shinedezign.gitbook.io/genie/overview/collections-showcase-tabs.md): This section is to highlight the collections for a better representation of the store.
- [Featured collections list](https://shinedezign.gitbook.io/genie/overview/featured-collections-list.md): This section is to highlight the collections for a better representation of the store.
- [Highlight media with text](https://shinedezign.gitbook.io/genie/overview/highlight-media-with-text.md): This section is to highlight the collections for a better representation of the store.
- [Animated text](https://shinedezign.gitbook.io/genie/overview/animated-text.md): This section is to highlight the collections for a better representation of the store.
- [Collapsible content](https://shinedezign.gitbook.io/genie/overview/collapsible-content.md): This section highlights content text in collapsible form such as FAQs;
- [Text with icons](https://shinedezign.gitbook.io/genie/overview/text-with-icons.md)
- [Testimonials](https://shinedezign.gitbook.io/genie/overview/testimonials.md): This section is to add client’s reviews.
- [Social media gallery](https://shinedezign.gitbook.io/genie/overview/social-media-gallery.md): This section is to add client’s reviews.
- [Logo list](https://shinedezign.gitbook.io/genie/overview/logo-list.md): This section is to add client’s reviews.
- [Timeline](https://shinedezign.gitbook.io/genie/overview/timeline.md): This section is to add client’s reviews.
- [Products grid](https://shinedezign.gitbook.io/genie/overview/products-grid.md)
- [Custom liquid](https://shinedezign.gitbook.io/genie/overview/custom-liquid.md): This section is to add custom liquid code, like app snippets for creating advanced customizations for the store. .
- [Footer](https://shinedezign.gitbook.io/genie/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/genie/overview/theme-settings.md)
- [Age verification popup](https://shinedezign.gitbook.io/genie/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/genie/overview/newsletter-popup.md)
- [Template product](https://shinedezign.gitbook.io/genie/overview/template-product.md): This section is to maintain the settings of the product page on your store.


---

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