# Open URL on Tap

## Use Blippbuilder Design Canvas to Open URL

You can assign 'Action on Touch' on any object in the scene and assign a URL re-direct or open the URL in an external browser using Blippbuilder Desktop Design Canvas.

* Select the object to assign 'Action on Touch'
* From the right-panel, click the drop-down and choose 'Website' from the list of available options. This will open the website on touch of the selected object in the scene.&#x20;
* Enter the site URL&#x20;

{% hint style="info" %}
Enable the check-box 'Open in External Browser', in order to open URL in an external browser. The URL will open in the same browser if this option is not checked.&#x20;
{% endhint %}

* Refer Image below:

<figure><img src="/files/FJjnOzSkrKeumQq6gVmO" alt=""><figcaption><p>Action on Touch</p></figcaption></figure>

## Use Actions and Events to Open URL

* Click the Actions and Events <img src="/files/GjFtfEWzoEx2yKOnvlhe" alt="" data-size="line"> toggle icon from the top-panel of the Blippbuilder Design Canvas to access the Actions and Events panel.
* Click the 'On Tap' action node, select the object from the drop-down. Click the 'Open URL' action node.
* Connect the output of the 'On Tap' node to the input of the 'Open URL' node.&#x20;
* Enter the desired URL in the space.&#x20;
* Refer Image below

<figure><img src="/files/q73Mqxth4yi6Yqjt3pCp" alt=""><figcaption><p>Open URL</p></figcaption></figure>

{% hint style="info" %}
By default the URL will open within the same browser. Use the Action on Touch panel to enable 'Open in external browser'.&#x20;
{% endhint %}


---

# 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.blippar.com/blippbuilder-documentation/how-to-guides/open-url-on-tap.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.
