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

# About Page

> **What You’ll Learn**
>
> * How to create and assign a custom About page template
> * Recommended sections to include for a brand story
> * Tips for layout, typography, and animations

***

### 🧭 How to Set Up an About Page

1. **Create a New Page in Shopify**
   * Go to **Online Store > Pages**
   * Click **Add Page**
   * Title it something like `About` or `Our Story`
   * Under **Theme template**, select: `page.about`
   * Click **Save**
2. **Add to Navigation (Optional)**
   * Go to **Online Store > Navigation**
   * Choose your header or main menu
   * Add a new menu item labeled `About` or `Our Story`
   * Link it to your new page
3. **Customize in the Theme Editor**
   * Go to **Online Store > Themes > Customize**
   * Use the page selector dropdown and choose `Pages > About`
   * You’ll see a blank canvas

***

### 🎨 Recommended Sections

You can add any section, but for most brands we recommend:

#### 📄 Text Block

* Add a `Text Block` section for your story
* Include a subtitle like “Our Story”
* Paste your brand description or mission statement
* Customize:
  * Font family and size
  * Text alignment
  * Text color
  * Animated text effects (e.g. Typewriter, Fade Up, Reveal)

#### 🖼 Image Stream

* Add a `Image Stream` section to display lifestyle or brand imagery
* Optional: Add a “Shop All” link below the images
* Customize:
  * Scroll speed
  * Layout (grid, stream, etc.)
  * Link destination

> 💡 Tip: Add more sections such as FAQ, video blocks, product carousels, or hero images for a more dynamic layout.

***

### 📚 Building Tips

* Use concise, emotionally resonant copy
* Incorporate real team or behind-the-scenes images
* Align all text and visual styles with your brand aesthetic
* Keep the layout clean—avoid clutter

***

### **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/about-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.
