> 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/plain-jane-interactive/pages-and-menus/contact-page.md).

# Contact Page

### What You’ll Learn

* How to enable and customize the contact form on the contact page
* How to edit text and styling for form inputs and buttons
* How to adjust color settings

***

### Step 1: Enable the Contact Page Template

1. From your Shopify admin, go to **Online Store > Themes**.
2. Click **Customize** on your active theme.
3. In the page dropdown at the top center, choose **Pages > contact**.
4. Ensure the `Contact Message` and `Contact Form Colors` blocks are visible in the left-side panel.

> 💡 Tip: The contact form is prebuilt into the "contact" template and doesn't need a separate app.

***

### Step 2: Customize the Contact Message

1. In the left sidebar, select **Contact Message**.
2. Edit the message text shown above the form (e.g., "Allow 3–5 business days for a response to your inquiry.").
3. Adjust the text color using the **Contact Content Text Color** picker.

***

### Step 3: Style the Contact Form

1. In the left sidebar, click on **Contact Form Colors**.
2. Customize each color field:
   * **Form BG Color**: background of the form
   * **Form Text Color**: input text
   * **Submit Button Color** and **Text Color**
   * **Home Button Color** and **Text Color**

> 💡 Tip: Use high-contrast color pairs to ensure accessibility.

***

### **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/plain-jane-interactive/pages-and-menus/contact-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.
