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

The platform is your agency's artificial intelligence agent. It talks to your customers in your **website
widget**, on **WhatsApp** and on **Telegram**, answering with the information your agency has loaded into
the knowledge base. While it helps, it captures contact details (leads) and, when the conversation needs
it, alerts someone on your team to take control and continue the chat in person.

<CardGrid>
  <LinkCard
    title="Welcome to the platform"
    description="The platform is your agency's artificial intelligence agent."
    href="/en/guides/primeros-pasos/01-bienvenida-a-la-plataforma/"
  />
  <LinkCard
    title="Logging into the platform"
    description="If your agency doesn't exist on the platform yet, whoever registers it becomes its first administrator (self-service sign-up, covered in manual 22 · Account sign-up)."
    href="/en/guides/primeros-pasos/02-acceder-a-la-plataforma/"
  />
  <LinkCard
    title="A tour of the interface"
    description="Once inside, the screen always keeps the same structure: a navigation sidebar on the left and a top bar common to every screen."
    href="/en/guides/primeros-pasos/03-recorrido-por-la-interfaz/"
  />
  <LinkCard
    title="Roles: what each person can do"
    description="The platform shows or hides features based on your account's role."
    href="/en/guides/primeros-pasos/04-roles-que-puede-hacer-cada-persona/"
  />
  <LinkCard
    title="Home: your day's summary"
    description="It's the first screen you see when you log in."
    href="/en/guides/primeros-pasos/05-home-el-resumen-de-tu-dia/"
  />
  <LinkCard
    title="The platform's manual map"
    description="Besides the screens this manual covers (access, interface, roles and Home), the platform has many more screens, each with its own procedures manual."
    href="/en/guides/primeros-pasos/06-el-mapa-de-manuales-de-la-plataforma/"
  />
</CardGrid>