# Navigation

## Settings

Select type to set the placement of the navigator.&#x20;

Type:

* 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

Panel state:

* Floating - the side navigator will expand when hovering over the navigator arrow visible on the left-hand side
* Sticky - the navigator will be fixed to the left-hand side of the portal tab

Breadcrumbs:

* Shown - breadcrumbs will be visible under the portal header. The breadcrumbs show the focused page place in relation to higher level pages
* Hidden - the breadcrumbs will be hidden

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

## Export pages

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

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

Import of pages, containers and portlets is done under [Add - Import](/development/flow-portal-2/getting-started/add-pages-and-portlets.md#import).

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

## Page navigation 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"><figure><img src="/files/INoJKNjLOFxERGeWIGjd" alt=""><figcaption></figcaption></figure></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/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.
