> For the complete documentation index, see [llms.txt](https://docs.blippar.com/blippbuilder-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blippar.com/blippbuilder-documentation/how-to-guides/open-url-on-tap.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blippar.com/blippbuilder-documentation/how-to-guides/open-url-on-tap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
