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

# Dashboard

> Live instance status, project tags, search, sort, and filter tools for managing your deployments

## Dashboard Overview

Your dashboard is organized into tabs: **Projects**, **Favorites**, **Settings**, **Referrals**, **Support**, **API / MCP**, and **Billing**. The Projects tab (the default view) lists all your deployed instances with real-time status updates, project organization tools, and quick access to each instance's manage page.

## Live Status

Every instance on the dashboard displays a live status indicator that updates automatically:

| Status        | Meaning                                                        |
| ------------- | -------------------------------------------------------------- |
| **Online**    | Application is running and accessible                          |
| **Deploying** | Initial deployment in progress — includes a progress indicator |
| **Paused**    | Instance is paused (billing at 25% of the normal rate)         |
| **Offline**   | Instance is not running                                        |
| **Error**     | Something went wrong — check the manage page for details       |

<Note>
  Status updates automatically via polling. You do not need to refresh the page to see changes. When a new deployment finishes, the row updates from "Deploying" to "Online" without a page reload.
</Note>

## Project Tags

You can organize your instances with custom tags:

1. Click the tag icon on any project row
2. Add one or more tags (e.g., "production", "staging", "client-x")
3. Tags are saved immediately and persist across sessions

Tags appear as small badges on each project row and can be used as filters.

## Search, Sort, and Filter

The dashboard toolbar at the top of the Projects tab provides:

* **Search** — filter by project name or app name
* **Sort** — sort by name, status, creation date, or app type
* **Status filter** — show only Online, Paused, Deploying, or other statuses
* **App filter** — show only instances of a specific application
* **Tag filter** — show only instances with a specific tag

These filters are applied client-side for instant results. All filters can be combined.

## Instance Actions

Each project row provides quick access to:

* **Manage** — open the instance's full management page
* **Open** — visit the application's URL in a new tab (if the instance has a web interface)

## Next Steps

<CardGroup>
  <Card title="Container App Management" icon="box" href="/manage/container-apps">
    Manage environment variables, updates, logs, and more
  </Card>

  <Card title="VPS App Management" icon="server" href="/manage/vps-apps">
    Manage SSH, power, snapshots, resize, and more
  </Card>

  <Card title="Billing" icon="credit-card" href="/manage/billing">
    View your balance, enable auto-recharge, and download usage history
  </Card>
</CardGroup>
