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

# Varo Cloud Docs: Deploy, Manage, and Scale Your Apps

> Deploy, manage, and scale your cloud operations with Varo Cloud. Explore quickstart guides, the full API reference, and configuration docs.

Varo Cloud gives your team a unified platform to deploy applications, manage environments, and collaborate — all through a clean dashboard and a powerful REST API. Whether you're spinning up your first project or automating deployments at scale, these docs cover everything you need.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Go from zero to your first deployment in under 10 minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/core-concepts">
    Understand projects, environments, and deployments before you dive in.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Full reference for every REST endpoint with request and response examples.
  </Card>

  <Card title="Guides" icon="book-open" href="/guides/first-deployment">
    Step-by-step walkthroughs for common tasks and integrations.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Create your account">
    Sign up at [varo.cloud/auth](https://varo.cloud/auth) and verify your email address.
  </Step>

  <Step title="Create a project">
    In the dashboard, click **New Project**, give it a name, and choose your region.
  </Step>

  <Step title="Generate an API key">
    Navigate to **Settings → API Keys** and create a key. Store it securely — you'll use it to authenticate every API request.
  </Step>

  <Step title="Deploy your first app">
    Push your code or follow the [First Deployment guide](/guides/first-deployment) to trigger your first deployment from the dashboard or API.
  </Step>
</Steps>

## Explore by topic

<CardGroup cols={3}>
  <Card title="Account Setup" icon="user" href="/setup/account">
    Profile, organization settings, and team access.
  </Card>

  <Card title="Authentication" icon="key" href="/setup/authentication">
    API keys, tokens, and securing your requests.
  </Card>

  <Card title="Environments" icon="layer-group" href="/setup/environments">
    Manage dev, staging, and production separately.
  </Card>

  <Card title="Monitoring" icon="chart-line" href="/guides/monitoring">
    Logs, metrics, and alerting for your deployments.
  </Card>

  <Card title="Integrations" icon="plug" href="/guides/integrations">
    Connect Varo Cloud to your existing tools.
  </Card>

  <Card title="Billing" icon="credit-card" href="/setup/billing">
    Plans, usage, and invoice management.
  </Card>
</CardGroup>

<Tip>
  Have a question not answered here? Email us at [support@varo.cloud](mailto:support@varo.cloud) or check the [FAQ](/support/faq).
</Tip>
