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

# Password page

The Password page appears when your Shopify store is password protected.

Customers can enter the store password to preview or access the storefront before the store is publicly available.

### Open Password page settings

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

***

### Main password settings

The Main password section includes these settings:

* Pill text
* Heading
* Description
* Password label
* Password placeholder
* Button label
* Helper text

***

### Pill text

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

Example:

**Coming soon**

***

### Heading

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

Example:

**Frameora is opening soon**

***

### Description

Use the **Description** field to add short supporting text below the heading.

Example:

**We’re getting everything ready so you can turn your favorite photos into beautiful wall moments.**

***

### Password label

Use the **Password label** field to customize the label above the password input.

Example:

**Store password**

***

### Password placeholder

Use the **Password placeholder** field to customize the placeholder text inside the password input.

Example:

**Enter password**

***

### Button label

Use the **Button label** field to customize the password form button.

Example:

**Enter**

***

### Helper text

Use the **Helper text** field to add short guidance below the password form.

Example:

**Have a password? Enter it above to preview the store.**

***

### Password protection

Password protection is managed from Shopify Admin.

{% hint style="success" %}
To manage your store password:

* From your Shopify admin, go to **Online Store > Preferences**.
* Find the **Password protection** section.
* Enable or disable password protection.
* Edit the password or password message if needed.
* Click **Save**.
  {% endhint %}

***

### Save your changes

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