> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Navigate to URL

> Navigate to a URL in the user's browser via bridge mode

# Navigate to URL

Navigate to a URL in the user's browser via bridge mode

## Properties

| Property   | Value            |
| ---------- | ---------------- |
| **Type**   | browser-navigate |
| **Family** | Browser          |
| **Group**  | Navigation       |

## Parameters

| Name | Label | Type   | Description        | Required |
| ---- | ----- | ------ | ------------------ | -------- |
| url  | URL   | String | URL to navigate to | Yes      |

## Outputs

| Name    | Label   | Type    | Description                       |
| ------- | ------- | ------- | --------------------------------- |
| success | success | boolean | Whether navigation was successful |
| url     | url     | string  | Final URL after navigation        |
