> 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/page-setup/faq-page.md).

# FAQ page

The FAQ page displays frequently asked questions and answers for your store.

Use this page to help customers find quick information about products, photo quality, shipping, mounting, returns, customization, and other common questions.

### Open FAQ page settings

{% hint style="success" %}
To edit the FAQ page:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* Use the page selector at the top of the theme editor.
* Select the **faq** page template.
* Select the **Main page** section in the sidebar.
* Edit the settings.
* Click **Save**.
  {% endhint %}

***

### Main page settings

The FAQ page uses the **Main page** section.

The Main page section includes these settings:

* Hero pill text
* Hero heading
* Hero description

***

### Hero pill text

Use the **Hero pill text** field for the small label shown above the page heading.

Example:

**Help Center**

***

### Hero heading

Use the **Hero heading** field for the main FAQ page title.

Example:

**Frequently asked questions**

***

### Hero description

Use the **Hero description** field to add short helper text below the heading.

Example:

**Find quick answers about Frameora, photo quality, shipping, mounting, returns, and more.**

***

### FAQ content

FAQ content is managed from Shopify Admin.

{% hint style="success" %}
To edit the FAQ questions and answers:

* From your Shopify admin, go to **Online Store > Pages**.
* Open the FAQ page.
* Edit the page content.
* Click **Save**.
  {% endhint %}

The hero text is edited in the theme editor, but the main FAQ content comes from the Shopify page content.

***

### Best practices

Before publishing, check that:

* Questions are clear and easy to understand.
* Answers are short and helpful.
* Shipping, returns, product, and customization information is accurate.
* No placeholder content remains.
* The FAQ page looks good on desktop and mobile.

***

### Save your changes

After editing the FAQ page, click **Save**.

If changes do not appear immediately, refresh the storefront or open the page in a private browser window.


---

# 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/page-setup/faq-page.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.
