> For the complete documentation index, see [llms.txt](https://mpithemes.gitbook.io/unicorn-shopify-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mpithemes.gitbook.io/unicorn-shopify-theme/faq/how-to-create-webpages.md).

# How to create webpages?

You can follow the listed steps to build a page or read the initial [<mark style="color:blue;">documentation</mark>](https://help.shopify.com/en/manual/online-store/themes/theme-structure/pages) for more details.

#### **Step 1**

Go to your *Shopify admin -> Online Store -> Pages*, and press the button **"Add page"** in the top-right corner:

<figure><img src="/files/zXXw2Ydb7S401hZ0yHuH" alt=""><figcaption></figcaption></figure>

#### **Step 2**

In the opened page, you can find input fields for adding the **Title** and **Content**:

<figure><img src="/files/fvdHmAA8Kr2IKgfIzrqC" alt=""><figcaption></figcaption></figure>

#### **Step 3**

Use the [<mark style="color:blue;">rich text editor</mark>](https://help.shopify.com/en/manual/shopify-admin/productivity-tools/rich-text-editor) to add different content for a webpage.

* For text formatting, use the following settings:

<figure><img src="/files/QXJj3HujmB5r7qrHsAde" alt=""><figcaption></figcaption></figure>

* To add a link, use the **"Insert link"** button:

<figure><img src="/files/QYbooy1XFP3kiNC4sGZE" alt=""><figcaption></figcaption></figure>

* If you need to add a table, you can press the **"Insert table"** button:

<figure><img src="/files/DtdavBozLl16tZww2feZ" alt=""><figcaption></figcaption></figure>

* To display media content like images and video, use the corresponding options:

<figure><img src="/files/olnzPRDVWgjPTketYeAd" alt=""><figcaption></figcaption></figure>

* The HTML code can be used for a page if you press **"Show HTML"**:

<figure><img src="/files/nU75tKkhGLomwiEHPENs" alt=""><figcaption></figcaption></figure>

#### **Step 4**

The created page can be assigned to any template in your store. Read details on how to create templates on the following [<mark style="color:blue;">help page</mark>](https://mpithemes.gitbook.io/unicorn-shopify-theme/faq/how-to-create-a-template).

Use the **"Online store"** block to choose a Theme template in the drop-down list:

<figure><img src="/files/YMgg4ISyIre89XNBVd3N" alt=""><figcaption></figcaption></figure>

Leave the **"Default page"** template if you want to use a page for a section or display it in a block.

#### **Step 5**

Save the changes!


---

# 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://mpithemes.gitbook.io/unicorn-shopify-theme/faq/how-to-create-webpages.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.
