# Viewport browser

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

This page explains how you can use the browser as a HUD viewport widget.

This guide assumes you've followed [Setup the browser widget](/platform-documentation/creation/unreal-development/features-and-tutorials/web-browser/setup-the-browser-widget.md).

### Add the browser to the player viewport

In your HUD or elsewhere, add the widget to the viewport such as below:

{% @blueprintue-embed/embed url="<https://nextjs-boilerplate-jl63.vercel.app/e9c9d733-a52d-428c-b9d7-7d880d9f8d98>" %}

Play PIE, once you load in you should see the MSquared docs page fill the entire viewport:

<figure><img src="/files/BvlXyhYLokMs4EON2H1w" alt=""><figcaption><p>The MSquared docs page running inside the game using the browser.</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/viewport-browser.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.
