> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/gwiki-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/gwiki-tutorial/the-user-side/create-page-wizard.md).

# Create Page Wizard

![](/files/-LD6N5G7mnjyBCB0gr5K)

The **Create Page Wizard** provides a set of tools to assist in creating a new wiki page. Look for the wizard wand icon in the page information area when you first enter the editor with a new page name.

The administrator can also make the New Page **block** enter the Create Page Wizard instead of the Editor. The wizard will present a series of panels, each with Continue and Cancel options.

If no page name has been specified, the first panel will display a selection list of namespaces the user has permissions for, and a text field for entry of a page name.

The next panel shows the available options to create a page:

* **Create from Template** - If a Template Namespace is defined, a list of all available templates will be shown. The Content portion of the selected template page will be copied into a the new page.
* **Copy an existing page** - enter the page name of an existing page. The entire page, including most data from the Meta Edit section in the page editor, will be copied to the new page.
* **Import from HTML** - Select an HTML file, or copy and paste the HTML into the form. The conversion is limited, and simpler documents work better.
* **Import a Text file** - Copy a text file into a wiki page. This can be used to import pages from another wiki, or to load a text file to be reformatted as a wiki page.
* **Create an Image Gallery** - select a set of images and create a gallery page from them.


---

# 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://xoops.gitbook.io/gwiki-tutorial/the-user-side/create-page-wizard.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.
