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

# Overview

- [Support and documentation](https://shinedezign.gitbook.io/zyra/overview/support-and-documentation.md): Welcome to Zyra theme user documentation.
- [Announcement bar](https://shinedezign.gitbook.io/zyra/overview/announcement-bar.md): This section is to add text about the any vital announcement on the site.
- [Header](https://shinedezign.gitbook.io/zyra/overview/header.md)
- [Slideshow](https://shinedezign.gitbook.io/zyra/overview/slideshow.md): This section is to add a slideshow to your homepage.
- [Collection tabs](https://shinedezign.gitbook.io/zyra/overview/collection-tabs.md)
- [Highlighted product tabs](https://shinedezign.gitbook.io/zyra/overview/highlighted-product-tabs.md)
- [Featured collection](https://shinedezign.gitbook.io/zyra/overview/featured-collection.md)
- [Featured collections](https://shinedezign.gitbook.io/zyra/overview/featured-collections.md)
- [Scattered images](https://shinedezign.gitbook.io/zyra/overview/scattered-images.md)
- [Collection with product](https://shinedezign.gitbook.io/zyra/overview/collection-with-product.md)
- [Reveal and shop](https://shinedezign.gitbook.io/zyra/overview/reveal-and-shop.md)
- [Reveal images on scroll](https://shinedezign.gitbook.io/zyra/overview/reveal-images-on-scroll.md)
- [Collection list](https://shinedezign.gitbook.io/zyra/overview/collection-list.md)
- [Featured blogs](https://shinedezign.gitbook.io/zyra/overview/featured-blogs.md)
- [Collapsible Content](https://shinedezign.gitbook.io/zyra/overview/collapsible-content.md)
- [Contact form](https://shinedezign.gitbook.io/zyra/overview/contact-form.md)
- [Image with text](https://shinedezign.gitbook.io/zyra/overview/image-with-text.md)
- [Scrolling text](https://shinedezign.gitbook.io/zyra/overview/scrolling-text.md)
- [Shop the look](https://shinedezign.gitbook.io/zyra/overview/shop-the-look.md)
- [Text with icons](https://shinedezign.gitbook.io/zyra/overview/text-with-icons.md)
- [Media grid](https://shinedezign.gitbook.io/zyra/overview/media-grid.md)
- [Featured product](https://shinedezign.gitbook.io/zyra/overview/featured-product.md): This section is to add your featured product. You can highlight any best-selling product using this section.
- [Before/after image](https://shinedezign.gitbook.io/zyra/overview/before-after-image.md): This section allows you to show a comparison between two images in a banner.
- [Rich text](https://shinedezign.gitbook.io/zyra/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.
- [Testimonials](https://shinedezign.gitbook.io/zyra/overview/testimonials.md): This section is to add client’s reviews.
- [Timeline](https://shinedezign.gitbook.io/zyra/overview/timeline.md)
- [Video](https://shinedezign.gitbook.io/zyra/overview/video.md)
- [Video: Overlay with text](https://shinedezign.gitbook.io/zyra/overview/video-overlay-with-text.md)
- [Custom liquid](https://shinedezign.gitbook.io/zyra/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/zyra/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/zyra/overview/theme-settings.md)
- [Age verification popup](https://shinedezign.gitbook.io/zyra/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/zyra/overview/newsletter-popup.md)
- [Template product](https://shinedezign.gitbook.io/zyra/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/zyra/overview/template-default-collection.md): This page will list all the products in your collection list.
- [Template- Blog](https://shinedezign.gitbook.io/zyra/overview/template-blog.md): This section shows lists of the blogs published on your website.
- [Recommended image sizes](https://shinedezign.gitbook.io/zyra/overview/recommended-image-sizes.md)
- [Template - Default blog post](https://shinedezign.gitbook.io/zyra/overview/template-default-blog-post.md): This is the page where published blogs can be viewed and read.


---

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