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

# 404 page

The 404 page appears when a customer visits a link that does not exist or a page that has been moved.

Use this page to help customers return to useful areas of your store.

### Open 404 page settings

{% hint style="success" %}
To edit the 404 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 **404 page**.
* Select the **404** section in the sidebar.
* Edit the settings.
* Click **Save**.
  {% endhint %}

***

### 404 settings

The 404 section includes these settings:

* Pill text
* Heading
* Description
* Primary button label
* Primary button link
* Secondary button label
* Secondary button link
* Back to home label
* Show back to home link

***

### Pill text

Use the **Pill text** field for the small label above the heading.

Example:

**Page not found**

***

### Heading

Use the **Heading** field for the main 404 page title.

Example:

**This wall is missing a memory**

***

### Description

Use the **Description** field to explain that the page cannot be found.

Example:

**The page you’re looking for may have moved, or the link may no longer exist. Let’s get you back to something beautiful.**

***

### Primary button

Use the primary button to send customers to an important product, collection, or page.

Settings include:

* Primary button label
* Primary button link

Example label:

**Create Your Tiles**

Example link:

**/products/custom-photo-tiles**

***

### Secondary button

Use the secondary button to send customers to another useful destination.

Settings include:

* Secondary button label
* Secondary button link

Example label:

**Shop Wall Art**

Example link:

**/collections/all**

***

### Back to home link

Enable **Show back to home link** to display a simple link back to the homepage.

Use **Back to home label** to customize the link text.

Example:

**Back to home**

***

### Best practices

Before publishing, check that:

* Button links go to active pages.
* The message is clear and helpful.
* The page gives customers a way to continue shopping.
* The page looks good on desktop and mobile.

***

### Save your changes

After editing the 404 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/404-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.
