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

# Frameora Documentation Index

Welcome to the Frameora documentation.

Use this guide to learn how to set up, customize, and manage the Frameora Shopify theme.

### Getting started

Start here if you are setting up Frameora for the first time.

* Overview
* Preview
* Change requests
* Site structure

### Theme configuration

Use these guides to customize global theme settings.

* [Theme customization options](/frameora/theme-configuration/theme-customization-options.md)
* [Languages & currencies](/frameora/theme-configuration/languages-and-currencies.md)

### Global sections

Global sections appear across multiple pages of your storefront.

* [Header](/frameora/global-sections/header.md)
* [Footer](/frameora/global-sections/footer.md)

### Sections

Use these guides to customize the reusable homepage and content sections included with Frameora.

* [Hero](/frameora/sections/hero.md)
* [Feature strip](/frameora/sections/feature-strip.md)
* [Wall art categories](/frameora/sections/wall-art-categories.md)
* [Featured products static](/frameora/sections/featured-products-static.md)
* [How it works](/frameora/sections/how-it-works.md)
* [Reviews](/frameora/sections/reviews.md)
* [Final call to action](/frameora/sections/final-call-to-action.md)
* [Featured product](/frameora/sections/featured-product.md)

### Page setup

Use these guides to configure Frameora’s main Shopify page templates.

* [Home page](/frameora/page-setup/home-page.md)
* [Cart page](/frameora/page-setup/cart-page.md)
* [Collection list page](/frameora/page-setup/collection-list-page.md)
* [Collection page](/frameora/page-setup/collection-page.md)
* [Product page](/frameora/page-setup/product-page.md)
* [Custom Photo Tiles product](/frameora/page-setup/custom-photo-tiles-product.md)
* [Custom Canvas Prints product](/frameora/page-setup/custom-canvas-prints-product.md)
* [Gallery Wall Sets product](/frameora/page-setup/gallery-wall-sets-product.md)
* [Gift card product](/frameora/page-setup/gift-card-product.md)
* [Gift card page](/frameora/page-setup/gift-card-page.md)
* [Blog page](/frameora/page-setup/blog-page.md)
* [Article page](/frameora/page-setup/article-page.md)
* [Search page](/frameora/page-setup/search-page.md)
* [FAQ page](/frameora/page-setup/faq-page.md)
* [Contact information page](/frameora/page-setup/contact-information-page.md)
* [Standard and policy pages](/frameora/page-setup/standard-policy-pages.md)
* [Checkout and customer accounts](/frameora/page-setup/checkout-customer-accounts.md)
* [404 page](/frameora/page-setup/404-page.md)
* [Password page](/frameora/page-setup/password-page.md)

### Legal

Use these pages to review store policies and support information.

* [Refund Policy](/frameora/legal/refund-policy.md)
* [Support Policy](/frameora/legal/support-policy.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://docs.lufavo.com/frameora/other/frameora-documentation-index.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.
