> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Manage your Nuon apps and installs using the web-based dashboard

## Apps

With Nuon, [apps](./concepts/apps) are created and synced to the Nuon control plane with the Nuon
[CLI](./cli). Once those steps are completed, apps, their components, and
installs, can be administered in the web-based dashboard.

Access the dashboard at [https://app.nuon.co](https://app.nuon.co)

The default page is a list of apps created in your org.

<img src="https://mintcdn.com/nuoninc/mlJahEwCBrm-KrG5/images/resources/dashboard-ui/apps.png?fit=max&auto=format&n=mlJahEwCBrm-KrG5&q=85&s=629fe69cd4b5f42b1f052f315167bdbd" alt="Dashboard - Apps List" width="1106" height="712" data-path="images/resources/dashboard-ui/apps.png" />

## Installs

[Installs](./concepts/installs) of apps are accessible from both the left navigation bar or within an
app's detail page.

<img src="https://mintcdn.com/nuoninc/30fAI5KSwDAilqdm/images/resources/dashboard-ui/installs.png?fit=max&auto=format&n=30fAI5KSwDAilqdm&q=85&s=dd9ea79e4848f6335139bf99fe67aea7" alt="Dashboard - Installs List" width="1106" height="600" data-path="images/resources/dashboard-ui/installs.png" />

After clicking into an app, there is a `README.md` describing the app and tabs
for the components, installs and actions.

<img src="https://mintcdn.com/nuoninc/mlJahEwCBrm-KrG5/images/resources/dashboard-ui/app.png?fit=max&auto=format&n=mlJahEwCBrm-KrG5&q=85&s=04207f4268e233391235cb5c0b24e936" alt="Dashboard - App Detail" width="1225" height="899" data-path="images/resources/dashboard-ui/app.png" />

After clicking into an install, there is the same app README.md with
interpolated values for the install, inputs, state and tabs for the runner,
stack, sandbox, components, actions and workflows.

<img src="https://mintcdn.com/nuoninc/mlJahEwCBrm-KrG5/images/resources/dashboard-ui/install.png?fit=max&auto=format&n=mlJahEwCBrm-KrG5&q=85&s=07b8c9ce2b8eef9d08fa66d9972f9aba" alt="Dashboard - Install Detail" width="1225" height="899" data-path="images/resources/dashboard-ui/install.png" />

The [runner](./concepts/runners) tab shows the real-time status and health of the Nuon runner which
communicates from the install’s cloud account to the Nuon control plane for
install and maintenance jobs.

<img src="https://mintcdn.com/nuoninc/mlJahEwCBrm-KrG5/images/resources/dashboard-ui/install-runner.png?fit=max&auto=format&n=mlJahEwCBrm-KrG5&q=85&s=683b03347a51b17ca025defdab3edf74" alt="Dashboard - Install Detail" width="1225" height="631" data-path="images/resources/dashboard-ui/install-runner.png" />

The [components](./concepts/components) tab lists the building blocks of the app such as Helm charts,
Kubernetes manifests, Terraform modules, and container images. The tab also
shows which build of an app’s component is used and has menu items to re-build
and re-deploy components.

<img src="https://mintcdn.com/nuoninc/mlJahEwCBrm-KrG5/images/resources/dashboard-ui/component-list.png?fit=max&auto=format&n=mlJahEwCBrm-KrG5&q=85&s=2a90f7b9e228021e0f3621f67193e51a" alt="Dashboard - Install Components" width="1089" height="777" data-path="images/resources/dashboard-ui/component-list.png" />

[Actions](./concepts/actions) are bash scripts that perform install operations e.g., initialize a
database and day-2 operations like debug, perform health checks, and conduct
additional operations like break glass emergency repairs.

<img src="https://mintcdn.com/nuoninc/mlJahEwCBrm-KrG5/images/resources/dashboard-ui/actions.png?fit=max&auto=format&n=mlJahEwCBrm-KrG5&q=85&s=178a65c58f77b31febfb80c7fc5f3e1d" alt="Dashboard - Install Actions" width="1087" height="613" data-path="images/resources/dashboard-ui/actions.png" />

[Workflows](./concepts/workflows) are orchestrated steps to perform an app or individual component
installation aka provisioning, de-provisioning an install or a component,
tear-down, or run actions, the bash scripts discussed earlier.

<img src="https://mintcdn.com/nuoninc/30fAI5KSwDAilqdm/images/resources/dashboard-ui/workflow-history.png?fit=max&auto=format&n=30fAI5KSwDAilqdm&q=85&s=079bec22e199d6cad0b13eff163dbe6a" alt="Dashboard - Install Workflows" width="1085" height="636" data-path="images/resources/dashboard-ui/workflow-history.png" />

Here is a manual action workflow prompting the Nuon operator for inputs before
executing the action script.
