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

# Create Custom Page

**Step 1 :**

In the theme editor(theme customize) –> Select **Pages ->** (from top menu) -> scroll down to bottom and click **“Create template”**

{% embed url="<https://www.adornthemes.com/wp-content/uploads/2021/09/about-1.jpg>" %}

**Step 2 :**&#x20;

Add template name. Say “Our History” and select base template (Template which you want to apply for new page). Here we will select template “**about**” and Click **create template** button

{% embed url="<https://www.adornthemes.com/wp-content/uploads/2021/09/about-2.jpg>" %}

**Step 3:**

{% hint style="success" %}

* From your store admin, go to **Online Store** **->** **Pages ->** Click **Add page**
* Add page title say “Our History” and select template “our-history” (You need to select template which you just created in previous steps)
* Click **Save**.
  {% endhint %}

You will see same page data as about us page. This will not affect to other pages. To change text, section and block on this page, select this page from theme editor(customize).

{% hint style="info" %}
Repeat same steps to duplicate any page template.\
To duplicate contact us page, select base template **contact**, for FAQs select base template “**faqs**“.
{% endhint %}


---

# 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://adornthemes.gitbook.io/belle-premium-shopify-theme/page-setup/create-custom-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.
