> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/readme-1/pages-and-menus/lookbook-page/how-to-create-a-lookbook-page.md).

# How to Create a Lookbook Page

### What You’ll Learn

* 📝 How to create and assign a Lookbook page in Shopify
* 🔗 How to link Lookbooks into your site's navigation
* 🧩 How to structure multiple Lookbooks as part of an archive

***

### 1. Create a Lookbook Page

To create a new Lookbook page:

1. Go to **Online Store > Pages**
2. Click **Add Page**
3. Name your page (e.g. `AW23 Campaign`, `Fall Collection`, etc.)
4. Under **Theme template**, select one of:
   * `lookbook-1`, `lookbook-2`, ..., up to `lookbook-9`
5. Click **Save**

> 💡 You can create **up to 9 separate Lookbook pages**, each with its own content by using a different Lookbook template.

***

### 2. Link Your Lookbook in Navigation (Optional)

To make your new Lookbook easy to access:

1. Go to **Online Store > Navigation**
2. Open your **Main Menu** (or another menu)
3. Click **Add menu item**
4. Name it something like `Lookbook`, `Campaigns`, or `Editorial`
5. For the link, choose **Pages > \[Your Lookbook Page]**
6. Click **Add**, then **Save**

> 🔗 Want to showcase multiple Lookbooks like an archive? Use a dropdown menu with child links to each Lookbook page.

***

### 3. Open the Lookbook Page in the Theme Editor

1. Go to **Online Store > Customize**
2. Use the top dropdown to find and open the Lookbook page you just created
3. The page will load with the default **Lookbook** section ready for setup

From here, you can start adding images and styling content. To learn how to do that, continue to the Lookbook Settings & Features guide.

***

### **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
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.openspaces.design/readme-1/pages-and-menus/lookbook-page/how-to-create-a-lookbook-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.
