# Overview (/)



Documentation for **Alternate Futures** products. Start with Alternate Clouds,
the decentralized cloud platform: deploy AI agents, containers, GPU and
confidential workloads from the web app, the `acc` CLI, or the SDK.

## Alternate Clouds [#alternate-clouds]

<Cards>
  <Card title="What is Alternate Clouds?" href="/guides">
    A plain-language overview for first-time visitors.
  </Card>

  <Card title="Quick start" href="/guides/quickstart">
    Install the CLI and deploy your first service in about five minutes.
  </Card>

  <Card title="Guides" href="/guides/projects">
    Projects, billing, custom domains, access tokens, troubleshooting.
  </Card>

  <Card title="Command reference" href="/cli/commands">
    Every acc command and flag, generated from the CLI source.
  </Card>

  <Card title="SDK" href="/sdk">
    The TypeScript SDK for programmatic access.
  </Card>

  <Card title="Docs for AI agents" href="/ai-agents">
    llms.txt, Markdown endpoints, the agent plugin, and the non-interactive CLI
    contract.
  </Card>
</Cards>

### Install the CLI [#install-the-cli]

```bash
npm install -g @alternatefutures/acc
acc login
```

## Alternate Futures [#alternate-futures]

<Cards>
  <Card title="Brand guide" href="/brand-guide">
    The Alternate Futures visual identity system: colors, typography, logo
    usage, and voice.
  </Card>

  <Card title="Changelog" href="/changelog">
    Platform, CLI, SDK, and infrastructure releases.
  </Card>
</Cards>
