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

**My account** (your profile menu, top right → "My account") shows your **Account details** (name, email,
role) and the **Two-factor verification** panel: an extra layer of security that asks for a code in
addition to your password when logging in.

<CardGrid>
  <LinkCard
    title="My account: two-factor verification"
    description="My account (your profile menu, top right → &quot;My account&quot;) shows your Account details (name, email, role) and the Two-factor verification panel: an extra layer of security that asks "
    href="/docs/en/guides/cuenta-soporte/01-mi-cuenta-verificacion-en-dos-pasos/"
  />
  <LinkCard
    title="Logging in with two-factor verification on"
    description="With verification turned on, after typing your email and password at login (Manual 37) a second step shows up: &quot;Enter your authenticator app's code to continue&quot;."
    href="/docs/en/guides/cuenta-soporte/02-iniciar-sesion-con-la-verificacion-en-dos-pasos-activa/"
  />
  <LinkCard
    title="Support: two tiers, your customers and you"
    description="Support shows the tickets your own tenants have opened with the support team (filterable by status), so you have visibility into what your customers report."
    href="/docs/en/guides/cuenta-soporte/03-soporte-dos-niveles-tus-clientes-y-tu/"
  />
</CardGrid>