> 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/getting-started.md).

# Getting Started

Welcome to **Plain Jane**, a clean, minimal Shopify theme designed for modern clothing brands that value simplicity, structure, and storytelling. This guide will walk you through the core setup process — from installation to full customization — so you can get your store up and running quickly.

{% stepper %}
{% step %}
**Installing the Plain Jane Theme**

Learn how to add the theme to your Shopify store, upload the ZIP file, and publish it safely without disrupting your live site.\
[➡️ Installing the Plain Jane Theme](/readme-1/getting-started/1.-installing-the-plain-jane-theme.md)

***

{% endstep %}

{% step %}
**Setting Up Your Homepage**

Discover how to customize your homepage layout, hero sections, and featured collections to create a clean, editorial first impression.\
[➡️ Setting Up Your Homepage](/readme-1/getting-started/2.-setting-up-your-homepage.md)
{% endstep %}

{% step %}
**Creating and Customizing Your Collections Page**

Organize your product collections with flexible grid options, filters, and sidebar layouts. You’ll learn how to control spacing, typography, and hover styles for each look.\
[➡️ Creating and Customizing Your Collections Page](/readme-1/getting-started/3.-creating-and-customizing-your-collections-page.md)

***

{% endstep %}

{% step %}
**Creating and Customizing Your Product Page**

Explore your product page options — from minimal layouts to fully interactive galleries. This section covers product media, variant options, and recommended product blocks.\
[➡️ Creating and Customizing Your Product Page](/readme-1/getting-started/4.-creating-and-customizing-your-product-page.md)
{% endstep %}

{% step %}
**Setting Up Password Pages and Email Waitlist**

Learn how to set up your password-protected pages and email waitlist integration for upcoming drops or private launches.\
[➡️ Setting Up Password Pages and Email Waitlist](/readme-1/getting-started/5.-setting-up-password-pages-and-email-waitlist.md)
{% endstep %}
{% endstepper %}


---

# 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/getting-started.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.
