import { CardGrid, LinkCard } from '@astrojs/starlight/components';

Each page in this section walks through a full scenario — not a single screen — with the exact steps you
take in the product, what your end customer sees (including the notice that they're talking to an AI),
and what limits it has today. Everything described here is a feature that exists and works; nothing
"coming soon".

<CardGrid>
  <LinkCard
    title="Lead capture via WhatsApp and web"
    description="A visitor writes to your widget or WhatsApp and comes out as a qualified lead in your funnel."
    href="/en/use-cases/captacion-leads-whatsapp-web/"
  />
  <LinkCard
    title="Customer support with a knowledge base"
    description="The AI answers from your own documents and hands off to a person when it's needed."
    href="/en/use-cases/atencion-cliente-conocimiento/"
  />
  <LinkCard
    title="Appointments and calendar"
    description="The agent offers real slots and books on its own, with your Google Calendar if you connect it."
    href="/en/use-cases/citas-agenda/"
  />
  <LinkCard
    title="Tickets and internal follow-up"
    description="Keep a record of a pending task about a contact, linked to their lead or conversation."
    href="/en/use-cases/tickets-seguimiento/"
  />
  <LinkCard
    title="Marketing and contact lists"
    description="Send an approved WhatsApp template to a list, with live results."
    href="/en/use-cases/marketing-listas/"
  />
  <LinkCard
    title="Digital employee: jobs and flows"
    description="Your assistant acts on its own — a one-off task, or a process with branches."
    href="/en/use-cases/empleado-digital-flujos/"
  />
  <LinkCard
    title="On-screen assistant"
    description="A copilot that navigates, highlights and, with your confirmation, fills in and clicks for you."
    href="/en/use-cases/asistente-en-pantalla/"
  />
  <LinkCard
    title="Online store: widget, email and invoices by email"
    description="An ecommerce, not a real estate agency: widget, invoice mailbox and the template that saves them on its own."
    href="/en/use-cases/tienda-online-correo-facturas/"
  />
  <LinkCard
    title="A task with approval, start to finish"
    description="Create → Waiting for approval → approve → completed, with the full step-by-step history."
    href="/en/use-cases/tarea-con-aprobacion/"
  />
  <LinkCard
    title="Customer memory"
    description="What the agent remembers about every contact, where it's read, and how to correct or delete it."
    href="/en/use-cases/memoria-del-cliente/"
  />
</CardGrid>

## How each page is written

- **Who it's for** — the role or situation the case answers.
- **What the end customer sees** — including the AI notice required by the AI Act (Art. 50), always
  present, on every channel.
- **Steps in the product** — the real walkthrough, with screenshots where they exist.
- **What to configure** — the agent, channel, knowledge, integration or permissions it needs.
- **Limits and honesty** — what this case does NOT do today.
- **See also** — the reference guides for every screen involved.

## See also

- **[Key concepts](/en/guides/conceptos/)** — the vocabulary these pages use.
- **[Product guides](/en/guides/primeros-pasos/)** — the full detail, screen by screen.