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

Manage who can log into your agency's Platform, with what role, and whether they handle conversations. It
has two tabs: **Members** and **Invitations**.

<CardGrid>
  <LinkCard
    title="The Team screen"
    description="Manage who can log into your agency's Platform, with what role, and whether they handle conversations."
    href="/en/guides/equipo-roles/01-la-pantalla-equipo/"
  />
  <LinkCard
    title="Procedure: invite a new member"
    description="Requirements: administrator role — only administrators can invite members."
    href="/en/guides/equipo-roles/02-procedimiento-invitar-a-un-nuevo-miembro/"
  />
  <LinkCard
    title="The role matrix: what each one can do"
    description="There's no separate &quot;owner&quot; role: the Admin role is the tenant's top one, and it also includes the most sensitive actions, such as deleting the account (Manual 26 · Settings and in"
    href="/en/guides/equipo-roles/03-la-matriz-de-roles-que-puede-hacer-cada-uno/"
  />
  <LinkCard
    title="Procedure: change someone's role, suspend them, or remove their access"
    description="Requirements: administrator role."
    href="/en/guides/equipo-roles/04-procedimiento-cambiar-el-rol-suspender-o-quitar-el-acceso-a-alguien/"
  />
  <LinkCard
    title="Owners per channel: not configured here"
    description="Who gets notified when a conversation on a specific channel (WhatsApp, Telegram, Web Widget…) escalates isn't decided on Team, but on each channel's own card, in its &quot;Owners&quot; secti"
    href="/en/guides/equipo-roles/05-responsables-por-canal-no-se-configuran-aqui/"
  />
  <LinkCard
    title="Best practices: least privilege"
    description="Reserve Admin for whoever genuinely needs it. Billing, AI agents, Channels, Team and Settings —"
    href="/en/guides/equipo-roles/06-buenas-practicas-minimo-privilegio/"
  />
</CardGrid>