# Dashboard

The main dashboard provides **accounts** overview information for all the managed accounts, and overview of the consumed cloud **infrastructure** resources.&#x20;

![JovianX Dahsboard](/files/-MGAikKSYnv3zhqrjZRh)

## Accounts

The accounts section includes account metrics metrics.

**TOTAL** - The total number of accounts managed by JovianX.

**ACTIVE** - Accounts with Active subscription.

**TRIAL** - accounts that are in Trail period.&#x20;

**SUSPENDED** - Suspended accounts are accounts that did not activate the account after trial period, or account did not renew payment subscription, or accounts that were suspended manually.

## Infrastructure

The infrastructure section shows metrics of managed cloud resources.

**NODES** - Total number of Kubernetes nodes across all connected clusters.&#x20;

**PODS** - Total number of managed [Pods](https://kubernetes.io/docs/concepts/workloads/pods/pod/) across all Namespaces/Clusters.

**SERVICES** -  Total number of [Kubernetes services](https://kubernetes.io/docs/concepts/services-networking/service/) across all Namespaces/Clusters.

**VOLUMES** - Total number of [Kubernetes volumes](https://kubernetes.io/docs/concepts/storage/volumes/) across all Namespaces/Clusters.

**STORAGE** - Total amount of storage used by all managed accounts.


---

# 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.jovianx.com/documentation/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.
