> For the complete documentation index, see [llms.txt](https://mpithemes.gitbook.io/shella-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/shella-shopify-theme/get-started/how-to-add-and-edit-a-page.md).

# How to add and edit a Page

&#x20;In order to create a new page, please follow these steps:

* Go to your *Shopify Admin -> Online Store;*
* Click on **Pages**;
* Choose **“Add page”** on the right corner at the top of the page and click on it;
* **Start creating** the page, giving it a title and filling it out with the needed for your content;
* **Save changes**.

![](https://mpthemes.net/shella-shopify-theme/documentation-version4/assets/images/01-info-add-page.png)

**OR**

&#x20;If you are already editing popup content (as an example) or any other content where a page needs to be selected in the Shella theme, click on the *“Select page” -> Create page.* The system will automatically redirect you to the Shopify page editor shown above. In the example below we edit a popup content:

![](/files/-MfhO4jnkOVKOeSlbAoR)

&#x20;Now if you want to use the page that you have already created (for the popup) in your Shella theme, you can find it in the list of pages when clicking on “Select page”:

![](/files/-MfhOMPUK25zXoiv2BQg)

&#x20; More information about how to add and edit pages you can find in the [<mark style="color:blue;">**Shopify Help Center**</mark>](https://help.shopify.com/en/manual/online-store/legacy/menus-and-links/editing-menus).


---

# 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/shella-shopify-theme/get-started/how-to-add-and-edit-a-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.
