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

# Siguiente paso

> Conecta tu editor, explora las herramientas o configura produccion.

## Siguiente paso

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/mcp/quickstart">
    Conecta tu editor al MCP Server en 2 minutos.
    Paso a paso para 5 clientes.
  </Card>

  <Card title="Referencia de Tools" icon="wrench" href="/mcp/tools">
    Documentacion detallada de las 14 herramientas:
    parametros, schemas y ejemplos.
  </Card>

  <Card title="Avanzado" icon="gear" href="/mcp/advanced">
    Produccion, dual environments, troubleshooting
    y clientes custom.
  </Card>
</CardGroup>

***

<div className="gradient-card" style={{marginTop: '32px', padding: '32px', textAlign: 'center', borderRadius: '16px'}}>
  <div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', gap: '16px', marginBottom: '16px'}}>
    <img src="https://mintcdn.com/cucuapillc/FvAy0RdzAZcvUeU_/logo/cucu-fly-small.gif?s=da4ae28d6a263cf353317b47a4c04636" alt="CUCU" style={{width: '56px'}} width="128" height="128" data-path="logo/cucu-fly-small.gif" />

    <h3 style={{margin: 0, fontSize: '1.4rem', fontWeight: '800'}}>
      <span style={{color: '#FF6B01'}}>
        Integra facturacion con AI
      </span>
    </h3>
  </div>

  <p style={{maxWidth: '500px', margin: '0 auto 20px', color: '#94a3b8', lineHeight: '1.5'}}>
    Conecta tu editor o asistente AI al MCP Server de CUCU. Emite facturas
    con lenguaje natural. Quedate tranquilo con las actualizaciones normativas del SIAT — nosotros mantenemos la certificacion.
  </p>

  <a
    href="https://app.cucu.bo/signup"
    style={{
display: 'inline-flex', alignItems: 'center', gap: '8px',
padding: '12px 28px', borderRadius: '12px',
background: '#FF6B01',
color: '#ffffff', fontWeight: '700', fontSize: '15px',
textDecoration: 'none', boxShadow: '0 4px 20px rgba(255, 107, 1, 0.35)'
}}
  >
    Activar Plan →
  </a>
</div>
