# Pages and Menus

> **What You’ll Learn**
>
> * The purpose of each page type in the Plain Jane theme
> * How to assign layouts and templates
> * Where to find and customize page content

***

### 📄 What Are Layouts?

In Shopify, a layout defines the structure of a page—what sections appear and in what order. Plain Jane uses custom layouts for homepage, product, collection, and password pages.

You can assign a layout when editing a page in the **Admin > Online Store > Pages** or by selecting a **template** in the Theme Editor.

***

### 🔑 Common Page Types in Plain Jane

| Page Type             | Purpose                                                                         |
| --------------------- | ------------------------------------------------------------------------------- |
| **Home Page**         | The main landing page. Often includes the "Enter Screen" experience.            |
| **Collection Page**   | Displays a grid of products under a category.                                   |
| **Product Page**      | Shows details for a specific product.                                           |
| **Password Page**     | Used when your store is password-protected. Includes optional timer.            |
| **Default Page**      | Used for About, Contact, FAQ, and other content pages.                          |
| **About Page**        | Great for brand storytelling. Uses the default page template unless customized. |
| **Lookbook Page**     | Designed for showcasing curated image collections.                              |
| **Interactive Space** | A dynamic, immersive layout available only in **Plain Jane Interactive**.       |

> 💡 Tip: You can assign any Shopify page to use a custom template from the Theme Editor sidebar.

***

### 🧩 How to Customize Layouts

1. Go to **Online Store > Themes** and click **Customize**
2. Use the top page selector dropdown to switch between:
   * `Home page`
   * `Collections > [Name]`
   * `Products > [Name]`
   * `Pages > [Name]`
3. Click on any section to edit, reorder, or delete it
4. Use **Add section** to insert new blocks like text, galleries, videos, etc.

***

### ⚙️ Template Assignment Tips

* Use unique templates (e.g. `page.about.json`, `page.contact.json`) when you want a different section layout per page
* Create and manage templates from your theme code or via the Shopify Editor

***

### **Need Help?**

* 💬 **Join our community on Discord:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Email us at:** <support@openspaces.design>
* 💻 **Live chat with us:** Available Monday–Friday, 10AM–6PM EST, directly on our website


---

# Agent Instructions: 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:

```
GET https://docs.openspaces.design/readme-1/pages-and-menus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
