> For the complete documentation index, see [llms.txt](https://docs.peakcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peakcommerce.com/product/using-peakcommerce/ecommerce-and-payment-pages/adding-an-e-commerce-page.md).

# Create a Page

Pages live in **Content → Pages**. The list groups pages by type — **Checkout**, **Storefront**, **Payment**, and **Portal** — and shows each page's slug, tags, and status.

## Add a page

1. Go to **Content → Pages**.
2. Click **New Page** to start from scratch, or **From Template** to start from a prebuilt layout.
3. Give the page a **name** and choose its **type**.
4. Build the page by placing [components](/product/using-peakcommerce/templates.md) onto it.
5. Set the page's **SEO metadata** (title tag and meta description) so it surfaces well in search.
6. **Publish** the page. Each page gets a public **slug** (for example `/s/signup`).

Bind a published page to a [journey step](https://gitlab.com/peak-hercules/peak-help-docs/-/blob/main/product/using-peakcommerce/journeys-and-pages/journey-steps/managing-journey-steps.md) to use it in a guided flow.


---

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

```
GET https://docs.peakcommerce.com/product/using-peakcommerce/ecommerce-and-payment-pages/adding-an-e-commerce-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.
