# Navigation

## Settings

Select type to set the placement of the navigator. The type option are:

* Top: navigator shown above work area
* Side: navigator shown on the left-hand side of the work area
* Top/Side: navigator shown above and on the left-hand side of the work area

<div align="left"><img src="/files/-M0qT97i39nrjmW_v5MZ" alt=""></div>

## Export / Import pages

Use the *Export* and *Import* buttons to export and import pages. Click *Export* and select the pages which are to be exported. More than one page can be exported at the same time.

To import, click the *Import* button. Browse to the file to import or drop the file in the allocated area.&#x20;

<div align="left"><img src="/files/-M0qTFLR5D4WQ2OQfkN4" alt=""></div>

{% hint style="info" %}
For information about imports from the old Portal, go to [Migrate existing solution](/6.11/development/flow-portal-2/getting-started-portal2.md#migrate-existing-solution).
{% endhint %}

## Tree

All pages can be managed via the page tree manager.&#x20;

Using the page tree manager, users can:&#x20;

* rearrange the order of pages
* create new pages&#x20;
* delete existing pages&#x20;
* search for existing pages

<div align="left"><img src="/files/-M0glFNJhSKaCo-z74yb" alt=""></div>


---

# 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://help.novacuraflow.com/6.11/development/flow-portal-2/getting-started/navigation.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.
