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

# 5-Minute Quickstart

> Get your first reliability score in under 5 minutes

# Quickstart

Get ACME running in observational mode. Nothing changes on your system — you just get visibility.

## Prerequisites

* A running agent system (OpenClaw, LangChain, AutoGPT, or custom)
* Shell access to the host machine
* 5 minutes

## Step 1: Install

```bash theme={null}
curl -fsSL https://acmeagentsupply.com/install.sh | bash
```

This installs the ACME CLI tools. No daemons, no background processes yet.

## Step 2: Run RadCheck

```bash theme={null}
acme radcheck
```

RadCheck performs a read-only scan of your agent environment and produces a reliability score from 0-100.

<Accordion title="What does RadCheck scan?">
  RadCheck examines:

  * **Stall risk** — patterns that indicate potential hangs
  * **Silence gaps** — periods of unexpected inactivity
  * **Compaction pressure** — context window utilization
  * **Hygiene** — configuration best practices

  Nothing is modified. It's purely observational.
</Accordion>

## Step 3: Interpret Your Score

| Score Range | Status    | What It Means                             |
| ----------- | --------- | ----------------------------------------- |
| 80-100      | 🟢 GREEN  | Healthy. Low immediate risk.              |
| 60-79       | 🟡 YELLOW | Watch closely. Some risk factors present. |
| 40-59       | 🟠 ORANGE | Attention needed. Reliability concerns.   |
| 0-39        | 🔴 RED    | Critical. High risk of silent failure.    |

## Step 4: Start Sentinel (Optional)

If you want continuous runtime protection:

```bash theme={null}
acme sentinel start
```

Sentinel runs in the background, watching for stalls and silent failures. It doesn't take autonomous action — it alerts and provides context.

## Next Steps

<CardGroup cols={2}>
  <Card title="RadCheck Deep Dive" icon="magnifying-glass" href="/products/radcheck/score-explained">
    Understand exactly what each score component means.
  </Card>

  <Card title="Sentinel Overview" icon="shield" href="/products/sentinel/overview">
    Learn how runtime protection works.
  </Card>
</CardGroup>

## Need Help?

* **Live Chat**: Click the widget in the bottom-right corner
* **Email**: [support@acmeagentsupply.com](mailto:support@acmeagentsupply.com)
* **GitHub Issues**: For bugs and feature requests
