> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openclawcode.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Home Panel

> Your dashboard — agent status, quick actions, and system overview at a glance.

## Overview

The Home Panel is what you see when you open OCCode. It gives you an instant snapshot of your agent's health and quick access to common actions.

***

## What you'll see

<CardGroup cols={2}>
  <Card title="Agent Status" icon="circle-check">
    A clear indicator showing whether your agent is online, starting up, or needs attention.
  </Card>

  <Card title="Credit Balance" icon="wallet">
    Your current credit balance and a quick link to top up.
  </Card>

  <Card title="Connected Channels" icon="plug">
    Which messaging platforms are connected and their status.
  </Card>

  <Card title="Recent Activity" icon="clock">
    A feed of recent agent interactions and events.
  </Card>
</CardGroup>

***

## Quick actions

From the Home Panel, you can:

| Action               | Description                                       |
| -------------------- | ------------------------------------------------- |
| **Start/Stop Agent** | Toggle your OpenClaw agent on or off              |
| **Open Chat**        | Jump straight into a conversation with your agent |
| **Run Diagnostics**  | Check if everything is configured correctly       |
| **View Logs**        | See what your agent has been doing                |

***

## Status indicators

| Status          | Meaning                                     |
| --------------- | ------------------------------------------- |
| 🟢 **Online**   | Agent is running and responding to messages |
| 🟡 **Starting** | Agent is booting up — give it a moment      |
| 🔴 **Offline**  | Agent is stopped or encountered an error    |
| 🔵 **Updating** | An update is being applied                  |
