> ## 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.

# Managing Your Apps

> Monitor, maintain, and manage your deployed applications from the RepoCloud dashboard

## App Management Overview

Once your application is deployed, the RepoCloud dashboard provides everything you need to monitor, configure, and maintain it. The tools available depend on whether your application is a [Container App](/deployment/container-apps) or a [VPS App](/deployment/vps-apps).

## Dashboard Tabs

Your dashboard organizes features into tabs:

| Tab           | Purpose                                                       |
| ------------- | ------------------------------------------------------------- |
| **Projects**  | List of all your deployed instances with live status          |
| **Favorites** | Applications you have hearted in the marketplace              |
| **Settings**  | Profile, password, email, and two-factor authentication       |
| **Referrals** | Affiliate program dashboard (visible if enrolled)             |
| **Support**   | In-app threaded support tickets                               |
| **API / MCP** | API key management for programmatic access                    |
| **Billing**   | Credit balance, auto-recharge, usage history, payment history |

## Management Topics

<CardGroup cols={2}>
  <Card title="Dashboard" icon="table-columns" href="/manage/dashboard">
    Live status, project tags, search, sort, and filter
  </Card>

  <Card title="Container Apps" icon="box" href="/manage/container-apps">
    Environment variables, Docker image, logs, rebuild, pause, delete
  </Card>

  <Card title="VPS Apps" icon="server" href="/manage/vps-apps">
    SSH, console, power controls, resize, snapshots, and more
  </Card>

  <Card title="Billing" icon="credit-card" href="/manage/billing">
    Prepaid credit, auto-recharge, usage and payment history
  </Card>

  <Card title="Custom Domains" icon="globe" href="/manage/custom-domains">
    Connect your own domain — different paths for container and VPS apps
  </Card>

  <Card title="Support" icon="headset" href="/manage/support">
    In-app threaded support tickets
  </Card>

  <Card title="Favorites" icon="heart" href="/manage/favorites">
    Save and organize your favorite marketplace applications
  </Card>
</CardGroup>
