> For the complete documentation index, see [llms.txt](https://docs.wisej.com/theme-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/theme-builder/user-interface/browser.md).

# Browser

One of the most powerful features of the Theme Builder is the possibility to theme a running Wisej application.

The second preview tab (Browser) lets you load a Wisej application in the Theme Builder and see what it would look like with any other theme.

You can load a different theme, and you can modify a theme and see the result immediately in the running application.

![Live Preview](/files/6ocV3EeJB5KVBqiFzeLV)

{% hint style="success" %}
The actual theme of the application is not changed. Your edits and theme selection is only applied to the browser view in the Theme Builder. To change the theme of the application you still need to deploy the changed theme.
{% endhint %}

![](/files/uq9VMXsrfFJEvMqEXObQ)

| ![](/files/rlzBEtEWcZrv2Ns3PUP9) Edge/IE                         | Selected the browser for the preview: Edge or IE.                               |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| ![](/files/sCJ91LrcDINbbLCxn63N)![](/files/7892U2Vy6nFFuJQAmBOm) | Navigates backward and forward.                                                 |
| ![](/files/VlEEZ6h0LiJTrrNJ66Tt)                                 | Changes the zoom level.                                                         |
| ![](/files/iqvF9EkC0nXjJpU9ZWRq)                                 | Opens the Edge/Chrome dev tools window.                                         |
| ![](/files/R3TPijIZfxcewxmNFG7T)                                 | New Feature: Detaches the preview allowing you to use it on a separate monitor. |

{% hint style="danger" %}
Live preview is not available for the [Developer Community Edition](https://docs.wisej.com/license).
{% endhint %}

{% hint style="info" %}
The first time you run ThemeBuilder you may see a message box asking you to install the Microsoft WebView2 SDK from this location: <https://docs.microsoft.com/en-us/microsoft-edge/webview2/>

Make sure to periodically check for updates.
{% 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:

```
GET https://docs.wisej.com/theme-builder/user-interface/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.
