> 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/install/install-frameora-theme.md).

# Install Frameora Theme

This guide explains how to try, install, customize, and publish the **Frameora Shopify theme**.

### Try Frameora before purchase

You can try Frameora before purchasing it to see how it looks with your store. During the trial, you can explore the theme, customize settings, preview templates, and check how it fits your brand and storefront.

{% hint style="success" %}
Follow these steps:

* Go to the Shopify Theme Store.
* Search for **Frameora**.
* Open the Frameora theme listing.
* Click **Try theme** to add it to your store for testing.
* In your Shopify admin, go to **Online Store > Themes**.
* In the **Theme library**, find Frameora.
* Click **Customize** to open the theme editor.
* To preview the theme, click the **...** button and select **Preview**.
  {% endhint %}

Trying the theme first helps you make sure Frameora is the right fit for your store before you publish or purchase it.

### Purchase Frameora from the Shopify Theme Store

Once you decide to use Frameora, you can purchase it directly from your Shopify admin.

{% hint style="success" %}
Follow these steps:

* In your Shopify admin, go to **Online Store > Themes**.
* In the **Theme library**, find the Frameora theme.
* Click **Buy** to complete your purchase.
  {% endhint %}

After purchasing, you will have full access to the theme so you can publish it and use all of its features for your store.

### Publish Frameora

{% hint style="success" %}
When you are ready to make Frameora your live storefront theme:

* In your Shopify admin, go to **Online Store > Themes**.
* Find Frameora in your **Theme library**.
* Click **Publish**.
* Confirm the action.
  {% endhint %}

Publishing Frameora changes your live storefront theme, but it does not delete your products, collections, customers, orders, or Shopify settings.

### Before publishing

Before publishing Frameora, review these areas:

* Home page
* Header
* Footer
* Product pages
* Collection pages
* Search
* Cart
* Gift card product
* Mobile layout
* Store navigation
* Payment and checkout settings

Click **Save** after making changes in the theme editor.


---

# 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/install/install-frameora-theme.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.
