---
hide_title: true
hide_table_of_contents: true
title: Navigate
---
<##head##>
# Navigate
This node is used to navigate between [Page](/nodes/navigation/page) nodes set up in a [Page Router](/nodes/navigation/page-router).

You can use a [Page Inputs](/nodes/navigation/page-inputs) node to pass parameters to the Page you are navigating to. Any Path Parameters or Query Parameters you add will show up as inputs to the Navigate node if you select that Page as the Target Page.
<##head##>
## Inputs
| Data | Description |
| ------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Router | Here you select which **Page Router** that this **Navigation** node will act on. This input is only available if there are multiple **Page Routers** in the project. |
| Target Page | Here you select the **Page** to navigate to. The pages available are based on which **Page Router** this **Navigation** node is associated with. |
| Open in new tab | Open the new page in a new browser tab. |
| Signal | Description |
| -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Navigate | <##input:navigate##>Sending a signal to this input will perform the navigation to the **Target Page**.<##input##> |
| Mixed | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Page Parameters** | Any page parameters set in the [Pages Inputs](/nodes/navigation/page-inputs) used by the **Page** will be available as inputs on the **Navigate** node. |
<##input:pm-\*##> An input parameter originating from the **Page Inputs** node of the **Target Page**.<##input##>
## Outputs
| Signal | Description |
| --------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| Navigated | <##output:navigated##>This event is triggered when a navigation as been performed.<##output##> |