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

The **Calendar** is the screen where your agency manages appointments: who has them, when, and with which
customer. You reach it from **Calendar** in the sidebar.

<CardGrid>
  <LinkCard
    title="What the Calendar is"
    description="The Calendar is the screen where your agency manages appointments: who has them, when, and with which customer."
    href="/en/guides/agenda/01-que-es-la-agenda/"
  />
  <LinkCard
    title="The Calendar screen: List and Week"
    description="It shows all of your agency's appointments, with two filters at the top — by employee (&quot;All employees&quot;) and by status (&quot;All statuses&quot;) — and a selector to switch between the List v"
    href="/en/guides/agenda/02-la-pantalla-agenda-lista-y-semana/"
  />
  <LinkCard
    title="Procedure: create a new appointment"
    description="Requirements: administrator or editor role (with the Viewer role you can only create appointments assigned to yourself, see section 5)."
    href="/en/guides/agenda/03-procedimiento-crear-una-cita-nueva/"
  />
  <LinkCard
    title="How available slots are calculated"
    description="A slot only shows up as available if it meets all of these conditions at once:"
    href="/en/guides/agenda/04-como-se-calculan-los-huecos-disponibles/"
  />
  <LinkCard
    title="Procedure: change an appointment's status"
    description="From the table's Actions column, every appointment in Scheduled status has three action icons:"
    href="/en/guides/agenda/05-procedimiento-cambiar-el-estado-de-una-cita/"
  />
  <LinkCard
    title="Your personal calendar: provider and availability"
    description="From Settings → My calendar, every person — whatever their role — chooses how they participate in the slot engine, without needing to be an administrator."
    href="/en/guides/agenda/06-tu-calendario-personal-proveedor-y-disponibilidad/"
  />
  <LinkCard
    title="Procedure: connect (and disconnect) your Google Calendar"
    description="Requirements: none in particular; available to any role from their own Settings → My calendar."
    href="/en/guides/agenda/07-procedimiento-conectar-y-desconectar-tu-google-calendar/"
  />
  <LinkCard
    title="Business hours and calendar parameters (configured by your administrator)"
    description="The agency's business hours and calendar parameters are agency-wide settings, not personal ones: only an Admin can configure them, from Settings → Business hours and Settings → Cal"
    href="/en/guides/agenda/08-horario-laboral-y-parametros-de-agenda-los-configura-tu-administrador/"
  />
  <LinkCard
    title="How the AI proposes and books appointments on its own"
    description="When a customer asks for an appointment during a conversation over WhatsApp, Telegram or the web chat, the AI agent uses exactly the same slot engine described in section 4: it che"
    href="/en/guides/agenda/09-como-la-ia-propone-y-agenda-citas-sola/"
  />
</CardGrid>