> For the complete documentation index, see [llms.txt](https://landingnet.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://landingnet.gitbook.io/doc/documentation/platform/dashboard.md).

# Dashboard

The Dashboard is your home screen after logging in. It gives you a quick overview of your bots, recent activity, and exchange connection status.

## KPI Cards

Two metrics at the top: **Active Bots** count and **Total Orders** executed across all bots.

## Bot Cards

A grid showing each deployed bot with:

* Bot name, type, and version
* Status indicator: green (Active), yellow (Reduce Only), red (Disabled)
* Click a card to view its order history
* Quick-toggle to enable/disable bots

## Recent Orders

A table with your last 5 executed orders showing symbol, side (Buy/Sell), bot name, price, quantity, and time. Click **"View All Orders"** for the full history.

## Activity Log

A chronological feed of recent order events from your bots.

## Exchange Connections

Shows your Hyperliquid connection status:

* **Connected** -- Exchange approved, bots can trade
* **Disconnected** -- Approval needed

From here you can approve the exchange (if you skipped it during [Account Setup](/doc/documentation/getting-started/account-setup.md#step-3-approve-exchange)) or revoke access at any time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://landingnet.gitbook.io/doc/documentation/platform/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.
