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

# Centro de ayuda

> Guías prácticas, tutoriales y solución de problemas para la plataforma Alvys: incorporación, administración, integraciones, cargas, contabilidad y gestión de flota.

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-8">
  <div className="relative overflow-hidden rounded-3xl border border-[#2245b9]/15 dark:border-transparent bg-gradient-to-br from-[#1b2a72] via-[#2245b9] to-[#434fef] px-6 sm:px-10 lg:px-14 py-16 lg:py-20">
    <div className="pointer-events-none absolute -top-40 -right-32 h-[480px] w-[480px] rounded-full bg-[#7d8bef] opacity-25 blur-3xl" />

    <div className="pointer-events-none absolute -bottom-40 -left-32 h-[420px] w-[420px] rounded-full bg-[#0a1436] opacity-30 blur-3xl" />

    <div className="relative mx-auto max-w-3xl text-center">
      <h1 className="text-4xl sm:text-5xl font-semibold tracking-tight text-white">
        Hola, ¿en qué podemos ayudarte?
      </h1>

      <p className="mt-4 text-base sm:text-lg text-white/80 max-w-2xl mx-auto">
        Busca en la base de conocimientos o explora una categoría a continuación para configurarte, conectar tus herramientas y operar con Alvys.
      </p>

      <div className="mt-8 flex flex-wrap justify-center gap-3">
        <a href="/es/help/getting-started/start-here" className="inline-flex items-center gap-2 rounded-lg bg-white px-5 py-2.5 text-sm font-semibold text-[#2245b9] shadow-sm hover:bg-white/90 transition-colors">
          Get Started

          <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
            <path d="M5 12h14M13 5l7 7-7 7" />
          </svg>
        </a>

        <a href="/en/help/what-s-new/august-2026-releases" className="inline-flex items-center gap-2 rounded-lg border border-white/40 bg-white/10 px-5 py-2.5 text-sm font-semibold text-white hover:bg-white/20 transition-colors">
          See What's New
        </a>
      </div>
    </div>
  </div>
</div>

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-16 mb-16">
  <div className="mb-8">
    <h2 className="text-2xl sm:text-3xl font-bold tracking-tight text-slate-900 dark:text-white">Explorar por categoría</h2>
    <p className="mt-2 text-slate-600 dark:text-slate-300">Todo lo que necesitas para configurar, operar y sacar el máximo provecho de Alvys.</p>
  </div>

  <CardGroup cols={3}>
    <Card title="Getting Started" icon="rocket" href="/es/help/getting-started/start-here">
      Configura tu cuenta, agrega usuarios y empieza a operar rápidamente.
    </Card>

    <Card title="Administration" icon="user-gear" href="/es/help/administration/overview-of-user-permissions">
      Administra la configuración, los roles de usuario y los permisos como administrador.
    </Card>

    <Card title="Integrations" icon="plug" href="/es/help/integrations/alvys-api">
      Conecta los ELD, load boards, contabilidad, combustible y herramientas de factoring que utilizas.
    </Card>

    <Card title="Loads & Trips" icon="truck-fast" href="/es/help/loads-trips/alvys-load-board">
      Crea, despacha, modifica y rastrea cargas y viajes de principio a fin.
    </Card>

    <Card title="Accounting & Settlements" icon="file-invoice-dollar" href="/es/help/accounting-settlements/how-to-issue-and-manage-e-checks-in-alvys">
      Facturación, liquidaciones de conductores y transportistas, deducciones y e-checks.
    </Card>

    <Card title="Informes" icon="chart-column" href="/en/reporting/">
      Métricas, paneles, informes operativos y financieros, y el modelo de datos detrás de ellos.
    </Card>

    <Card title="Assets & Fleet" icon="truck" href="/es/help/assets-fleet/how-to-add-and-manage-fleets-in-alvys">
      Agrega y administra conductores, camiones, tráilers y flotas.
    </Card>

    <Card title="Safety & Compliance" icon="shield-check" href="/es/help/assets-fleet/how-to-verify-a-motor-carrier-in-alvys">
      Verifica transportistas y mantén tu operación en cumplimiento.
    </Card>

    <Card title="What's New" icon="bullhorn" href="/en/help/what-s-new/august-2026-releases">
      Últimos lanzamientos, mejoras y actualizaciones del producto.
    </Card>
  </CardGroup>
</div>

<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 mt-16 mb-16">
  <div className="rounded-2xl border border-[#2245b9]/15 dark:border-white/10 bg-[#eef2fb] dark:bg-white/5 px-6 sm:px-10 py-10 flex flex-col sm:flex-row items-start sm:items-center justify-between gap-6">
    <div>
      <h2 className="text-xl sm:text-2xl font-bold tracking-tight text-slate-900 dark:text-white">¿Aún necesitas ayuda?</h2>
      <p className="mt-2 text-slate-600 dark:text-slate-300">¿No encuentras lo que buscas? Nuestro equipo de soporte está aquí para ayudarte.</p>
    </div>

    <a href="/es/help/getting-started/how-to-contact-alvys-support" className="inline-flex items-center gap-2 rounded-lg bg-[#2245b9] px-5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-[#1a389e] transition-colors whitespace-nowrap">
      Contact Support

      <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
        <path d="M5 12h14M13 5l7 7-7 7" />
      </svg>
    </a>
  </div>
</div>
