# Dashboard

The Dashboard is the first screen you see after logging in. It acts as a command center: you can check key metrics, confirm channels are online, see who is talking to the agent, and read live logs — all without leaving a single page.

## Panels at a glance

The dashboard is divided into six panels. Each is described in its own page in this section.

* [**Statistic Cards**](https://neirth.gitbook.io/openlobster/dashboard/stat-cards) — Key numbers: active sessions, messages sent and received, pending and completed tasks.
* [**Channels Panel**](https://neirth.gitbook.io/openlobster/dashboard/channels) — Online/offline status for each configured messaging channel (Telegram, Discord, etc.).
* [**System Status Panel**](https://neirth.gitbook.io/openlobster/dashboard/system-status) — Memory backend, secrets backend, and server uptime.
* [**Recent Conversations Panel**](https://neirth.gitbook.io/openlobster/dashboard/recent-conversations) — Latest user sessions with a shortcut to open them in the Chat view.
* [**MCP Servers Panel**](https://neirth.gitbook.io/openlobster/dashboard/mcp-servers) — Connection status and tool count for each connected MCP server.
* [**Recent Logs Panel**](https://neirth.gitbook.io/openlobster/dashboard/logs) — Live feed of INFO, WARN, and ERROR messages from the backend.

## When to use the Dashboard

{% hint style="info" %}
Make the Dashboard your first stop whenever something seems off. Most problems produce a visible signal here: a channel going offline, an error in the logs, or metrics that stop updating.
{% endhint %}

Use the Dashboard to:

* Confirm the system started correctly after a restart (check **Uptime** and **Health**).
* Verify that all channels are online before expecting users to interact.
* Monitor activity during a high-traffic period.
* Find the first clue about an incident before diving into logs or settings.


---

# 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://neirth.gitbook.io/openlobster/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.
