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

# Password page

What visitors see while your store is password protected — before you launch, or while you are working on it.

## Turning it on

In your Shopify admin, go to **Online Store → Preferences**, scroll to **Password protection**, and tick **Restrict access to visitors with the password**. Set the password and, if you like, a message.

## What is on it

Three parts:

* **Password header** — your logo and the way in for anyone with the password.
* **The page itself** — an [Email signup](/roomfolk/sections/email-signup.md) section by default, so visitors can leave their address for launch.
* **Password footer** — the Shopify credit line.

## Password header

| Setting      | What it does                                           |
| ------------ | ------------------------------------------------------ |
| Logo         | Your logo. Leave empty to show the store name as text. |
| Logo width   | 80px to 300px.                                         |
| Color scheme | Which scheme the header uses.                          |

The message you wrote in **Online Store → Preferences** appears here, and the password entry opens from a control in the header.

## The page content

By default this is the Email signup section, set to "Opening soon". Change the heading and description to suit, and addresses left here go into your Shopify customer list ready for launch.

You can replace it with any other section, or add more.

## Password footer

| Setting      | What it does                  |
| ------------ | ----------------------------- |
| Color scheme | Which scheme the footer uses. |

## Previewing it

The password page only shows to people who are not logged into your admin. To see it as a visitor would, open your store in a private browsing window.

## A note for Theme Store submission

If you are submitting a demo store to Shopify, this is the page a reviewer meets first. Make sure the password message and this page's content make sense — it is part of what gets assessed.


---

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