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

# Quickstart

> Get your OpenClaw agent set up, connected, and running — no technical knowledge required.

## Get started in 3 steps

### 1. Download OCCode

<CardGroup cols={2}>
  <Card title="macOS" icon="apple" href="https://github.com/damoahdominic/occ/releases/latest">
    Download for macOS (Apple Silicon & Intel).
  </Card>

  <Card title="Windows" icon="windows" href="https://github.com/damoahdominic/occ/releases/latest">
    Download the installer for Windows.
  </Card>
</CardGroup>

<Tip>Linux support is coming soon. Follow the [GitHub repo](https://github.com/damoahdominic/occ) for updates.</Tip>

### 2. Sign in

<Steps>
  <Step title="Open OCCode" icon="display">
    Launch the app — it opens a sign-in page in your browser automatically.
  </Step>

  <Step title="Choose your sign-in method" icon="right-to-bracket">
    **Google** (one click, recommended) or **email + password**.
  </Step>

  <Step title="You're redirected back" icon="circle-check">
    After signing in, the browser sends you back to OCCode automatically. Done.
  </Step>
</Steps>

<Info>
  Every new account gets **\$5.00 in free credits** — no credit card required.
</Info>

### 3. Start using your agent

Once signed in, OCCode connects you to your OpenClaw agent:

* **Setup wizard** — follow the guided steps to configure your agent
* **Status panel** — see at a glance whether your agent is running
* **Troubleshooting** — if something goes wrong, OCCode helps you fix it

No terminal. No config files. Just follow the prompts.

<img src="https://mintcdn.com/mba-f613892c/k8BQsoJunvlo6wu-/images/occode-desktop.png?fit=max&auto=format&n=k8BQsoJunvlo6wu-&q=85&s=4553bdf9b2fe8d94c182965d518633e2" alt="OpenClaw Code desktop app" style={{ borderRadius: '12px', border: '1px solid rgba(255,255,255,0.1)' }} width="3020" height="2002" data-path="images/occode-desktop.png" />

***

## Your dashboard

Visit your [dashboard](https://occ.mba.sh/dashboard) anytime to:

<CardGroup cols={3}>
  <Card title="Check balance" icon="wallet">
    See your current credit balance.
  </Card>

  <Card title="View usage" icon="chart-line">
    See every interaction and its cost.
  </Card>

  <Card title="Buy credits" icon="cart-shopping">
    Top up with $5 / $10 / $20 / $50.
  </Card>
</CardGroup>

***

## Next steps

<CardGroup cols={2}>
  <Card title="How it works" icon="bolt" href="/inference">
    Learn what happens behind the scenes when you use your agent.
  </Card>

  <Card title="Billing & Credits" icon="credit-card" href="/billing">
    Understand pricing and how credits work.
  </Card>
</CardGroup>
