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

# dashboard

> Understanding the Botify main application layout.

The Botify dashboard is divided into four main zones: **Title Bar**, **Sidebar**, **Main Content Area**, and **Status Bar**.

***

## Title Bar

```text theme={null}
Botify 3.3 — ERLC SUITE                    uptime: 2h 14m 33s
```

| Element                  | Description                                                                                 |
| ------------------------ | ------------------------------------------------------------------------------------------- |
| **App Name & Version**   | Displays "Botify 3.3 — ERLC SUITE"                                                          |
| **Session Uptime Timer** | Live counter showing time since Botify launched — resets on app restart, not on engine stop |

***

## Sidebar Navigation

Five tabs are accessible at all times from the sidebar:

<CardGroup cols={2}>
  <Card title="Accounts" color="#3b82f6" icon="users">
    Manage all stored alt accounts — add, remove, launch, group, and monitor real-time status.
  </Card>

  <Card title="Automation" color="#3b82f6" icon="bot">
    Configure and start launch modes: 24/7 Alting, Normal Launch, or Enterprise Cluster.
  </Card>

  <Card title="Cookies" color="#3b82f6" icon="cookie">
    View and manage stored `.ROBLOSECURITY` cookies — refresh individually or in bulk.
  </Card>

  <Card title="Logs" color="#3b82f6" icon="scroll-text">
    Real-time scrolling log viewer for all Botify activity, color-coded by severity.
  </Card>

  <Card title="Settings" color="#3b82f6" icon="sliders">
    Configure API keys, performance tuning, server thresholds, and all app behavior.
  </Card>
</CardGroup>

### Sidebar Live Counters

Two counters sit below the navigation tabs and update in real time:

| Counter    | Description                                                  |
| ---------- | ------------------------------------------------------------ |
| **ACTIVE** | Roblox bot instances currently running and managed by Botify |
| **TOTAL**  | Total alt accounts stored in MongoDB for this PC             |

***

## Status Bar

The status bar runs across the bottom of the window and provides a constant system health overview:

```text theme={null}
● Running    RAM: 4.2GB / 16.0GB (26%)    Bots: 12    Server: UTAHUSA
```

| Element         | Description                                          |
| --------------- | ---------------------------------------------------- |
| **Status Dot**  | `Ready` (gray) / `Running` (green) / `Stopped` (red) |
| **RAM Usage**   | Total Roblox process RAM + system RAM percentage     |
| **Bot Count**   | Number of active bot instances currently running     |
| **Server Code** | Your configured ERLC private server code             |

***

## Live Memory Monitor

Updates every **10 seconds** and is displayed in the status bar and Settings panel:

| Metric                            | Description                                     |
| --------------------------------- | ----------------------------------------------- |
| **Total Roblox RAM**              | Sum of all Roblox process working sets          |
| **Per-Instance Average**          | Total Roblox RAM ÷ running instance count       |
| **System RAM %**                  | OS-level overall memory utilization             |
| **Est. Max Additional Instances** | Calculated as `(available RAM − 1 GB) ÷ 100 MB` |

<Tip>
  When system RAM exceeds the **Memory Warning %** threshold (default: 85%), the status bar highlights yellow. Enable **Ultra-Low GPU Mode** or reduce **Max Concurrent** in Settings to recover memory.
</Tip>

***

## Multi-Roblox Status

On startup, Botify initializes the **singleton mutex bypass** in the background — this is what allows multiple Roblox instances to run simultaneously. The sidebar displays the initialization status:

* **Initializing** — mutex bypass starting up (up to 30 seconds)
* **Active** — multiple instances enabled
* **Warning** — initialization timed out; admin privileges may be missing

<Warning>
  If the mutex bypass fails, only one Roblox instance will launch at a time. Ensure Botify is running as **Administrator**.
</Warning>
