> For the complete documentation index, see [llms.txt](https://docs.battle.fyi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.battle.fyi/getting-started/dashboard.md).

# The Dashboard

Your home base after logging in. Everything you need in one screen.

## Sections

### Balance & Stats

Top of the page. Shows your current balance, Trader Score, and win/loss record. This is your snapshot.

### Quick Actions

Jump into a match fast:

* **Practice** starts a solo game against AI bots
* **Quick Match** drops you into the next available lobby
* **Create Battle** lets you host your own lobby with custom rules

### Active Battles

Any lobbies you're currently in show up here. Tap to rejoin. You can be in multiple battles at once.

### Recent Activity

A live ticker of platform activity, including recent trades, battle results, and lobby events. This pulls from real data, not placeholders.

### Trader Score Summary

A breakdown of your composite rating across the scoring pillars. See [Trader Score](/trader-score/overview.md) for the full breakdown.

### Arena

Browse all open lobbies. Filter by format (Blitz, Standard, Marathon) or status (Waiting, Active, Completed). Hit Quick Match to skip browsing and jump straight in.

## Tips

* The dashboard updates in real time. No need to refresh.
* Your Trader Score starts building from your very first match.
* Check the **?** button in the bottom-right corner for context-sensitive help on any page.


---

# 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://docs.battle.fyi/getting-started/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.
