# Dashboard

The Dashboard is your starting point on the GLBNXT Platform. It provides quick access to all applications available to your organization.

### Overview

When you log in to the GLBNXT Platform, the Dashboard is the first screen you see. It displays a personalized welcome message with your name, followed by a grid of application tiles representing the applications configured for your organization.

<figure><img src="/files/6uI6DQr4qoWdrEN2CBEb" alt=""><figcaption></figcaption></figure>

### Application Tiles

Each tile on the Dashboard represents an application you can access. Tiles display:

* **Name**: The application name
* **Description**: A brief explanation of what the application does
* **Logo**: The application icon or logo
* **Badge**: Optional status indicator (e.g., "New" or "Beta")
* **Action button**: Opens the application

**Tile Order**

Applications are arranged in a specific order set by GLBNXT. Active applications appear first, while unavailable applications appear at the bottom in a greyed-out state.

**Unavailable Applications**

Some tiles may appear greyed out and cannot be clicked. This means the application is currently unavailable for your organization. Contact support if you believe an application should be accessible.

<figure><img src="/files/0SiCzYifZftRDlYuTf6Q" alt=""><figcaption></figcaption></figure>

### View Modes

The Dashboard offers two view modes for displaying your applications:

| View         | Description                                                           |
| ------------ | --------------------------------------------------------------------- |
| Card view    | Larger tiles showing name, description, and logo. Default on desktop. |
| Compact view | Smaller icon-based tiles. Default on mobile devices.                  |

On desktop, you can switch between views using the toggle button in the top-right corner of the Dashboard. Your preference is remembered for future visits. On mobile devices, the Dashboard always uses compact view for optimal screen usage.

<figure><img src="/files/FKJZoWXhe0cSMh5MBXem" alt="" width="375"><figcaption></figcaption></figure>

### Single Sign-On (SSO)

Some applications on the GLBNXT Platform support Single Sign-On. When you click a tile for an SSO-enabled application, you are automatically logged in without needing to enter your credentials again. Applications that do not support SSO may require you to log in separately.

### Empty Dashboard

If your Dashboard shows no application tiles, this means no applications have been configured for your organization yet. Contact support to have applications assigned to your organization.

#### Diagram <a href="#diagram" id="diagram"></a>

```mermaid
flowchart LR
    User([You]) --> Dashboard
    Dashboard --> Tile1[Application Tile]
    Dashboard --> Tile2[Application Tile]
    Dashboard --> Tile3[Application Tile]
    Tile1 -->|SSO| App1[Application]
    Tile2 -->|SSO| App2[Application]
    Tile3 -->|Login required| App3[Application]
```


---

# 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.glbnxt.com/configure-glbnxt/applications/dashboard.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.
