# Navigate to Page with Authentication

This is a pre-built Action located under the **@Browser Element**, instructs the Avo Assure to open the given URL and log in using the Username and Password provided in the Input Value and save the result in the dynamic variable.

{% hint style="warning" %}
***Note:** This Action will be used only where Login and signup page or where the Username and Password needed.*
{% endhint %}

### Syntax

**Input Value:** `<URL>;<UserName>;<EncryptedPassword>`&#x20;

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>&#x3C;URL><br>(Required)</td><td>Specify the web address of the application to be accessed.</td><td></td></tr><tr><td>&#x3C;UserName><br>(Required)</td><td>Enter the username for logging into the application.</td><td></td></tr><tr><td>&#x3C;EncryptedPassword><br>(Required)</td><td>Provide the encrypted password for secure login.</td><td></td></tr></tbody></table>

{% hint style="warning" %}
*Note:*

* *Ensure that the password needs to be encrypted in AES method.*
* *Use a website that requires authentication with a **username and password** through a **single popup authentication window**.*
  {% endhint %}

**Output Value:**

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>&#x3C;Dynamic Variable>(Optional);&#x3C;Dynamic Variable>(Optional)</td><td>The dynamic variable holds the status as <strong>True</strong> or <strong>False</strong>.</td><td></td></tr></tbody></table>

**Example**

**Performs navigation to a secured web page using authentication credentials.**

The **Navigate to page with Authentication** action takes the value from the Input Value column **(e.g., <https://example.com;admin;iPh64rgJnD4sSbVyDKqRWw==>)** and attempts to access the specified URL using the provided username and encrypted password. The result of the navigation is stored in the **{NavigateToPage}** variable, with the following possible values:

* **True –** If the page is accessed successfully with valid credentials.
* **False –** If authentication fails or an error occurs.

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

**Authentication Website Example:**

<figure><img src="/files/DDTK8muIg7j577ueOu6V" alt="" width="328"><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/actions/web/browser/navigate-to-page-with-authentication.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.
