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

# Contact page

A page with a contact form on it.

## Setting it up

Roomfolk includes a contact template. To use it:

1. In your Shopify admin, go to **Online Store → Pages** and create a page — call it Contact.
2. Under **Theme template**, choose **contact**.
3. Save.

Your contact page is then live at `/pages/contact`, and you can arrange it in the theme editor.

## What is on it

Two sections:

* **Page** — the page's own title and whatever you write in the page editor.
* [**Contact form**](/roomfolk/sections/contact-form.md) — the form itself.

Anything you type into the page in your Shopify admin appears above the form, so that is the place for your address, opening hours or phone number.

## Where messages go

To the email address in **Settings → Store details → Sender email**. Check that is an address somebody reads.

## What to put on it

* The form.
* How long you take to reply, so people are not left wondering.
* Anything that saves a message being sent at all — a link to your delivery policy, your returns policy, or an [FAQ section](/roomfolk/sections/faq.md) added underneath the form.

## Adding more sections

Like any page, this one takes sections. An FAQ under the contact form answers the common questions before somebody writes to you about them.


---

# 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/contact-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.
