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

# Bienvenido

> Bienvenido a Treble.ai 

<div className="hero-container">
  <h1 className="hero-title">Construye con Treble</h1>
  <p className="hero-description">Aprende cómo empezar con Treble.ai</p>

  <input
    type="text"
    className="search-input"
    placeholder="¿Cómo puedo empezar con Treble.ai?..."
    readOnly
    onClick={() => {
  const searchBar = document.getElementById('search-bar-entry');
  if (searchBar) {
    searchBar.click();
  }
}}
  />

  <div>
    <a href="/es/docs/welcome" className="explore-link">Explora la documentación ›</a>
  </div>
</div>

<div className="tools-guides-container">
  <div className="tools-guides-header">
    <h2 className="section-title">Comienza con herramientas y guías</h2>
  </div>

  <div className="tools-guides-grid">
    <CardGroup cols={3}>
      <Card title="Primeros pasos" icon="play" href="/es/docs/welcome">
        Empieza a usar Treble.ai en minutos.
      </Card>

      <Card title="Todo sobre Treble, WhatsApp y Meta" icon="facebook" href="/es/docs/meta/overview">
        Conoce más sobre Treble, WhatsApp y Meta.
      </Card>

      <Card title="Referencia de la API" icon="code" href="/es/api-reference/intro/intro">
        Intégrate y escala usando nuestra API y SDKs.
      </Card>

      <Card title="Plataforma de agentes" icon="circle-user" href="/es/docs/agent-platform/welcome">
        Explora la plataforma de agentes de Treble.
      </Card>

      <Card title="Integraciones" icon="circle-nodes" href="/es/docs/integrations/welcome">
        Explora las integraciones de Treble.
      </Card>

      <Card title="Construye con Treble" icon="gear" href="/es/docs/build-with-treble/welcome">
        Explora las herramientas y guías para construir con Treble.
      </Card>
    </CardGroup>
  </div>
</div>
