# How to create a page?

{% embed url="<https://www.youtube.com/watch?v=E7oTcywFNS8>" %}

Web pages are a way to provide general information about your business or products.

1. Go to **Online Store** **->** **Pages**.
2. Click **Add page**.
3. Enter a title and content for the page.

   Be descriptive and clear when choosing your webpage title. The webpage title displays in the tab or title bar of browsers. It also appears as the page title in search engine results. [Learn more about website SEO.](https://help.shopify.com/en/manual/promoting-marketing/seo)
4. Under **Visibility**, select when the page should be published. By default, your new webpage will be visible when you click **Save**. Select the **Hidden** option if you want your new webpage to be hidden from your online store, or click **Set a specific publish date** to [control when your webpage is published](https://help.shopify.com/manual/productivity-tools/future-publishing).
5. Click **Save**.
6. Optional: To make a published webpage appear in your online store navigation, [add a link](https://help.shopify.com/manual/sell-online/online-store/menus-and-links/#add-a-menu-item) to it in a menu.

{% hint style="info" %}
Please publish the theme as a live site to be able to create the page. For more information, see [Pages](https://help.shopify.com/en/manual/online-store/themes/theme-structure/pages).
{% endhint %}

***

## How to create a page template?

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Pages** from the dropdown window **->** Choose **Create template.**
4. Give a **name** to your new page template.
5. Select the **page template type**. You can select from all the page templates available in your theme. If you have not created any, it will show only the “Default page” in the option.
6. Click on **Create Template** button.

{% hint style="info" %}
If you create a template in an unpublished theme, the new template can only be assigned in the Shopify admin after the theme is published. [Click here for further details](https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://halosoft.gitbook.io/concept-documentation/pages/how-to-create-a-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
