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

# scaling.cloud Documentation

> Incident management that unifies on-call scheduling, escalation policies, and real-time collaboration in one platform.

scaling.cloud helps engineering teams detect, respond to, and resolve incidents faster. Manage your on-call rotations, define escalation policies, and track every incident from first alert to resolution — all from one place.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your first incident logged and your team notified in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate with your API key.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Full reference for every public API endpoint.
  </Card>

  <Card title="Guides" icon="book-open" href="/guides/create-first-incident">
    Step-by-step walkthroughs for common workflows.
  </Card>
</CardGroup>

## How scaling.cloud works

<Steps>
  <Step title="Set up your team">
    Invite team members to your organization and assign roles. scaling.cloud uses organizations to keep all your on-call data and incidents scoped securely to your team.
  </Step>

  <Step title="Create on-call schedules">
    Define rotation schedules with layers. Set who is on-call, how often rotations happen, and when handoffs occur.
  </Step>

  <Step title="Configure escalation policies">
    Build escalation policies that determine which schedule receives an alert first, and how long to wait before escalating to the next layer.
  </Step>

  <Step title="Manage incidents">
    Create and track incidents with severity levels and structured status transitions — from investigating through to resolved.
  </Step>
</Steps>

## Explore by topic

<CardGroup cols={2}>
  <Card title="Incidents" icon="triangle-exclamation" href="/concepts/incidents">
    Understand severity levels, status transitions, and the incident lifecycle.
  </Card>

  <Card title="On-call Schedules" icon="calendar" href="/concepts/oncall-schedules">
    Learn how schedules and rotation layers work.
  </Card>

  <Card title="Escalation Policies" icon="arrow-up-right-dots" href="/concepts/escalation-policies">
    Define who gets paged and in what order.
  </Card>

  <Card title="Team Management" icon="users" href="/concepts/team-management">
    Invite members, manage roles, and control access.
  </Card>
</CardGroup>
