# Overview

The App Manager is the administrative center of your Heisenware account. It is used to initialize new projects, monitor account usage, and manage your development team.

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

## Key Features

The App Manager is divided into four primary functional areas:

* [**App Management**](#apps): The default landing page where you create, configure, and deploy applications. From here, you can also [manage app access and your end-users](/app-manager/access-and-user-management.md).
* [**Dashboard**](#dashboard): A real-time summary of account-wide performance and user metrics.
* [**Members**](/app-manager/members.md): The interface for inviting and managing your development team.
* [**Integrations (Inbound Connections)**](/app-manager/integrations-inbound-connections.md): Monitoring and authorizing data from Edge Agents, MQTT, and VRPC clients.

## App Management

Manage apps, their settings, and users inside the apps panel.

### Create a New App

{% stepper %}
{% step %}

#### Initialize

Click the plus icon in the top bar to create a new application container.

<figure><img src="/files/j06mN03IAlPnCYcvZtxO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Configure

Enter a name and description, upload an icon, and define your initial [access management](/app-manager/access-and-user-management.md) settings.

<figure><img src="/files/iULlJagUV9be9F0UwI7L" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Start building

Click Start App Builder on the app card to open the development environment in a new tab.

<figure><img src="/files/YMe44GbWfdY9znYZedmy" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The total number of apps that you can create depends on your plan. [Contact us](mailto:support@heisenware.com) if you require additional apps for your plan.
{% endhint %}

### App Settings

* **Name**: The visible title on desktops, home screens, and browser tabs. Keep this under 10 characters for the best mobile display.
* **Description**: Optional internal notes. These are not visible to end-users.
* **Icon**: The logo used for the favicon and home screen icon. Works best if you use a square image. Leave padding around the logo, as mobile devices often apply a circular cutout.
* **Language (Beta)**: Heisenware can automatically translate your app using AI. Supported reference languages include English, German, French, Turkish, Italian, and Spanish.  [Contact us](mailto:support@heisenware.com) for access to this feature.

### App Status & Control

Each app card displays its current availability:

* <mark style="background-color:green;">**RUNNING**</mark>: The app is live and reachable via its URL.
* <mark style="background-color:orange;">**EXITED**</mark>: The app has been manually stopped.
* **CREATED**: The app container exists but has never been deployed.
* <mark style="background-color:red;">**UNAVAILABLE**</mark>: An error has occurred. Try to redeploy.

### Delete an App

Click the red Delete App button to remove an application. This action is irreversible. Always save a [versioning tag (`.hwt` file)](/app-builder/deploy-and-maintain.md#versioning-tags-snapshots) from the App Builder before deleting if you wish to preserve your work.

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

### Distribution

Apps are distributed via a unique URL or a QR code. Both are found directly on the app card in the Apps panel.

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

### Maintenance

To take an app offline, use the Action Switch on the card to toggle between Run and Stop.

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

## Dashboard

The Dashboard panel provides a real-time summary of your account's performance including usage stats like total app views and unique users across all applications.


---

# 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.heisenware.com/app-manager/overview.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.
