# 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


---

# 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.stadium.software/actions/navigate-to-page.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.
