# Navigate

## Overview

The **`Navigate`** interaction allows you to set the navigation when a user clicks on an action. This feature will enable you to trigger and customize different page references, making it easy for end-users to navigate to other pages. This helps to create a seamless user experience and improve user engagement.

<figure><img src="/files/nQyA2VO32jg4jTg0u1dX" alt=""><figcaption></figcaption></figure>

## List of Page Reference Type

These page reference types are supported.

* [App](#app)
* [Knowledge Article](#knowledge-article)
* [Lightning Component](#lightning-component)
* [Login Page](#login-page)
* [Named Page (Standard)](#named-page-standard)
* [Navigation Item Page](#navigation-item-page)
* [Object Page](#object-page)
* [Record Page](#record-page)
* [Web Page](#web-page)

### App

To set interaction navigation to an app, enter the app ID in the App Target field.&#x20;

{% hint style="info" %}
The `App ID` can be found here: Setup-->Apps-->App Manager-->Edit (on the desired app)-->you will find at app ID in the address bar. ![](/files/8ZGC1OqIHPZhQ1nPn2Sc)&#x20;
{% endhint %}

#### URL Format Examples

Navigate to the app’s homepage using the `appId`

```html
/lightning/app/06mRM0000008dNrYAI
```

Navigate to an object record’s page in the app using the `appId`

```html
/lightning/app/06mRM0000008dNrYAI/o/Case/home
```

Navigate to the app’s homepage using the `appDeveloperName`

```html
/lightning/app/standard__LightningSales
```

Navigate to an object record’s page in the app using the `appDeveloperName`

```html
/lightning/app/standard__LightningSales/o/Case/home
```

### Knowledge Article

A page that interacts with a Knowledge Article record.

| Property     | Description                                                                                                                                           |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| Article Type | <p>The <code>articleType</code> API name of the Knowledge Article record.</p><p>In Experience Builder sites, <code>articleType</code> is ignored.</p> |
| URL Name     | <p>The <code>articleType</code> API name of the Knowledge Article record.</p><p>In Experience Builder sites, <code>articleType</code> is ignored.</p> |

### Lightning Component&#x20;

A link to a Lightning Component.

| Property       | Description                                                            |
| -------------- | ---------------------------------------------------------------------- |
| Component Name | The Lightning component name in the format `namespace__componentName.` |

### Login Page

A page for authentication into an Experience Builder site.

| Property    | Description                                                                                                                         |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Action Name | <p>A login-related action to be performed. Possible values are:</p><ul><li><code>login</code></li><li><code>logout</code></li></ul> |

### Named Page (Standard)

To navigate to a standard page with a unique name. If an error occurs, the error view loads, and the URL isn’t updated.

| Property  | Description                                                                                                                                                                                                              |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Page Name | <p>The unique name of the page. Possible values are:</p><ul><li><code>home</code></li><li><code>chatter</code></li><li><code>today</code></li><li><code>dataAssessment</code></li><li><code>filePreview</code></li></ul> |

### Navigation Item Page

To set navigation to a page that displays the content mapped to a custom tab. Visualforce, web, Lightning Pages, and Lightning Component tabs are supported.

| Property     | Description                        |
| ------------ | ---------------------------------- |
| Tab API Name | The unique name of the custom tab. |

<figure><img src="/files/TIcUCRrObk6tgwcdmxUa" alt=""><figcaption></figcaption></figure>

### Object Page

To set navigation to a page that interacts with a standard or custom object in the org and supports standard actions for that object.

| Property               | Description                                                                                                                                 |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Object API Name        | The API name of the standard or custom object. For custom objects that are part of a managed package, prefix the custom object with `ns__.` |
| <p>Action Name<br></p> | The action name to invoke. Valid values include **`home`**, **`list`**, and **`new`**.                                                      |

#### Automatically Populated Fields When Creating a New Record

When using the “Create Record” interaction, you will now notice that specific values are pre-filled. This feature facilitates quicker and more efficient record creation by automatically populating relevant fields, allowing you to focus on adding the necessary unique information without manually entering commonly used data.

{% hint style="info" %}
You can automatically fill in values using a flow variable. This means certain information can be automatically entered or selected in a field, making the process faster and easier.
{% endhint %}

<figure><img src="/files/7TPCErIevqB5JQ6YfYcx" alt="" width="375"><figcaption></figcaption></figure>

#### Tutorial

| Name                                                                                                                                               | Description                                                                         |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [**How to create an interaction to navigate to an object**](/flow/tutorials/interactions/how-to-create-an-interaction-to-navigate-to-an-object.md) | Learn to navigate records with interactive, step-by-step guidance in this tutorial. |

### Record Page

A page that interacts with a record in the org and supports standard actions for that record.

| Property        | Description                                                                                                                                                                                                                                                                                                             |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Object API Name | The API name of the record’s object.                                                                                                                                                                                                                                                                                    |
| Record ID       | The record ID or custom value to link to that specific record.                                                                                                                                                                                                                                                          |
| Action Name     | <p>The action name to invoke. Valid values include <strong><code>clone</code></strong>, <strong><code>edit</code></strong>, and <strong><code>view</code></strong>.</p><p>Experience Builder sites don’t support the values <strong><code>clone</code></strong> or <strong><code>edit</code></strong><code>.</code></p> |

#### Tutorial

| Name                                                                                                                                           | Description                                                                         |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [**How to create an interaction to navigate to a record page**](/flow/tutorials/interactions/how-to-create-an-interaction-to-a-record-page.md) | Learn to navigate records with interactive, step-by-step guidance in this tutorial. |

### Web Page

To set interaction navigation to a web page, enter the website address in the **`URL`** field.&#x20;


---

# 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.avonnicomponents.com/flow/component-builder/interactions-panel/navigate.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.
