# Navigate Page

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Action

Block Type: [Terminal](/app-editor/page-flow/block-anatomy.md#terminal-block)
{% endhint %}

**`Navigate Page`** is a [terminal block](/app-editor/page-flow/block-anatomy.md#terminal-block) that is used to navigate the browser from the currently loaded page to the specified page.&#x20;

<div align="left"><figure><img src="/files/9EGP0rQj374yVeveZmkf" alt="" width="218"><figcaption><p>Navigate Page block</p></figcaption></figure></div>

The block consists of *Destination URL* a [Value Parameter](/app-editor/page-flow/block-anatomy.md#value-parameters) that accepts a [*text*](/app-editor/page-flow/references/value-types.md) value specifying the page you want to navigate to.

The page can either be:

* Within your app: the Destination URL would be the [slug of the page](/app-editor/page-settings.md#page-url) preceded with a forward slash.
* External to your app: the Destination URL would be an absolute URL beginning with `http://` or `https://` .

***

## Usage Examples

The example below shows the Navigate Page block being used to navigate to an external destination (the Zingy website).

<div align="left"><figure><img src="/files/kLc6euSBBdC1OB65wsic" alt="" width="490"><figcaption><p>Example of Navigate Page block</p></figcaption></figure></div>

The next image below shows an example of the Navigate Page block being used in combination with a If block. Based on the value of the variable *b*, the value of the variable *str* is set. The Navigate Page block is then used to navigate using the value of the variable *str*.

<div align="left"><figure><img src="/files/CJjNQrHZcDUVjzzQeuDj" alt="" width="435"><figcaption><p>Example of Navigate Page block</p></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://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/navigate-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.
