# Setup the browser widget

{% hint style="success" %}
verified: 2025-11-20 version: v39
{% endhint %}

Create a widget blueprint that contains a `Web Interface` object.

`WBP_BaseBrowser` in the example content is an example of this.

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

So you can easily test the browser works correctly when you add it to the viewport, set an `Initial URL` on the web interface to `https://docs.msquared.io` .

<figure><img src="/files/FhSDwKfiJDlCTanOFkQM" alt=""><figcaption><p>Web Interface -> Initial URL</p></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.otherside.xyz/platform-documentation/creation/unreal-development/features-and-tutorials/web-browser/setup-the-browser-widget.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.
