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

# Cryptorobot.ai Documentation

> Build automated cryptocurrency trading strategies with AI-powered tools, real-time execution, and comprehensive portfolio management.

## Welcome to Cryptorobot.ai

Cryptorobot.ai is a professional-grade cryptocurrency trading platform that combines AI-powered strategy generation, multi-exchange execution, and real-time portfolio analytics.

<CardGroup cols={2}>
  <Card title="Guides" icon="book" href="/guides/introduction">
    Learn how to set up your account, connect exchanges, and deploy trading strategies.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete REST API documentation with request/response examples for all endpoints.
  </Card>
</CardGroup>

## Quick Start

<Steps>
  <Step title="Create an Account">
    Sign up at [cryptorobot.ai](https://cryptorobot.ai) and complete onboarding.
  </Step>

  <Step title="Connect an Exchange">
    Link your exchange account using API keys. We support Binance, Bybit, OKX, and more.
  </Step>

  <Step title="Deploy a Strategy">
    Choose from templates, backtest with historical data, or generate an AI strategy.
  </Step>
</Steps>

## Platform Capabilities

<CardGroup cols={2}>
  <Card title="Multi-Exchange Trading" icon="building-columns">
    Connect to 10+ exchanges via a unified API. Trade spot, futures, and margin markets.
  </Card>

  <Card title="AI Strategy Generation" icon="brain">
    Describe your trading idea in natural language and let AI generate the strategy code.
  </Card>

  <Card title="Backtesting & Optimization" icon="chart-line">
    Test strategies against historical data and optimize parameters with hyperopt.
  </Card>

  <Card title="Real-time Signals & Alerts" icon="bell">
    Subscribe to ML model signals and set up Telegram/webhook notifications.
  </Card>
</CardGroup>
