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

# 404 page

Shown when someone follows a link to a page that does not exist — an old link, a deleted product, a typo.

## Content

| Setting                | What it does                                                           |
| ---------------------- | ---------------------------------------------------------------------- |
| Error code             | Shown small above the heading. Clearing it removes the line.           |
| Heading                | The message.                                                           |
| Text                   | A line explaining what may have happened.                              |
| Show search            | A search field on the page.                                            |
| Button label           | The main button, back to the home page.                                |
| Secondary button label | A second button through to the catalog. Clearing the label removes it. |

**Leave the search field on.** Somebody who has landed here was looking for something specific, and search is the fastest route to it. It is the difference between a dead end and a detour.

Write the text as an explanation, not an apology. "The link may be out of date, or the address may have a typo in it" tells someone what to try next.

## Layout, spacing and style

| Setting        | What it does                  |
| -------------- | ----------------------------- |
| Heading size   | Small, Medium or Large.       |
| Alignment      | Left, centered or right.      |
| Top spacing    | 0px to 160px.                 |
| Bottom spacing | 0px to 160px.                 |
| Button style   | Primary, Secondary or Accent. |
| Color scheme   | Which scheme the page uses.   |

## Adding more to it

This page takes sections like any other, so you can add a row of products or your best collections beneath the message.

## Better still, avoid it

If you have deleted a product or renamed a page, set up a redirect instead: **Online Store → Navigation → URL redirects**. A customer then arrives where you meant to send them, and never sees this page at all.


---

# 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/roomfolk/pages/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.
