> For the complete documentation index, see [llms.txt](https://help.byinspiredlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.byinspiredlabs.com/coming-soon-page/how-to-create-a-coming-soon-page-in-shopify.md).

# How to create a Coming Soon page in Shopify?

A **Coming soon** page is a pre-launch landing page designed to generate excitement and anticipation for an upcoming product or store launch. It informs potential customers about your brand and when it will go live. This page is typically password-protected, ensuring no access to other parts of the website until the store is officially launched.

<figure><img src="/files/6XNe3HnoAY20B8eG3UL5" alt=""><figcaption></figcaption></figure>

### **Step 1: Enable password protection**

* Log in to your **Shopify admin dashboard**.
* Navigate to **Online Store > Preferences**.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/e8529336-56a5-430c-a9fc-47d08b13fb1c/Screenshot%202024-12-19%20at%201.50.49%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

* Scroll down to the **Password protection** section.
* Check the box next to **Restrict access to visitors with the password**.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/12da1f94-cb9e-495a-ab26-d97edf6537c9/Screenshot%202024-12-19%20at%201.54.01%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

* In the **Password** field, enter the password that you want to add to your online store and restrict access with. Don't use the same password that you use to log in to your Shopify admin. In the **Message to your visitors** field, enter the message that you want to display to visitors on the password page. If you don't want to display a message, then leave this field blank.
* Save your changes.

{% hint style="info" %}
**Note:** This process ensures that visitors can only access the Coming Soon page with a password, restricting access to the rest of your store.
{% endhint %}

### **Step 2: Navigate to the theme editor to customize your Coming soon page**

* From your Shopify admin dashboard, go to **Online Store** and click on **Themes**. In the **Current theme** section, click the “**Customize**” button.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/9e5c9223-f2ae-4b64-a78e-603e3f51e93f/Screenshot%202024-12-19%20at%201.55.56%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

* In the theme editor, click into the dropdown menu of pages at the top, select **Password.**

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/efb74a44-6ff9-4790-8235-34e6a6dbd112/Screenshot%202024-12-19%20at%201.57.31%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

### **Step 3: Customize sections on your Coming soon page.**

The Coming Soon page can include various sections to engage visitors and provide essential information. Below are 3 sections of Coming soon page:

1. [Password header section](/coming-soon-page/header.md)
2. [Email signup banner section](/coming-soon-page/email-signup-banner.md)
3. [Password footer section](/coming-soon-page/footer.md)


---

# 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://help.byinspiredlabs.com/coming-soon-page/how-to-create-a-coming-soon-page-in-shopify.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.
