> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/odk-plugin/web-browser.md).

# Web Browser

The overlay is a fully featured Chromium browser that is used in the ODK to render UI elements, this allows us to get all the benefits of web based development and also have a unifying set of menus across all ODK experiences.

Web Browser functionality is controlled via the `BPFL_ODK_WebBrowser` function library, and the `BP_ODK_WebBrowserWorldService` .

Pressing "P" within an experience will open the Player Profile overlay menu, which is available in every experience within the Otherside Platform. This overlay displays the Players progress and inventory as they explore the Otherside. This page consists of the following sub pages:

Overview

* This section gives the player a high level view of their progress within the Otherside, it will track key metrics, show their avatar, display badges and allow them to show off their prized NFT's on this page.

Avatar

* This is where players can change their avatar from, it will display all avatars that are available within their collection, its worth noting that this functionality will not work if players are forced to render a specific avatar for a experience.

Inventory

* The inventory consist of all tokens that the player has earned as they voyage through the Otherside, this will consist of Avatars, Emotes, Badges, Items and any other tokens that they have gathered.

Quests

* Quests can be triggered within experiences, and once a quest is start it will automatically be added to this section.

Badges

* Badges are rewards players can get by achieving certain things within Otherside

Travel

* The travel tab allows players to navigate around the Otherside universe<br>

For information on how to use the web browser to open links to your web pages, see the section on Boneyard Example Content [here](/odk-docs/odk-templates/boneyard-template/arcade-machine.md).<br>

<div><figure><img src="/files/O4PvXq77YT85u4tJso0z" alt=""><figcaption><p>Example of linking to an external page</p></figcaption></figure> <figure><img src="/files/TvkTDMHqmknmymtxbK2X" alt=""><figcaption><p>The profile Overlay that opens when pressing TAB</p></figcaption></figure></div>


---

# 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:

```
GET https://docs.otherside.xyz/odk-docs/odk-plugin/web-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.
