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

Until now your assistant only replied when someone wrote to it. With **Jobs** and **Flows**, your assistant
can also **act on its own**: check something tomorrow, send a summary every Monday, run a chain of steps
when a new contact comes in… The work doesn't end when the conversation ends.

<CardGrid>
  <LinkCard
    title="What this is and what it's for"
    description="Until now your assistant only replied when someone wrote to it."
    href="/en/guides/trabajos-flujos/01-que-es-esto-y-para-que-sirve/"
  />
  <LinkCard
    title="The Jobs screen"
    description="Go into Jobs, in the sidebar."
    href="/en/guides/trabajos-flujos/02-la-pantalla-trabajos/"
  />
  <LinkCard
    title="The Flows screen"
    description="Go into Flows, in the sidebar."
    href="/en/guides/trabajos-flujos/03-la-pantalla-flujos/"
  />
  <LinkCard
    title="Step-by-step case: &quot;Appointment reminder and follow-up&quot;"
    description="Let's create a real flow from a catalog template, adjust its trigger and its decision step, activate it, and watch a run progress on its own record."
    href="/en/guides/trabajos-flujos/04-caso-paso-a-paso-recordatorio-y-seguimiento-de-una-visita/"
  />
  <LinkCard
    title="Frequently asked questions"
    description="Can I edit a flow that arrived by directive (you asked your assistant for it over chat)?"
    href="/en/guides/trabajos-flujos/05-preguntas-frecuentes/"
  />
</CardGrid>