# Navigate To Page

Use the NavigateToPage action to navigate from one page to another. To make a simple link, create a Click event and add the NavigateToPage action to the event handler.

***

{% embed url="<https://www.youtube.com/embed/Uhd5yNeJbFM?autoplay=1&rel=0&vq=1080>" %}
*dd a Navigate to Page action*
{% endembed %}

***

### Properties

1. **Destination**

   Set the page to navigate to. It can either be another page within the application or an outside URL. Set using text, input parameters or script variables
2. **Input Parameters**

   Any parameters the destination page may require. This property is only available should the destination page have parameters. Go here for more details on how to work with parameters.
3. **Open In New Window**

   This flag defines whether the page will open in a new window or not
