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

# Quickstart: install the Toolkit and ask your first question

> Sign up for AO Cloud, install the Toolkit on a host with an enrollment token, and ask your AI assistant its first infrastructure question.

<Steps>
  <Step title="Create an account">
    Sign up at [automatedoperations.com](https://automatedoperations.com)
    and create your organization.
  </Step>

  <Step title="Install the Toolkit">
    Generate an enrollment token in the dashboard, then run the install
    snippet on a host you want visible:

    ```bash theme={null}
    # Example — copy the exact command from your dashboard
    curl -fsSL https://get.automatedoperations.com | sh -s -- --token <enrollment-token>
    ```

    The Toolkit connects **outbound only** over mutual TLS. No inbound
    ports, no SSH keys handed over.
  </Step>

  <Step title="Watch it enroll">
    Within seconds the host appears in your dashboard with its services
    and system metrics. Certificates rotate automatically — there is
    nothing to renew by hand.
  </Step>

  <Step title="Connect your AI assistant">
    Follow [Connect Claude](/mcp/connect-claude) to add your
    infrastructure as an MCP integration — then ask it what's running.
  </Step>
</Steps>
