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

If your agency doesn't have a platform account yet, nobody needs to set you up first: you create it
yourself from the registration screen, in a few minutes. There are two paths, with the same starting point:

<CardGrid>
  <LinkCard
    title="You create your own account, without waiting for anyone"
    description="If your agency doesn't have a platform account yet, nobody needs to set you up first: you create it yourself from the registration screen, in a few minutes."
    href="/en/guides/alta-cuenta/01-creas-tu-cuenta-tu-mismo-sin-esperar-a-nadie/"
  />
  <LinkCard
    title="Procedure: register with the form"
    description="Requirements: a work email you have access to, and a phone number in international format that isn't already verified on another account."
    href="/en/guides/alta-cuenta/02-procedimiento-registrarte-con-el-formulario/"
  />
  <LinkCard
    title="Procedure: confirm your email with the code"
    description="When you submit the form, you move to the &quot;Confirm your email&quot; screen: we've sent a 6-digit code to the address you typed."
    href="/en/guides/alta-cuenta/03-procedimiento-confirmar-tu-email-con-el-codigo/"
  />
  <LinkCard
    title="What happens once verified: you go straight in, with a 15-day trial"
    description="Your account starts, without asking for a card, with:"
    href="/en/guides/alta-cuenta/04-que-pasa-al-verificar-entras-directo-con-15-dias-de-prueba/"
  />
  <LinkCard
    title="Procedure: register with Google"
    description="If you'd rather not create a password, use &quot;Continue with Google&quot;: it's the very top button on the registration screen."
    href="/en/guides/alta-cuenta/05-procedimiento-registrarte-con-google/"
  />
  <LinkCard
    title="What you find as soon as you log in"
    description="Whether because you confirmed the code (section 3) or because you logged in with Google (section 5), you land straight in the Platform with:"
    href="/en/guides/alta-cuenta/06-que-encuentras-nada-mas-entrar/"
  />
  <LinkCard
    title="What an administrator manages"
    description="As an administrator, you're the one who configures your AI agent and the business behind it: which channels it uses, who's part of the team and how your agency is set up within the"
    href="/en/guides/alta-cuenta/07-que-gestiona-un-administrador/"
  />
</CardGrid>