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

# Quickstart

> From zero to a merged agent change in a few minutes.

This walks the whole happy path: sign in → connect a repo → run an agent →
review → merge.

<Steps>
  <Step title="Sign in">
    Create a password account (you become admin of a personal org) or sign in with your
    organization's SSO. See [Onboarding](/getting-started/onboarding).
  </Step>

  <Step title="Configure the LLM (admin, once)">
    In **Admin → Agent LLM**, set a provider + model + key (or an internal gateway). Tasks can't run
    until this is done. See [LLM configuration](/agents/llm-configuration).
  </Step>

  <Step title="Connect a repo">
    **Connect repo** → paste the URL and a token (or leave blank for a public repo) → **Connect**.
    You land on the project page. See [Connect a repo](/getting-started/connect-a-repo).
  </Step>

  <Step title="Create a task">
    On the **⚡ Task** tab, type one sentence — *"Fix the broken link in the footer"* — accept the
    Terms, and click **Start 🐝**.
  </Step>

  <Step title="Watch it work">
    The guided view shows the agent ("Bea") working, then a **Review** summary when it's ready. Flip
    to **Developer view** any time for the terminal, diff, and steps.
  </Step>

  <Step title="Review the diff">
    Open the **Diff** tab, read the change, and (optionally) double-click a line to leave an inline
    comment for the agent.
  </Step>

  <Step title="Approve & merge">
    Click **Approve & save** (guided) or **Merge** (developer view). It squash- merges the agent's
    branch. You'll see **"Approved & saved! 🎉"** — done.
  </Step>
</Steps>

## Where to go next

<CardGroup cols={2}>
  <Card title="Run a pipeline" icon="diagram-project" href="/workflows/pipelines">
    Chain dev → QE → review into one gated run.
  </Card>

  <Card title="Open the Web IDE" icon="code" href="/workflows/web-ide">
    Full VS Code in the browser, on the task's checkout.
  </Card>

  <Card title="Design mode" icon="palette" href="/workflows/design-mode">
    Make UI mockups with a live preview — no code needed.
  </Card>

  <Card title="Billing" icon="credit-card" href="/billing/overview">
    Pick monthly or pay-per-use.
  </Card>
</CardGroup>
