# Pages

nedyx apps consist of pages. The list of pages is displayed in the **Navigation** tab.

<div align="left"><figure><img src="/files/J5b5QEMrFHBoZtdp3X7F" alt=""><figcaption></figcaption></figure></div>

It is possible to order the pages in a hierarchical structure. This can be done in Edit mode, either by drag & drop the pages into the new position, or by using the three dots menu right beside the pages.&#x20;

### Page styles

#### ![](/files/0olJyxMtoAhALjWvoT7d)

#### Page size

Defines the width and height of the page. Pages can never be smaller than the area occupied by the including widgets.

#### Visible in navigation

If switched on, the page is visible in the navigation tab in Live mode.&#x20;

*Please note*

* In Edit mode, all pages are always visible.&#x20;
* With the OPEN function, it is possible to open all pages, regardless of whether they have the property "Visible in navigation" turned on or not.
* Pages can only be opened by their url if they have the property "Visible in navigation" switched on.&#x20;

#### Display name

The name that is displayed for the page in live mode.

#### Background

The background color which is displayed for the page.&#x20;

#### Border

The border which is displayed around the page.&#x20;

### Page management

#### Add page ![](/files/lYaf52MdGKklUNB84M3P)

This adds a new page into the Navigation list, right behind the currently selected page.&#x20;

#### Rename page

A page can be renamed by double-click on its name in the **Navigation** tab, or by a single click into the name field (if no widget is selected on the page).&#x20;

<img src="/files/lY02UQ2v5Esg8aExy4JJ" alt="" data-size="original">&#x20;

A third option is to use the "Rename" entry in the Three dots menu of a page in the **Navigation** tab.

![](/files/r1cQzoySloAucufMa9ku)

#### Duplicate page

Creates a complete duplicate of the page.

#### Delete page

Deletes the page. You can delete a page as well with the DEL key.

#### Change page order

The order of pages can be changed by using drag & drop. If a page should be inserted as a child of a page, drag the page over its parent so that a rectangle appears before dropping it.&#x20;

#### Copying pages

Complete pages including all subpages can be copied within the same app and also from one app to another app. This is done as follows:&#x20;

1. Click on the page to be copied in the navigation tab.&#x20;
2. Press CTRL+c to copy the page (including all subpages) to the clipboard.&#x20;
3. Click on the page (in the same or another app) after which the copied pages are to be pasted.&#x20;
4. Press CTRL+v to paste the page(s) from the clipboard behind the page.&#x20;

#### Remarks

* Pages can only be pasted at the top level of the navigation tree. You can then simply drag and drop the page(s) to another level.&#x20;
* All widget references within the copied pages are retained.


---

# Agent Instructions: 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.nedyx.com/version-1.52-preview/working-with-nedyx/pages.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.
