> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/use/in-web-browser-web-client.md).

# In web browser - Web client

## About the web client

The Web Client is a single-page WebAssembly-based application. It is downloaded to the user's web browser before running, and processing primarily occurs on the user's hardware.

Updates to the Web Client are automatically deployed whenever the Web Client is active in the browser. If the Web Client is currently running in the user's browser when an update becomes available, the user will receive a prompt to update. If the Web Client is inactive in the user's web browser, the updated version will be automatically installed the next time the Web Client is accessed.

As the user progresses through the User Step, the cursor is automatically placed in the input field. If the field is located within a limited number of controls, both cursor focus and scroll position are set automatically. If the field is positioned further down the page, the cursor is set when the user scrolls to it.

## Sign in

1. Open the web client in a browser tab.
2. Click **Sign in.**
3. Depending on how your user is signed up click **Continue with Microsoft** or **Continue with email.** If using the latter, enter your email and password, then click **Sign in with email.**
4. Select the organization you wish to sign in to. Note that this step is only necessary if your user has access to more than one organization.
5. Select the environment you wish to sign in to. Note that this step is only necessary if your user has access to more than one environment.

{% tabs %}
{% tab title="Sign in" %}

<figure><img src="/files/IGqn85dDZRzF24ZGLrYR" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Sign in with" %}

<figure><img src="/files/zqyIQZ6XsQvH9aoL5Yrh" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Select organization" %}

<figure><img src="/files/lInV3BLstLUs13IZlSML" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Select environment" %}

<figure><img src="/files/ddJySoFVFS6Y9ON44etc" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Run an application

1. To start an application, click on the Application package where the Application is located.
2. Click on the Application to execute it.

{% tabs %}
{% tab title="Application packages" %}

<figure><img src="/files/tbRDoaZQzRZMDboeVNbF" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Applications" %}

<figure><img src="/files/wBEb397gBAtLxgF8PHQ1" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Execution" %}

<figure><img src="/files/b8KuMGui4ct96iZeqQUb" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Additional authentication when running an app

See [additional authentication](/flow-connect/working-with-connect/use/on-mobile-devices.md#additional-authentication-when-running-an-app).&#x20;

## Other actions

### Add as favorite

1. Click on the heart icon to add an Application as a favorite.

Your favorites are shown above the Application packages. Click on the favorite to run the Application.

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

### Search&#x20;

Search is available in the upper right corner of the client. You can search for application packages, applications, and inbox items. Applications and inbox items can be run directly from the search result.

When you click in the search box, you will first be shown the five most recent applications you have used.

### Switch environment or organization

1. Click on **Profile** (the user icon in the upper right corner).
2. Select **Switch environment** or **Switch organization**.

### Sign out

1. Click on **Profile** (the user icon in the upper right corner).
2. Select **Sign out.**
3. Select **YES** to sign out or **NO** if you want to continue being signed in.

## Other functionality

### Information

1. Click on the **Information** icon.
2. In the Information section, you can find the Web Client version and the shortcut keys available for using the keyboard to navigate in the client. Please note that the shortcut keys mentioned in this documentation are not supported on Mac computers.

### Three-dot menu

The three-dot menu is available on Applications, both when the application is set as a favorite and within an Application package.

The three-dot menu opens a pop-up where you will find a button to run the Application. If your application is paused, you will also be able to quit or restart the Application.

The pop-up also contains information about the application version and, if you are opening it from a favorite, the package to which the application belongs.

### Image editor

Images fetched into Camera and File Gallery controls can be edited. See image editor in [Camera](/flow-connect/reference/reference/designer/controls/camera-input.md#image-editing) or [File Gallery](/flow-connect/reference/reference/designer/controls/file-gallery.md#image-editing) control.

### Settings

See [Settings](/flow-connect/reference/reference/clients/settings.md#web-client).


---

# 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.novacura.com/flow-connect/working-with-connect/use/in-web-browser-web-client.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.
