General Actions:
XWiki offers to perform several actions on a document (a.k.a a page).
There are three ways to create new pages.
You can edit an existing page and create a link to your new page (either in Wiki mode or in WYSIWYG mode). The resulting link will show up with a question mark next to it, showing it as a nonexistent page. Simply click on the link to create the page.
This will take you to a page with a message to create the missing page (as presented above).This is the recommended approach as it'll allow you to create a navigation while you create new pages.
Starting with the Colibri skin you can create a new page straight from the menu at the top of the page.
Starting with XWiki Enterprise 2.6 there's an Add menu:

Choose the page name and the space you want to create it into and click the "Create" button:

Make sure you type the space name in the first field, then add the page name in the second field. Click the "Create" button and you will be able to edit your newly created page right away.
You can also enter the new page name directly in the URL of your browser. For example http://locahost:8080/xwiki/bin/view/SpaceName/PageName. If the space (SpaceName here) or page (PageName here) don't exist then you'll get an empty page with a message saying that the page doesn't exist and there'll be a link to create it:
Starting with XWiki Enterprise 2.4 users and applications can provide documents that can be used as template when creating new pages. The new document content (content, objects and other metadata) will be replicated from the template.


This allows the editing of a page. See the page editing tutorial for more details.
Whenever you click on a link to a page XWiki automatically shows the page in view mode. This is the default mode. XWiki also supports displaying the page in other formats that may be more adapted to specific circumstances:
You can view the content of a page without having to edit it (and thus you don't need edit rights). This option is shown only for users in Advanced Mode.
To see the code when using the Colibri skin, you have to go to the More Actions menu, and click on the View Source.


XWiki allows exposing a page in XML. This is not ordinarily useful, but it can prove useful for example if you want to write a tool that automatically parses the content of a page. As the XML format is well-defined for all pages, this is much easier than doing screen-scrapping for example. In addition this XML format is used internally by XWiki for performing imports/exports of pages and whole wikis.
Users with the comment right can leave comments on pages. This allows them to provide feedback without requiring edit rights.
Starting with XWiki 2.6 you can add a comment using the add menu:

On Colibri skin
A page can contain attachments. See Attachments for more details.
Displays the version history of the page. See Version Control for more details.
There are several possible printing options (what you see may vary depending on the Skin used).
When using the Colibri Skin, you will find the Print Preview button on the top menu by hovering over More Actions:

There are several possible exporting formats that XWiki supports : PDF, RTF, XAR, HTML. See the Export feature for more information.
On Colibri skin:
Removes a page. A confirmation is asked before the removal is done.
To restore a deleted document, hover over "Wiki" and then click on "Document Index". Click on the "Deleted Documents" tab then click restore to the corresponding document you want to restore.
On the Colibri skin:

![]()
It is possible to create a copy of an existing page. To do so, you need to do a search with Admin Rights using the title of the page you want to copy. You will then see a "Copy" button if you hover over the "Page" menu.
After clicking on it you will be prompted to enter the location of the page you want to copy in the "Target Space" and the "Target Page" fields. Click on "Copy" and you're done!
On the Colibri skin
Choose the target space and the target page and then click on "Copy":

A rename feature is available in XWiki. Its effect is to change the page name (that is, you get http://<server>/xwiki/bin/View/NewSpace/NewPageName instead of http://<server>/xwiki/bin/View/OldSpace/OldPageName) and all the backlinks linking to it. This means that you can easily move a page from one space to another, as well as keep them evolving with your wiki.
The rename will perform 2 refactorings:
When using the Colibri skin, you can access the rename feature for a page by clicking on "Rename" under the "Page" menu in the top menu bar:


After clicking "Rename" you will be prompted to input the "New Space" and "New Page" names you want your document to have.
Now you can link to the page using its new name.
There are still some limitations on renaming:
You can share a page by email in XWiki. In order to do this navigate to your document, hover over the "Page" menu and click on "Share by email". Fill in the required fields and then click "Send".


