# Go to URL

The action will navigate a user to a given URL.

![](/files/-LbTRMeasDFOpmcK1h0T)

A URL should contain a schema (http\://, https\://) to be able to open absolute URLs. If the schema isn’t specified, it will try to open a relative path.

Optional “Name” parameter can be used to specify the name of the browsing context (window, [\<iframe>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) or tab) into which to load the specified resource.

To open url in the same window you can specify **\_self** as a value in the "Name" parameter.

{% hint style="info" %}

See <https://developer.mozilla.org/en-US/docs/Web/API/Window/open> for more details.
{% endhint %}

Qlik expressions can be used in both parameters by prefixing each of them with an equals sign.


---

# 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://help.rbcgrp.com/actions/go-to-url.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.
